Skip to content

Releases: inertiajs/inertia-laravel

v2.0.5

13 Aug 13:38
aa103fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

17 Jul 14:04
bab0c0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

20 Jun 14:36
b732a5c
Compare
Choose a tag to compare

What's Changed

  • Run tests on Ubuntu 24.04 by @pascalbaljet in #735
  • Improve URL handling with support for trailing slashes by @ljbw in #731
  • [2.x] Remove old LegacyTestResponse by @nshiro in #736
  • [2.x] Introduce inertiaProps Method in TestResponseMacros for Improved Inertia.js Testing by @ashokatheheroo in #700
  • [2.x] Remove check for TestResponse from Laravel <= 6.0 by @pascalbaljet in #743
  • [2.x] Check Vite manifest before Mix manifest by @pascalbaljet in #737
  • [2.x] Remove IDE helpers by @ycs77 in #675
  • [2.x] Allow deepMerge on custom properties by @mpociot in #732
  • [2.x] Test helper for partial requests by @pascalbaljet in #738
  • [2.x] Support for a custom URL resolver by @pascalbaljet in #739
  • [2.x] Keep only partial data in mergeProps by @vinnygambiny in #745
  • [2.x] Refactor mergeStrategies argument to matchOn() method by @pascalbaljet in #747

New Contributors

Full Changelog: v2.0.2...v2.0.3

v1.3.3

20 Jun 14:36
7f5eecd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

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)