github leptos-rs/leptos v0.8.21

4 hours ago

What's Changed

  • chore(deps): bump actions/cache from 5 to 6 by @dependabot[bot] in #4822
  • fix: handle <For/> keys correctly in non-async HTML rendering (see #4780, #4833) by @gbj in #4834
  • fix: notify error boundaries in LocalResource-only Suspense (closes #4826) by @gbj in #4827
  • feat(leptos): always expose use_nonce() (simplified version of #4825) by @Ofenhed in #4828
  • chore: make sure failing tests in CI actually cause failures by @gbj in #4840
  • fix: include submit input value in FormData when submitting Form by @dav-wolff in #4836
  • Fix/islands router branch marker off by one by @seanaye in #4832
  • Fix two concurrency issues with Suspense by @gbj in #4853
  • fix: don't panic in the wasm-split prefetch machinery when its lock is unavailable by @JohnHarrison in #4830
  • Assorted islands-router fixes by @gbj in #4855
  • fix: check for resource reads inside Signal/Memo used as attribute values (see #4856) by @gbj in #4859
  • fix(reactive_graph): ignore dropped local-resource listener by @adrianncovaci in #4856
  • feat(reactive_stores): convert a subfield into MaybeProp by @svieujot in #4867
  • fix(leptos): nonce incorrectly generated for wasm preload by @Ofenhed in #4844
  • fix: UnsyncCallback/Callback comments by @geovie in #4868
  • fix(examples): prevent Trunk auto-reload during browser tests by @larstobi in #4872
  • fix(examples): await the add-1000-counters click by @larstobi in #4871
  • fix(ci): use locked dependencies when installing Trunk by @larstobi in #4877
  • refactor(macros): replace direct proc-macro-error2 usage with syn diagnostics by @larstobi in #4862
  • chore(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in #4841
  • chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1 to 2 by @dependabot[bot] in #4876
  • fix: hydrate <For> children in the same order we SSR them (closes #4881) by @gbj in #4882

New Contributors

Full Changelog: v0.8.19...v0.8.20

Don't miss a new leptos release

NewReleases is sending notifications on new releases.