v0.8.15
mikeyobrien/ralph-orchestratorv0.8.15Dec 19, 2025by gbj
AI Summary
This is a maintenance release for the Leptos framework focusing on fixing store patching issues, dependency updates, and resolving new compiler warnings.
Key Highlights
- Fix for keyed store fields regression
- Use unkeyed paths for all store patching
- Dependency updates (actions/checkout, biome)
New Features
- Static `Option` values for `ShowLet`
- Regression test for keyed store fields
- Fix for `IntoAnyAttribute` import when using `erase_components`
- Upgrade dependencies
Full Release Notes
## What's Changed * `ShowLet` now accepts static `Option` values. by @maccesch in https://github.com/leptos-rs/leptos/pull/4467 * chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/leptos-rs/leptos/pull/4461 * chore: resolve new warnings by @gbj in https://github.com/leptos-rs/leptos/pull/4485 * chore: add a regression test to ensure correct behavior for keyed store fields (see discussion in #4473) by @gbj in https://github.com/leptos-rs/leptos/pull/4483 * fix: use unkeyed paths for all store patching (closes #4486) by @gbj in https://github.com/leptos-rs/leptos/pull/4487 * Fixes missing import `IntoAnyAttribute` when using erase_components by @ToxicMushroom in https://github.com/leptos-rs/leptos/pull/4481 * chore: upgrade dependencies by @sabify in https://github.com/leptos-rs/leptos/pull/4497 ## New Contributors * @ToxicMushroom made their first contribution in https://github.com/leptos-rs/leptos/pull/4481 **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.8.14...v0.8.15