v0.6.14
leptos-rs/leptosv0.6.14Aug 14, 2024by benwis
AI Summary
Maintenance release updating core dependencies for `wasm-bindgen` and `web-sys` to support newer browser APIs.
Key Highlights
- Updated `wasm-bindgen` and `web-sys` to version 0.2.93 and 0.3.70.
- Updated `gloo-net` and `reqwest` to HTTP 1.0.
- Fixed untracking children in Portal to avoid re-triggering.
New Features
- Dependency updates (wasm-bindgen, web-sys, gloo-net, reqwest)
Full Release Notes
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` and `web-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