Releases: airiechamorro/inertia-adonis
Releases · airiechamorro/inertia-adonis
Release 4.0.0-next.18
4.0.0-next.18 (2026-01-06)
Bug Fixes
renderInertiareturns Route type (d584e25), closes #16- allow optional properties when ssr is disabled (de760dc)
- api client entrypoint (15287fc)
- api client entrypoint (01f6e71)
- assembler breaking changes (928d6d6)
- asset versionning broken (15f982b)
- broken special props used in sharedData config file (bd7d337)
- cached version in dev (0b454c1)
- check if dev server exist while rendering on server (0be06ad)
- clear vite cache after executing entrypoint (710523a), closes #42
- configure incorrect dependencies react/svelte (59e882f)
- configure: await for route to be defined (6c9705e)
- crc32 default import (049f880)
- do not set x-inertia on every inertia request (801253f)
- documentation link (#12) (082caa4)
- enable ssr everywhere if
pagesis not defined (0cf4a3f) - error on render when session is undefined (#59) (1326df2)
- exclude children when extracting react props (294bcfb)
- failing test on windows (049cd96)
- fixed footer of the home page (#35) (20fa83f)
- generic interface passed to render (1171fbe)
- handle properly null and undefined props values (e3372ac)
- hmr not working server-side (e92d7c9)
- import the augmented module (66e7bb3)
- incorrect
headreturn with[@inertia](https://github.com/inertia)Head(280a9e3), closes #15 - incorrect stub types (ef20c42)
- incorrect stubs for client entrypoint when SSR activated (af44700)
- InferPageProps with empty inertia.render method (f1dad28)
- lazily share data with inertia from inertia middleware (c01a858)
- make SharedProps compatible with inertia usePage (c7a5f0e)
- missing config stub (4a0dd62)
- move tuyau/utils to prod dependencies (96a1a12)
- only extract PageObject with InferPagePRops (2f2e10e), closes #36
- package: update link to this repository (13d47a6)
- pass containerResolver to the serialize method (1890a20)
- pass page object to the view when using ssr (42e4bd8)
- pin typescript version (60f1c0b)
- preserve query parameters in page object url (2fb1fc8)
- published files (8ad9b75)
- react stub (ba3b123)
- react: correct svg attributes (6258e9a)
- react: path imports config stubs (ac3a534)
- read manifest by invoking the method (d08d7f5)
- readme: correct documentation link (#25) (98f7bcf)
- remove latest tag from release-it config (42d0359)
- renderInertia route helper to match types signature of inertia.render (060c4df)
- set NODE_ENV production only when building (ad43b65)
- set NODE_ENV to production when building (d2fdbf4)
- solid: stub do not like template string (6d152a6)
- support "callback" props with InferPageProps (e98fc5d), closes #65
- transformers types with once prop (10cf8fe)
- typecheck error (ee11d9b)
- usage of SSR bundle on windows (9a16acd)
- use updated svelte 5 functions (#51) (1784684)
- versioning when version is provided as integer (72341f1)
- vue props extraction helper (3c3e2a1)