What's Changed
- Fixes #4193: Adding
command
andcommandfor
attributes for button by @mskorkowski in #4194 - docs: fix typo by @rpfontana in #4202
- fix: only continue navigating to most recent page (closes #4195) by @gbj in #4198
- Add name attribute to details element by @adoyle0 in #4190
- Fixes #4163: Derive
Patch
for a struct with generic arguments by @mskorkowski in #4175 - make is_server and is_browser public by @Alxandr in #4204
- fix: ensure
task::spawn
maintains reactive ownership (closes #4203) by @gbj in #4206 - perf: use a set instead of
Vec<_>
to optimize large subscriber sets (see #4138) by @gbj in #4201 - feat: improving the bump script by @sabify in #4187
- feat: implement IntoProperty for Oco by @veigaribo in #4174
- fix: pass
hydrate_async
throughOwnedView
properly (closes #4219) by @gbj in #4220 - fix: support islands routing in 404 routes by @gbj in #4218
- chore(deps): bump the rust-dependencies group with 32 updates by @dependabot[bot] in #4222
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #4221
- fix: allow
non_snake_case
anddead_code
lints to run within component functions by @yescallop in #3198 - chore: remove lockfiles accidentally included in repo by @gbj in #4234
<ShowLet>
component similar to<Show>
but forOption
by @maccesch in #4227- fix: correctly parse unquoted text with punctuation in stable (closes #4137) by @gbj in #4238
- Fixes for two server function issues by @gbj in #4242
- feat: add default "auto" live reload protocol option by @veigaribo in #4224
- Special-case
value
property to support quirky<select>
behavior by @gbj in #4235 - made
<Show>
accept signals in addition to closures by @maccesch in #4236 - docs: correctly document additional serialization features for
leptos_server
by @gbj in #4250 - Revert recent broken changes by @gbj in #4255
New Contributors
- @rpfontana made their first contribution in #4202
- @adoyle0 made their first contribution in #4190
- @Alxandr made their first contribution in #4204
- @yescallop made their first contribution in #3198
Full Changelog: v0.8.6...v0.8.8