Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-13 | 1.6 kB | |
v2.1.0 source code.tar.gz | 2025-08-13 | 544.9 kB | |
v2.1.0 source code.zip | 2025-08-13 | 911.8 kB | |
Totals: 3 Items | 1.5 MB | 0 |
What's Changed
- Support for passing custom component to
as
prop ofLink
component. by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2443 - Use
nodemon
to trigger new files and deleted files in test apps by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2442 - Use ReactNode type for children props by @chack1172 in https://github.com/inertiajs/inertia/pull/2385
- Allow function as children component in react Deferred and WhenVisible by @chack1172 in https://github.com/inertiajs/inertia/pull/2386
- Improve test that waits for scroll position restoration by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2473
- Introduction of the
Form
component by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2474 - Improve
children
prop of<Form>
Component by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2487 - Add Form component ref support by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2496
- Make Svelte's <Deferred> not crash in an SSR environment by @dkulchenko in https://github.com/inertiajs/inertia/pull/2396
- Fix core: Queue processing when an item fails by @pintend in https://github.com/inertiajs/inertia/pull/2467
- Migrate playgrounds to Tailwind 4 by @jrmajor in https://github.com/inertiajs/inertia/pull/2369
New Contributors
- @dkulchenko made their first contribution in https://github.com/inertiajs/inertia/pull/2396
- @pintend made their first contribution in https://github.com/inertiajs/inertia/pull/2467
Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.17...v2.1.0