`v0.1.3`
The big changes here are the <ErrorBoundary/> and <Show/> components. Many thanks to @benwis for leading the work on these.
You should also see a very significant improvement in SSR performance, as well as small reductions in Wasm binary sizes, and some overall bugfixes and improvements.
Oh, and... π΅πΆ We don't talk about 0.1.2. πΆπ΅
What's Changed
- doc: add link for leptos watch by @imalexlab in #347
- Reenable optimizations for SSR using the view!macro by @gbj in #344
- Add SVG <script>,<style>, and<title>to set of ambiguous elements by @gbj in #350
- Add support for class = ..., inviewmacro to support scoped styling by @gbj in #351
- Update html.rs by @gbj in #352
- ErrorBoundary Component by @benwis in #338
- Fix query params behaviour difference between SSR and Hydrate by @killertux in #343
- Allow snake case components by @jclmnop in #354
- Clippy fixes: redundant clone and .to_string() issues. by @martinfrances107 in #353
- leptos_reactive base64 bump version to 0.21. by @martinfrances107 in #358
- Add methods to take Actix/Axum Extractors/Route Info/Stuff and pass it to Leptos by @benwis in #359
- Reorganize snake-case #[component]docs and pleaseclippyby @gbj in #362
- Add component to avoid rerendering of closures and tweak ErrorBoundary by @benwis in #363
- Replace urlencoding with percent-encoding by @flosse in #365
- Fix CSR with Trunk on hackernews example, remove CSR option from isomorphic example by @Indrazar in #369
- Make Errors Sync by @benwis in #372
- Add a counter example that does not use macros by @flosse in #373
- Fix context in outlets by @gbj in #374
- refactor to eliminate duplicate code by @Gentle in #380
- (micro optimization) cloning is not needed here by @Gentle in #381
- added hgroupelement by @ModProg in #379
- leptos_axum::handle_server_fns was also duplicated by @Gentle in #383
- implements From<Signal<T>>forMaybeSignal<T>by @gbj in #384
- Allow unused cxin server fn arguments by @gbj in #385
- Fix a large number of small issues in docs by @gbj in #386
- Check uniqueness of server function names at registration time by @gbj in #388
- Fix missing docs error by @gbj in #389
- fix: Align <ActionForm/>behavior withActionby @gbj in #390
- doc/book updated leptos version. by @martinfrances107 in #392
- Remove gloodependency inleptos_domby @gbj in #391
- Fix gtk example by @thomasqueirozb in #395
- Reduce WASM binary sizes by 3-5% by @gbj in #393
- Fix hydration issue related to WASM size reduction by @gbj in #396
- v0.1.2by @gbj in #397
New Contributors
- @imalexlab made their first contribution in #347
- @killertux made their first contribution in #343
- @jclmnop made their first contribution in #354
- @flosse made their first contribution in #365
- @ModProg made their first contribution in #379
- @thomasqueirozb made their first contribution in #395
Full Changelog: v0.1.1...v0.1.3