Skip to content

v0.8.6

Latest
Compare
Choose a tag to compare
@gbj gbj released this 27 Jul 13:10
· 5 commits to main since this release

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 #4173
  • chore: bump wasm-split version numbers by @gbj in #4170
  • chore(deps): bump redox_syscall from 0.5.14 to 0.5.15 in the rust-dependencies group by @dependabot[bot] in #4171
  • feat: allow lazy server functions by @gbj in #4169
  • fix: support file hashing when using lazy loading by @gbj in #4182
  • Enhancing members’ versioning by @sabify in #4172
  • A few pieces of lazy island clean-up by @gbj in #4186

Full Changelog: v0.8.5...v0.8.6