If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including a couple of bugfixes,
What's Changed
- Rkyv feature should propagate properly by @thestarmaker in #3448
- fix: allow multiple overlapping notifications of AsyncDerived/LocalResource (closes #3454) by @gbj in #3455
- Derive clone for RouteChildren by @Innominus in #3462
- fix: do not overwrite SuspenseContext in adjacent Transition components (closes #3465) by @gbj in #3471
- Implement AddAnyAttr trait for Static by @geoffreygarrett in #3464
- feat: add [Arc]LocalResource::refetch method by @linw1995 in #3394
- chore: fix tracing warning mess by @gbj in #3473
- Fix: values being moved with the debug_warn! macro when compiling with not(debug_assertions) by @WorldSEnder in #3446
- docs: warn about callbacks outside the ownership tree by @tversteeg in #3442
- fix: do not use stale values in AsyncDerived if it is mutated before running by @gbj in #3475
- fix: include missing nonces on streaming script tags and on
leptos_meta
components (closes #3482) by @gbj in #3485
New Contributors
- @geoffreygarrett made their first contribution in #3464
- @linw1995 made their first contribution in #3394
- @WorldSEnder made their first contribution in #3446
Full Changelog: v0.7.3...v0.7.4