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 #2713
- chore: fix some comments by @renshuncui in #2712
- Mnior: As of rust1.80: cargo clippy now reports doc indentation issues. by @martinfrances107 in #2728
- chore(ci): update nightly by @gbj in #2755
- chore: update gloo-net and reqwest to http 1.0 (closes #2688) (leptos 0.6) by @sabify in #2751
- fix: update
wasm-bindgen
andweb-sys
for leptos 0.6 by @sabify in #2830
New Contributors
- @renshuncui made their first contribution in #2712
Full Changelog: v0.6.13...v0.6.14