v0.8.10
leptos-rs/leptosv0.8.10Sep 29, 2025by gbj
AI Summary
A patch release focusing on hot-reloading improvements, navigation path management, and subsecond support.
Key Highlights
- Adds minimal support for `subsecond` time units.
- Fixes event listener cleanup when dropping handles.
- Fixes preloading of `__wasm_split.*.js` files.
- Correctly manages path stack during back navigation.
- Fixes correct import of scoped slots.
New Features
- Minimal `subsecond` support
- Improved event listener cleanup
- Fixed `__wasm_split` file preloading
- Scoped slot import fixes
Full Release Notes
## What's Changed * Locking dependencies in cargo-leptos install example by @agirorn in https://github.com/leptos-rs/leptos/pull/4295 * Add minimal support for `subsecond` and an example by @gbj in https://github.com/leptos-rs/leptos/pull/4307 * chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/leptos-rs/leptos/pull/4283 * chore(deps): bump tj-actions/changed-files from 46 to 47 by @dependabot[bot] in https://github.com/leptos-rs/leptos/pull/4297 * chore: specify Tailwind version in Trunk.toml (closes #4315) by @gbj in https://github.com/leptos-rs/leptos/pull/4317 * fix: remove event listeners correctly when dropping handles (closes #4313) by @gbj in https://github.com/leptos-rs/leptos/pull/4314 * fix: preload correct `__wasm_split.*.js` file (closes #4322) by @gbj in https://github.com/leptos-rs/leptos/pull/4327 * chore(deps): bump the rust-dependencies group across 1 directory with 11 updates by @dependabot[bot] in https://github.com/leptos-rs/leptos/pull/4319 * fix: correctly import scoped slots (closes #4311) by @gbj in https://github.com/leptos-rs/leptos/pull/4318 * Allow accessing a parent owner from a child by @zakstucke in https://github.com/leptos-rs/leptos/pull/4325 * chore: add missing attributes by @adoyle0 in https://github.com/leptos-rs/leptos/pull/4308 * Correctly manage path stack during back navigation by @gbj in https://github.com/leptos-rs/leptos/pull/4334 * fix: correctly poll all out-of-order streaming chunks (closes #4326) by @gbj in https://github.com/leptos-rs/leptos/pull/4333 ## New Contributors * @agirorn made their first contribution in https://github.com/leptos-rs/leptos/pull/4295 **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.8.9...v0.8.10