What's Changed
- Use local
@inertiajs/core
in Playgrounds + dependencies bump by @pascalbaljet in #2633 - Introduce types for Head Manager by @pascalbaljet in #2634
- Fix resolving
preserveScroll
andpreserveState
in Client Side Visits by @pascalbaljet in #2635 - Support for type-hinting shared Page Props by @pascalbaljet in #2636
- Add
globals.d.ts
file to Playgrounds by @pascalbaljet in #2637 - Remove wrong
shouldIntercept()
call inkeydown
event handler in<Link>
component by @pascalbaljet in #2638 - Introduce
CancelToken
andCancelTokenCallback
types 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
data
prop of<InfiniteScroll>
required by @pascalbaljet in #2642 - TS fixes in Vue adapter for
useRemember
andremember
mixin 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