Added
- Added SSR support to Svelte library (#1349)
- Added first-class TypeScript support to React adapter
- Added first-class TypeScript support to Vue 2 adapter
- Added first-class TypeScript support to Vue 3 adapter
- Added new
useForm()hook to Vue 2 adapter (ff59196)
Changed
- Renamed
@inertiajs/inertialibrary to@inertiajs/core(#1282) - Renamed
@inertiajs/inertia-reactlibrary to@inertiajs/react(#1282) - Renamed
@inertiajs/inertia-sveltelibrary to@inertiajs/svelte(#1282) - Renamed
@inertiajs/inertia-vuelibrary to@inertiajs/vue2(#1282) - Renamed
@inertiajs/inertia-vue3library to@inertiajs/vue3(#1282) - Merged progress library to core and deprecated
@inertiajs/progresslibrary (#1282, 0b5f773) - Merged server library to core and deprecated
@inertiajs/serverlibrary (#1282) - Renamed
Inertianamed export torouter(#1282, e556703) - Removed deprecated named exports (#1282, e556703)
- Removed deprecated
appargument fromcreateInertiaApp()in Vue adapters (#1282, 65f8a5f) - Updated axios to 1.x (#1377)
- Simplified
usePage()hook in Vue 3 adapter (#1373) - Improved Svelte
use:inertiaand<Link />component (#1344) - Removed global
visitOptions()hook (#1282, 30908c2) - Switched bundler from Microbundle to ESbuild (f711b46, 8093713, 342312d, c9e12b3)