Better type-safety in forms, bug fixes and protocol alignment
Pre-release
Pre-release
·
16 commits
to 5.x
since this release
Immutable
release. Only release title and notes can be modified.
5.0.0-next.2 (2026-08-04)
Bug Fixes
- client: preserve route body types in Form (#104) (922e159)
- do not read the vite manifest for asset versioning in dev mode (0204d3d), closes #97
- send the asset version on the version-mismatch response (6db1485)
Features
- add query string support to route mode (ed17d40)
- add route-aware method sugar to useRouter (ccea2d2)
- allow overriding the resolved route method (5a681e4)
- forward the template ref through the vue Form wrapper (c5666a9)
- type the full upstream props surface on the vue wrappers (a98a403)
- type the router request body from the route's declared body (bdd6713)
What's Changed
- Preserve route body types in Form by @RomainLanz in #104
New Contributors
- @RomainLanz made their first contribution in #104
Full Changelog: v5.0.0-next.1...v5.0.0-next.2