Releases: inertiajs/inertia-laravel
Releases ยท inertiajs/inertia-laravel
v2.0.0
- 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()
andInertia::encryptHistory()
methods, encryption config, and encryption middleware - Deprecated
Inertia::lazy()
in favor ofInertia::optional()
- Drop support for Laravel 8 and 9 (#629)
v1.3.2
- [1.x] Fix PHP 8.4 deprecations by @JeppeKnockaert (#691)
- [1.x] Ensure Inertia Response generate also compatible with Inertia.js 2 by @crynobone (#692)
v1.3.1
- [1.x] Supports PHP 8.4 by @crynobone in #683
v1.3.0
v1.2.0
- [1.x] Make commands lazy by @timacdonald in #601
- [1.x] Persistent properties by @lepikhinb in #621
- [1.x] Exclude properties from partial responses by @lepikhinb in #622
v1.1.0
- Support dot notation in partial requests by @lepikhinb in #620
- [1.x] Add
$request->inertia()
IDE helper by @ycs77 in #625