Skip to content

Releases: inertiajs/inertia-laravel

v1.3.0

13 Jun 01:26
Compare
Choose a tag to compare
  • Add "always" props using new Inertia::always() wrapper (#627)
  • Revert dot-notation support in partial reloads (#641)

v1.2.0

21 May 18:00
5675663
Compare
Choose a tag to compare

v1.1.0

16 May 08:20
576fba4
Compare
Choose a tag to compare
  • Support dot notation in partial requests by @lepikhinb in #620
  • [1.x] Add $request->inertia() IDE helper by @ycs77 in #625

v1.0.0

10 Mar 23:37
fcf3d6d
Compare
Choose a tag to compare
  • Add Laravel 11 support (#560, #564)
  • Fix URL generation (#592)
  • Remove deprecated Assert class and Laravel 6 & 7 support. (#594)

v0.6.11

27 Oct 10:59
Compare
Choose a tag to compare
  • Add option for using the bun runtime in SSR (#552)

v0.6.10

13 Sep 02:25
609f960
Compare
Choose a tag to compare
  • Add inertia_location helper function (#491)
  • Add Route::inertia() IDE helper (#413)
  • Automatically update Facade docblocks (#538)
  • Restore request and session on redirects (#539)
  • Add PHP 8.3 support (#540)

v0.6.9

17 Jan 01:07
b983c6e
Compare
Choose a tag to compare
  • Conditionally use pcntl extension in inertia:start-ssr command (#492)

v0.6.8

14 Jan 13:51
c07625d
Compare
Choose a tag to compare
  • Reintroduce inertia.ssr.enabled config option (#488)
  • Fix bug where SSR is dispatched twice when errors exist (#489)

v0.6.7

13 Jan 02:30
4e5bf5c
Compare
Choose a tag to compare
  • Report SSR errors (#486)
  • Auto enable SSR based on existence of SSR bundle (#487)

v0.6.6

12 Jan 03:48
Compare
Choose a tag to compare
  • Add inertia:start-ssr and inertia:stop-ssr artisan commands (#483)