Skip to content

Releases: inertiajs/inertia-laravel

v2.0.0

13 Dec 02:49
Compare
Choose a tag to compare

twitter-card

  • Add support for Inertia.js v2.0.0
  • Add Inertia::defer() to support deferred props
  • Add Inertia::merge() to support merging props on client
  • Add Inertia::always() for props that should always be included (#627)
  • Add Inertia::clearHistory() and Inertia::encryptHistory() methods, encryption config, and encryption middleware
  • Deprecated Inertia::lazy() in favor of Inertia::optional()
  • Drop support for Laravel 8 and 9 (#629)

v1.3.2

05 Dec 14:55
7e6a030
Compare
Choose a tag to compare

v1.3.1

22 Nov 14:21
c4026af
Compare
Choose a tag to compare

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)