We're continuing to work towards 0.7.0 release, with more bug fixes and improvements
What's Changed
- fix: restore array syntax for setting multiple classes dynamically (closes #3151) by @gbj in #3152
- From<> impls between ArcLocalResource and LocalResource by @zakstucke in #3144
impl IntoStyle
forOption<impl IntoStyle
&Oco
by @zakstucke in #3119- Option read-like traits & deprecate MaybeSignal/MaybeProp by @zakstucke in #3098
- fix: avoid deadlocking if can't take Memo write lock (closes #3158) by @gbj in #3160
- Regression tests for double suspense/double resource fetch by @metatoaster in #3103
- improve tailwind config to also catch dynamic classes by @jheuel in #3143
- fix: correctly reset classes when using Option by @gbj in #3164
- chores by @gbj in #3163
- chore: fix
leptos_dom
reexports (closes #3166) by @gbj in #3168 - fix: correctly track inner subfields on Field (closes #3169) by @gbj in #3170
- Remove duplicated "calls" word by @NCura in #3171
- Store tweaks by @gbj in #3173
- chore: reexport unescape (closes #3177) by @gbj in #3179
- fix: Oco equality check (closes #3178) by @gbj in #3180
- Makes the
wasm32-wasip1/2
target a first-class citizen for Leptos's Server-Side by @raskyld in #3063 - fix: allow
!Send
errors in Actixextract()
by @gbj in #3189 - Expose innards of SerializedDataId and SsrSharedContext to allow creating custom hydration contexts by @zakstucke in #3145
- fix: exclude excluded server fn paths instead of unregistering them (closes #3150, #3175) by @gbj in #3176
- Unpin
wasm-bindgen
to improve compatibility with other crates by @DanielleHuisman in #3186
New Contributors
- @jheuel made their first contribution in #3143
- @NCura made their first contribution in #3171
- @raskyld made their first contribution in #3063
- @DanielleHuisman made their first contribution in #3186
Full Changelog: v0.7.0-rc0...v0.7.0-rc1