Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-14 | 2.6 kB | |
v2.1.1 source code.tar.gz | 2025-08-14 | 570.7 kB | |
v2.1.1 source code.zip | 2025-08-14 | 965.2 kB | |
Totals: 3 Items | 1.5 MB | 6 |
What's Changed
- Improve
Link
component types and support for prefetch events by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2464 - allow passing partial errors object to
setError()
by @sudo-barun in https://github.com/inertiajs/inertia/pull/2461 - Add missing generic type support to PendingVisit and VisitHelperOptions by @HichemTab-tech in https://github.com/inertiajs/inertia/pull/2454
- Revamp useForm's generic types across adaptors by @Spice-King in https://github.com/inertiajs/inertia/pull/2335
- TypeScript improvements for
Link
component and Client Side Visits by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2472 - Further TS improvements for
useForm
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2475 - Improve consistency in
useForm
across adapters by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2482 - Improve TypeScript support for Client Side Visit
props
callback by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2483 - TS improvements to Svelte's
<Form>
anduseForm()
implementations by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2489 - Typescript Improvements by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2468
- Test apps in TypeScript by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2469
- Fix empty action in
<Form>
component when the current URL has more than one segment by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2501 - Support uppercase method in
<Form>
component by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2502 - Add
Form
componentdisableWhileProcessing
prop by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2504 - Reset form fields by name in Form components by @skryukov in https://github.com/inertiajs/inertia/pull/2499
- Add
onSubmitComplete
prop toForm
component by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2503 - Remove failed prefetch requests from in-flight array by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2500
- Add
defaults()
method to Form component by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2507 - Release script by @joetannenbaum in https://github.com/inertiajs/inertia/pull/2508
- Only
reset()
anddefaults()
inonSubmitComplete
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2509
New Contributors
- @sudo-barun made their first contribution in https://github.com/inertiajs/inertia/pull/2461
Full Changelog: https://github.com/inertiajs/inertia/compare/v2.1.0...v2.1.1