Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-29 | 1.8 kB | |
v0.8.10 source code.tar.gz | 2025-09-29 | 2.8 MB | |
v0.8.10 source code.zip | 2025-09-29 | 3.4 MB | |
Totals: 3 Items | 6.2 MB | 1 |
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