Skip to content

Releases: inertiajs/inertia-laravel

v2.0.2

10 Apr 15:22
248e815
Compare
Choose a tag to compare

What's Changed

  • [2.x] Supports Laravel 12 by @crynobone in #709
  • Add Inertia::deepMerge Method for Handling Complex Data Merges in Responses by @HichemTab-tech in #679
  • Improve PHPDoc annotations for ResponseFactory class by @mohammadrasoulasghari in #723
  • fix props that extends Responsable after closures / lazy props by @d8vjork in #722
  • [2.x] Allow environment config for ssr.enabled, ssr.url, and history.encrypt by @bram-pkg in #714
  • Replace array_merge with spread operator in middleware.stub by @osbre in #710
  • [2.x] Resolve Closure before checking if a prop implements the Arrayable contract by @rodrigopedra in #706
  • Handle SSR URLs with trailing slashes by @simon-tma in #705
  • [2.x] Call toArray() on Arrayable props resolved from the Container by @pascalbaljet in #696
  • [2.x] Replace md5 with xxhash by @RobertBoes in #653

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

18 Feb 19:01
Compare
Choose a tag to compare
  • Allow Laravel 12.x.

Full Changelog: v2.0.0...v2.0.1

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)