Releases: inertiajs/inertia
Releases · inertiajs/inertia
v2.2.15
What's Changed
- TS Fix for circularly references in form data by @pascalbaljet in #2673
- Improve TS for config defaults by @pascalbaljet in #2674
- [v2.x] feat: allow adding type to
router.restoreby @peaklabs-dev in #2545 - Configurable prefetch hover delay by @pascalbaljet in #2675
Full Changelog: v2.2.14...v2.2.15
v2.2.14
What's Changed
- TS cleanup for
<Link>component + View Transition prop in Svelte by @pascalbaljet in #2667 - Improve support for
anyas form data value by @pascalbaljet in #2668
Full Changelog: v2.2.13...v2.2.14
v2.2.13
What's Changed
- Support for View Transitions by @pascalbaljet in #2658
- Opt-in to using
data-inertiaattribute in<Head>component by @pascalbaljet in #2663 - Opt-in to using
<dialog>for error modals by @pascalbaljet in #2664 - feat: give access to underlying data as object and as form data object by @MeiKatz in #2605
New Contributors
Full Changelog: v2.2.12...v2.2.13
v2.2.12
What's Changed
- Clone page props before writing it to the browser's history by @pascalbaljet in #2662
Full Changelog: v2.2.11...v2.2.12
v2.2.11
What's Changed
- Configure global defaults and update during runtime by @pascalbaljet in #2655
- Stabilize prop references when visiting the same page by @pascalbaljet in #2657
Full Changelog: v2.2.10...v2.2.11
v2.2.10
What's Changed
- Restore uppercase
Componentobject key in React'sApp.tsby @pascalbaljet in #2654
Full Changelog: v2.2.9...v2.2.10
v2.2.9
What's Changed
- Use local
@inertiajs/corein Playgrounds + dependencies bump by @pascalbaljet in #2633 - Introduce types for Head Manager by @pascalbaljet in #2634
- Fix resolving
preserveScrollandpreserveStatein Client Side Visits by @pascalbaljet in #2635 - Support for type-hinting shared Page Props by @pascalbaljet in #2636
- Add
globals.d.tsfile to Playgrounds by @pascalbaljet in #2637 - Remove wrong
shouldIntercept()call inkeydownevent handler in<Link>component by @pascalbaljet in #2638 - Introduce
CancelTokenandCancelTokenCallbacktypes to replace Axios imports by @pascalbaljet in #2639 - Internal TypeScript improvements by @pascalbaljet in #2640
- Tests and TS improvements for the
<Head>component by @pascalbaljet in #2641 - Make
dataprop of<InfiniteScroll>required by @pascalbaljet in #2642 - TS fixes in Vue adapter for
useRememberandremembermixin by @pascalbaljet in #2643 - Bump vite from 5.4.20 to 5.4.21 by @dependabot[bot] in #2647
- TypeScript improvements to
createInertiaApp()and unifying it across adapters by @pascalbaljet in #2648 - ESLint check for test-apps by @pascalbaljet in #2560
Full Changelog: v2.2.8...v2.2.9
v2.2.8
What's Changed
- Prevent false positives in
getScrollableParent()by @pascalbaljet in #2626 - Restore scroll regions after navigation by @pascalbaljet in #2627
- Prevent replacing history state when scroll regions are unchanged to fix popstate behavior in WebKit by @pascalbaljet in #2629
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
- Preserve relative URL when
<InfiniteScroll>updates query string by @pascalbaljet in #2623 - Use
SlotsTypeto type-hint Vue slots by @pascalbaljet in #2620 - Fix race condition in
history.tsby @pascalbaljet in #2624
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- SSR fixes for
<InfiniteScroll>component. by @pascalbaljet in #2616
Full Changelog: v2.2.5...v2.2.6