Releases: inertiajs/inertia-laravel
Releases · inertiajs/inertia-laravel
v1.3.0
- Add "always" props using new
Inertia::always()
wrapper (#627)
- Revert dot-notation support in partial reloads (#641)
v1.1.0
- Support dot notation in partial requests by @lepikhinb in #620
- [1.x] Add
$request->inertia()
IDE helper by @ycs77 in #625
v1.0.0
- Add Laravel 11 support (#560, #564)
- Fix URL generation (#592)
- Remove deprecated
Assert
class and Laravel 6 & 7 support. (#594)
v0.6.11
- Add option for using the
bun
runtime in SSR (#552)
v0.6.10
- 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
- Conditionally use
pcntl
extension in inertia:start-ssr
command (#492)
v0.6.8
- Reintroduce
inertia.ssr.enabled
config option (#488)
- Fix bug where SSR is dispatched twice when errors exist (#489)
v0.6.7
- Report SSR errors (#486)
- Auto enable SSR based on existence of SSR bundle (#487)
v0.6.6
- Add
inertia:start-ssr
and inertia:stop-ssr
artisan commands (#483)