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 primarily bugfixes.
What's Changed
- chore: work around wasm-bindgen breakage by @gbj in #3498
- Add support for custom patch by @mscofield0 in #3449
- feat: either_or combinator by @geovie in #3417
- (wip): implement unboxing support for recursive store nodes (closes #3491) by @gbj in #3493
- fix: correctly handle
ErrorBoundary
through reactive views (closes #3487) by @gbj in #3492 - chore: restore reactivity warning at top level of components (closes #3354) by @gbj in #3499
- feat:
#[lazy]
macros to support lazy loading and code splitting by @gbj in #3477 - chore(ci): add CI for
leptos_0.8
branch by @gbj in #3500 - fix: including
node_ref
after{..}
on arbitrary components by @gbj in #3503 - Enhanced docs for reactive_stores by @dcsturman in #3508
- Adding a project detailing flexible mocking architecture inspired by hexagonal architecture for leptos app by @sjud in #3342
- issue-3467 - bumping codee version to support rkyv 8 by @thestarmaker in #3504
- docs: Fix README.md & Add MSRV badge by @DanikVitek in #3480
- update workspace dependency versions by @gbj in #3506
- feat (
either_of
): Extent API; Implement other iterator methods; Update deps by @DanikVitek in #3478 - AddAnyAttr working with erase_components by @zakstucke in #3518
- impl IntoAttributeValue for TextProp by @SleeplessOne1917 in #3517
- Fix memo recomputation by @stefnotch in #3495
- feat(callback): implement
matches
method for Callback and UnsyncCallback by @geoffreygarrett in #3520 - fix: correctly notify descendants and ancestors of store fields (closes #3523) by @gbj in #3524
- feat: allow raw identifiers in Params derive macro by @geovie in #3525
New Contributors
- @dcsturman made their first contribution in #3508
Full Changelog: v0.7.4...v0.7.5