Skip to content

Releases: eidellev/inertiajs-adonisjs

v6.3.0

21 Jun 09:01
Compare
Choose a tag to compare

6.3.0 (2022-06-21)

Features

  • shared data: allow calling shared data multiple times (9c79402)

v6.2.1

17 Jun 14:17
Compare
Choose a tag to compare

6.2.1 (2022-06-17)

Bug Fixes

  • redirect: remove the x-inertia header when performing a redirect (5e320ef)
  • types: added location to inertia contract (1e50df0)

v6.2.0

04 Apr 15:11
Compare
Choose a tag to compare

6.2.0 (2022-04-04)

Features

  • added script and style tags to inertia view (bb1852a)

v6.1.1

04 Apr 07:59
Compare
Choose a tag to compare

6.1.1 (2022-04-04)

Bug Fixes

  • ssr failing for none react apps (bdfc227)

v6.1.0

22 Mar 16:27
Compare
Choose a tag to compare

6.1.0 (2022-03-22)

Bug Fixes

Features

  • added ssr config (15faaca)
  • ssr: implemented ssr support for react (9ad97e4)

v6.0.1

09 Jan 12:50
Compare
Choose a tag to compare

6.0.1 (2022-01-09)

Bug Fixes

  • security: use the latest commitlint action (fb6c505)

v6.0.0

18 Dec 15:24
Compare
Choose a tag to compare

6.0.0 (2021-12-18)

Features

  • redirect: preserve query string when redirecting (90cb2d1)

BREAKING CHANGES

  • redirect: change in behavior affecting project currently using this library

v5.0.0

20 Nov 19:43
Compare
Choose a tag to compare

5.0.0 (2021-11-20)

Bug Fixes

  • inertia headers: added inertia middleware (14b993b)

BREAKING CHANGES

  • inertia headers: current users will need to register the middleware

#42

v4.2.2

05 Oct 16:25
Compare
Choose a tag to compare

4.2.2 (2021-10-05)

Bug Fixes

  • ? being appended to URL without query params (3e5c1d4)
  • query params: fixed array encoding (f1ca414)

v4.2.1

03 Sep 18:20
Compare
Choose a tag to compare

4.2.1 (2021-09-03)

Bug Fixes

  • route helper: mark pageOnlyProps as optional (f45b4c1)