Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-17 | 2.0 kB | |
v2.0.15 source code.tar.gz | 2025-07-17 | 516.3 kB | |
v2.0.15 source code.zip | 2025-07-17 | 864.7 kB | |
Totals: 3 Items | 1.4 MB | 0 |
What's Changed
- Improve GitHub issue templates by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2418
- Escape the attribute values that are passed into the
Head
component by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2403 - Introduce single method to reset form state and clear errors by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2414
- Use
CacheForOption
type in ReactLink
component by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2426 - Improve query string merging in
mergeDataIntoQueryString()
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2417 - Improve scrolling when using anchor hash by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2428
- Cancel sync request on popstate event by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2429
- Support for path traversal by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2413
- Add event callbacks to
ClientSideVisitOptions
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2405 - Pass parameters to
onFinish
andonSuccess
callbacks on Client Side Visits by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2433 - Prevent JS builds and test apps from being minified by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2424
- Migrate to pnpm by @jrmajor in https://github.com/inertiajs/inertia/pull/2276
- Fix single-use prefetching by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2440
- Change defaults values order in onSuccess callback of useForm by @yilanboy in https://github.com/inertiajs/inertia/pull/2437
- Improve reactivity of Link components by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2441
New Contributors
- @yilanboy made their first contribution in https://github.com/inertiajs/inertia/pull/2437
Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.14...v2.0.15