Skip to content

Releases: eidellev/inertiajs-adonisjs

v8.1.0

01 Aug 17:24
Compare
Choose a tag to compare

8.1.0 (2023-08-01)

Features

  • swap querystring with qs (7d5356e)

v8.0.1

17 Mar 14:26
Compare
Choose a tag to compare

8.0.1 (2023-03-17)

Bug Fixes

v8.0.0

08 Mar 14:56
Compare
Choose a tag to compare

8.0.0 (2023-03-08)

Bug Fixes

  • instructions: fixed adapter package names (3e15c14)
  • instructions: removed @inertia/inertia (f4cdc87)

Features

  • instructions: install react types (03c7276)
  • instructions: install the framework for the selected adapter (e423241)

BREAKING CHANGES

  • instructions: you will no longer be asked if you'd like to install
    inertia
  • instructions: inertia releases prior to v1 are no longer supported

v7.4.1

07 Mar 10:01
Compare
Choose a tag to compare

7.4.1 (2023-03-07)

Bug Fixes

v7.4.0

12 Jan 08:59
Compare
Choose a tag to compare

7.4.0 (2023-01-12)

Features

  • ssr: add live reloading configuration for SSR content (964bd0d)

v7.3.0

16 Dec 16:24
Compare
Choose a tag to compare

7.3.0 (2022-12-16)

Features

  • lazyprop: added an ability to use lazy props (96913aa)

v7.2.0

01 Nov 10:33
Compare
Choose a tag to compare

7.2.0 (2022-11-01)

Features

  • ssr: custom build directory (58dfb08)

v7.1.0

30 Aug 08:22
Compare
Choose a tag to compare

7.1.0 (2022-08-30)

Features

  • ssr: implemented ssr allow list (d5a656c)

v7.0.1

29 Aug 18:32
Compare
Choose a tag to compare

7.0.1 (2022-08-29)

Bug Fixes

  • inertia head: fixed comma being rendered in the head (5166261)

v7.0.0

30 Jul 20:23
Compare
Choose a tag to compare

7.0.0 (2022-07-30)

Features

  • commands: added ssr:watch and ssr:build commands (1dff551)
  • instructions: append inertiaHead tag if user chose to use SSR (7f832bc)
  • instructions: generate inertia config with ssr enabled (b32e4ac)
  • instructions: generate ssr webpack config file (88aff18)
  • instructions: install inertia SSR dependencies (04e7246)
  • ssr: support vue with ssr (925c178)

BREAKING CHANGES

  • ssr: this will require existing SSR users to make changes
    for SSR to work