v0.6.14
版本发布时间: 2024-08-14 10:43:17
leptos-rs/leptos最新发布版本:v0.7.0-rc0(2024-10-22 09:30:46)
Hello everyone, The biggest change in this update is to handle wasm-bindgen 0.2.93 and web_sys 0.3.70 Thanks to @sabify and @maccesch for those PRs. As always, let us know if there's issues.
What's Changed
- fix: untrack children in Portal to avoid re-triggering it accidentally (closes #2693) by @gbj in https://github.com/leptos-rs/leptos/pull/2713
- chore: fix some comments by @renshuncui in https://github.com/leptos-rs/leptos/pull/2712
- Mnior: As of rust1.80: cargo clippy now reports doc indentation issues. by @martinfrances107 in https://github.com/leptos-rs/leptos/pull/2728
- chore(ci): update nightly by @gbj in https://github.com/leptos-rs/leptos/pull/2755
- chore: update gloo-net and reqwest to http 1.0 (closes #2688) (leptos 0.6) by @sabify in https://github.com/leptos-rs/leptos/pull/2751
- fix: update
wasm-bindgen
andweb-sys
for leptos 0.6 by @sabify in https://github.com/leptos-rs/leptos/pull/2830
New Contributors
- @renshuncui made their first contribution in https://github.com/leptos-rs/leptos/pull/2712
Full Changelog: https://github.com/leptos-rs/leptos/compare/v0.6.13...v0.6.14