Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 2.4 kB | |
v2.0.13 source code.tar.gz | 2025-06-20 | 519.2 kB | |
v2.0.13 source code.zip | 2025-06-20 | 859.4 kB | |
Totals: 3 Items | 1.4 MB | 1 |
What's Changed
- Allow deepMerge on custom properties by @mpociot in https://github.com/inertiajs/inertia/pull/2344
- fix: React StrictMode breaking Inertia Head by @jordanhavard in https://github.com/inertiajs/inertia/pull/2328
- Bump multer from 1.4.4 to 2.0.1 in /tests/app by @dependabot in https://github.com/inertiajs/inertia/pull/2373
- Initialize router before components in React by @chack1172 in https://github.com/inertiajs/inertia/pull/2379
- Prevent duplicate render of the initial page in React by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2377
- Update default state when
setDefault()
is called right aftersetData()
is called by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2364 - [2.x] Restore
router.resolveComponent()
method by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2039 - Move
currentIsInitialPage
variable outside ofApp
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2381 - Don't overwrite Vite class in Svelte playgrounds by @jrmajor in https://github.com/inertiajs/inertia/pull/2368
- Dependency update + Prevent Playwright 1.53.0 due to Svelte bug by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2382
- Update to Vite 6 by @SuperDJ in https://github.com/inertiajs/inertia/pull/2315
- Fix React scroll restoration on popState by @sebastiandedeyne in https://github.com/inertiajs/inertia/pull/2357
- feat(useForm): export granular setData types and introduce SetDataAction<TForm> by @hasib-devs in https://github.com/inertiajs/inertia/pull/2356
- Refactor
mergeStrategies
tomatchOn
by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2384 - Remove
setSwapComponent
method and cleanup after PR [#2379] by @pascalbaljet in https://github.com/inertiajs/inertia/pull/2383
New Contributors
- @jordanhavard made their first contribution in https://github.com/inertiajs/inertia/pull/2328
- @chack1172 made their first contribution in https://github.com/inertiajs/inertia/pull/2379
- @jrmajor made their first contribution in https://github.com/inertiajs/inertia/pull/2368
- @SuperDJ made their first contribution in https://github.com/inertiajs/inertia/pull/2315
- @hasib-devs made their first contribution in https://github.com/inertiajs/inertia/pull/2356
Full Changelog: https://github.com/inertiajs/inertia/compare/v2.0.12...v2.0.13