Skip to content

Releases: inertiajs/inertia

v1.0.10

09 Aug 04:26
23a426d
Compare
Choose a tag to compare
  • Fix Svelte's useForm helper (#1610)

v1.0.9

28 Jun 01:02
Compare
Choose a tag to compare
  • Fix <Head> vNode handling in Vue 3 adapter (#1590)
  • Add Svelte 4 support (60699c7)

v1.0.8

09 Jun 11:34
Compare
Choose a tag to compare

Fixed

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

v1.0.7

19 May 11:40
Compare
Choose a tag to compare
  • Fix <Head> fragment detection in Vue 3 adapter (#1509)

v1.0.6

21 Apr 00:33
Compare
Choose a tag to compare

Fixed

  • Fix usePage() null object error in Vue 3 adapter (#1530)

v1.0.5

20 Apr 12:00
Compare
Choose a tag to compare

Fixed

  • Fix usePage() reactivity in Vue 2 adapter (#1527)

Changed

  • Simplify the Vue 2 form helper (#1529)

v1.0.4

20 Apr 01:13
Compare
Choose a tag to compare

Added

  • Added displayName to Link component in React adapter (#1512)

Fixed

  • Fix usePage() reactivity in Vue 3 adapter (#1469)

v1.0.3

14 Apr 03:32
Compare
Choose a tag to compare

Added

  • Added initialization callback to form helper in Vue adapters (#1516)

v1.0.2

17 Feb 00:30
5c9c270
Compare
Choose a tag to compare

Fixed

  • Added explicit children to InertiaHeadProps (#1448)
  • Exported InertiaLinkProps type (#1450)
  • Improved React usePage generic type (#1451)

v1.0.1

14 Feb 01:55
e60e1cb
Compare
Choose a tag to compare

Fixed

  • Fixed Vue type overrides for $page and $inertia (#1393)
  • Restored React usePage generic type (#1396)
  • Prevented need to use Method enum with the Link component (#1392)
  • Restored Vue 3 usePage generic type (#1394)
  • Fixed export of server types (#1397)
  • Updated form types to support nested data (#1401)
  • Allowed stronger type support with Vue useForm (#1413)
  • Fixed Vue 2 setup prop types (#1418)
  • Fixed issue when passing multiple children to React Head component (#1433)