This is primarily a bugfix release, but it also includes a new feature: making the fallback
prop on Show
, Suspense
, and Transition
optional.
For 0.5 release notes in general, click here.
What's Changed
- docs: fix
For
view prop name (closes #1813) by @gbj in #1814 - Missing docs and
Copy
impl forCallback
by @gbj in #1818 - Fix template! cfg condition by @Dragonink in #1822
- Docs: DX improvements: add section about jetbrains
intellij-rust
by @sebadob in #1804 - made show fallback optional by @maccesch in #1817
- Fixes #1828, making SSR behavior match the Hydrate behavior. by @dgsantana in #1829
- fix: make explicit allowances for local-only suspense fragments in SSR/hydrate mode (closes #1823) by @gbj in #1824
- fix: correctly quote spread attributes in
{..attrs}
syntax (fixes #1826) by @gbj in #1831 - Allow disposing of Signal & StoredValue by @PaulWagener in #1849
- Make Async Mode return Content-Type header in Response by @benwis in #1851
- feat: support stored values in
with!
andupdate!
by @blorbb in #1836 - Removed warning in build artefacts. by @martinfrances107 in #1840
- fix: update log debug to use get_untracked for logged in user to resolve client side console error by @kevinold in #1834
- fix: panic during
generate_route_list
if you immediately dispatch an action (closes #1832) by @gbj in #1853 - fix:
clippy
"needless lifetimes" warning (closes #1825) by @gbj in #1852 - "#two" was being hidden. Added another # to unhide by @he00741098 in #1847
New Contributors
- @Dragonink made their first contribution in #1822
- @kevinold made their first contribution in #1834
- @he00741098 made their first contribution in #1847
Full Changelog: v0.5.0...v0.5.1