Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-27 | 1.4 kB | |
v0.8.6 source code.tar.gz | 2025-07-27 | 2.7 MB | |
v0.8.6 source code.zip | 2025-07-27 | 3.3 MB | |
Totals: 3 Items | 6.1 MB | 0 |
Just a patch release, mostly to support #[server] #[lazy]
for lazy server functions.
Going forward, patch releases for various crates will have version numbers that are not coupled to one another, and will only be bumped when they've actually changed; so this release is 0.8.6 for leptos
, leptos_macro
, and server_fn_macro
, but does not arbitrarily bump other packages that haven't changed.
See 0.8.5 for notes on WASM splitting.
What's Changed
- fix(CI): remove autofix CI timeout by @sabify in https://github.com/leptos-rs/leptos/pull/4173
- chore: bump wasm-split version numbers by @gbj in https://github.com/leptos-rs/leptos/pull/4170
- chore(deps): bump redox_syscall from 0.5.14 to 0.5.15 in the rust-dependencies group by @dependabot[bot] in https://github.com/leptos-rs/leptos/pull/4171
- feat: allow lazy server functions by @gbj in https://github.com/leptos-rs/leptos/pull/4169
- fix: support file hashing when using lazy loading by @gbj in https://github.com/leptos-rs/leptos/pull/4182
- Enhancing members’ versioning by @sabify in https://github.com/leptos-rs/leptos/pull/4172
- A few pieces of lazy island clean-up by @gbj in https://github.com/leptos-rs/leptos/pull/4186
Full Changelog: https://github.com/leptos-rs/leptos/compare/v0.8.5...v0.8.6