This includes patch releases to the reactive_graph
, tachys
, wasm_split_macros
, server_fn
, leptos
, and router
crates.
What's Changed
- fix: use wss for live reload if on https by @veigaribo in #4257
- fix: when navigating, only add new URL to history stack if it's different from current URL (closes #4251) by @gbj in #4252
- Preserve owner in Actions and event listeners by @zakstucke in #4267
- fix: Set content type header for server function errors by @spencewenski in #4215
- From<View> for ViewFn where View: Clone by @zakstucke in #4266
- chore(deps): bump the rust-dependencies group across 1 directory with 33 updates by @dependabot[bot] in #4262
- impl From<RwSignal/ReadSignal/Memo> for ArcSignal by @zakstucke in #4258
- fix: revert changes to raw text parsing (closes #4271) by @gbj in #4272
- Standardize ScopedFuture::new_untracked like untrack() and untrack_with_diagnostics() by @zakstucke in #4269
- fix: clear old attributes when replacing a
Vec<AnyAttribute>
(closes #4268) by @gbj in #4270 - fix: correctly propagate visibility on lazy functions (closes #4256) by @gbj in #4259
- docs: fix broken links in suspense by @rpfontana in #4276
- docs: add missing docs for some features by @gbj in #4281
- fix: prevent double-rebuild and correctly navigate multiple times to same lazy route (closes #4285) by @gbj in #4294
- chore: add
referrerpolicy
attribute toa
element by @adoyle0 in #4299 - fix: support const generic static strs on nightly versions with conflicting feature names (closes #4300) by @gbj in #4301
Full Changelog: v0.8.8...v0.8.9