Inertia Versions Save

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

v1.0.16

1 month ago
  • Fix Svelte 4 slot rendering issues (#1763)
  • Fix accessibility warning in Svelte Link component (#1858)
  • Use Omit instead of Exclude in router types (#1857)

v1.0.15

2 months ago
  • Bump axios from v1.4.0 to v1.6.0 (#1723)

v1.0.14

6 months ago
  • Revert "Clear errors on form reset (#1568)" (#1716)

v1.0.13

6 months ago
  • Clear errors on form reset (#1568)
  • Fix Link type in React (#1659)

v1.0.12

7 months ago
  • Fix type of onClick for Link component in React and Vue (#1699, #1701)

v1.0.11

9 months ago
  • Fix form helper types for setDefaults() method (React) and defaults() method (Vue) (#1504)
  • Fix interface issue with useForm() in React and Vue adapters (#1649)

v1.0.10

9 months ago
  • Fix Svelte's useForm helper (#1610)

v1.0.9

10 months ago
  • Fix <Head> vNode handling in Vue 3 adapter (#1590)
  • Add Svelte 4 support (60699c7)

v1.0.8

11 months ago

Fixed

  • Fix <Head> vNode handling in Vue 3 adapter (#1570)
  • Fix watching remembered data in Vue 3 adapter (#1571)

v1.0.7

1 year ago
  • Fix <Head> fragment detection in Vue 3 adapter (#1509)