What's Changed
- add homepage to leptos cargo metadata by @tswast in #4417
- examples: clarify behavior of upload-with-progress demo (closes #4397) by @gbj in #4420
- Force cleanup even if there are other references to the root owner by @zakstucke in #4427
- fix: check custom element tag name when rebuilding by @gbj in #4413
- Relax
Debugtrait bound on tuplesPossibleRouteMatchimplementation by @alexisfontaine in #4428 - fix: remove possibility of view-related
SendWrappererrors on server (closes #4432, #4402) by @gbj in #4433 - Add split to run command by @marcokuoni in #4440
- Clean up warning behavior for resources that depend on other resources by @gbj in #4415
- (wip) track resources in Suspense that are read conditionally behind other resource reads (see #4430) by @gbj in #4444
- fix: improve marker-node filtering when using islands router (closes #4443) by @gbj in #4446
- Removed duplicate cargo member oco by @agirorn in #4445
- fix: do not unescape query and hash in URLs when clicking links (closes #4453, closes #4232) by @gbj in #4454
- fix: Fixed to Add response headers for leptos_axum static files #4377 by @tqq1994516 in #4394
- fix: make class attribute overwrite behavior consistent between SSR and CSR by @taearls in #4439
New Contributors
- @tswast made their first contribution in #4417
- @marcokuoni made their first contribution in #4440
- @tqq1994516 made their first contribution in #4394
- @taearls made their first contribution in #4439
Full Changelog: v0.8.12...v0.8.13