Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-26 | 468 Bytes | |
v2.0.14 source code.tar.gz | 2025-06-26 | 520.2 kB | |
v2.0.14 source code.zip | 2025-06-26 | 860.2 kB | |
Totals: 3 Items | 1.4 MB | 0 |
What's Changed
- fix: fixed type error in
useForm SetDataAction
type by @fxnm in https://github.com/inertiajs/inertia/pull/2395 - Call
provider.update
outside useEffect block to support SSR by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2397 - Improve state restore logic in
useRemember
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2401
Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.13...v2.0.14