Releases: eidellev/inertiajs-adonisjs
Releases · eidellev/inertiajs-adonisjs
v6.3.0
6.3.0 (2022-06-21)
Features
- shared data: allow calling shared data multiple times (9c79402)
v6.2.1
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
6.2.0 (2022-04-04)
Features
- added script and style tags to inertia view (bb1852a)
v6.1.1
6.1.1 (2022-04-04)
Bug Fixes
- ssr failing for none react apps (bdfc227)
v6.1.0
6.1.0 (2022-03-22)
Bug Fixes
Features
- added ssr config (15faaca)
- ssr: implemented ssr support for react (9ad97e4)
v6.0.1
6.0.1 (2022-01-09)
Bug Fixes
- security: use the latest commitlint action (fb6c505)
v6.0.0
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
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
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
4.2.1 (2021-09-03)
Bug Fixes
- route helper: mark pageOnlyProps as optional (f45b4c1)