v0.5.0-rc3
Pre-release
Pre-release
Most significant breaking change you might notice is that generate_route_list in Axum is no longer async and doesn't need .await, as is already true for Actix.
Big features including static site generation included here, but I will wait for an actual release to write up notes because it's Friday afternoon!
What's Changed (since v0.5.0-rc2)
- fix(examples/error_boundary): ci error by @agilarity in #1739
- fix:
Callbackcloning by @lpotthast in #1744 - fix:
Resource::with()pt. 2 — (closes #1742 without reopening #1711) by @gbj in #1750 - chore(server_fn_macro): improve docs by @fundon in #1733
- fix:
Resource::with()(pt. 3!) — closes #1751 without breaking #1742 or #1711 by @gbj in #1752 - feat: make
Transitionset_pendinguse#[prop(into)]by @gbj in #1746 - 1742-2 by @gbj in #1753
- chore(server_fn): improve docs by @fundon in #1734
- feat: correctly
use_contextbetween islands by @gbj in #1747 - Fix Suspense issues on subsequent navigations by @gbj in #1758
- Support default values for annotated server_fn arguments by @g2p in #1762
- chore(leptos_router): improve docs by @fundon in #1769
- Better document the interaction of SsrModes with blocking resources by @g2p in #1765
- Reimplement
Ococloning by @DanikVitek in #1749 - feat: Static Site Generation by @mrvillage in #1649
- chore(leptos_marco): enhancement of document generation by @fundon in #1768
- chore(leptos_hot_reload): apply lints suggestions by @fundon in #1735
- fix: broken benchmarks (closes #1736) by @gbj in #1771
- Change leptos_axum generate_route_list function to not be async by @nicoburniske in #1485
- docs: error in
view!macro if you usecx,by @gbj in #1772
New Contributors
- @nicoburniske made their first contribution in #1485
Full Changelog: v0.5.0-rc2...v0.5.0-rc3