File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## [ Unreleased] ( https://github.com/inertiajs/inertia-laravel/compare/v1.2 .0...2.x )
3+ ## [ Unreleased] ( https://github.com/inertiajs/inertia-laravel/compare/v2.0 .0...2.x )
44
5+ - Nothing!
6+
7+ ## [ v2.0.0] ( https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...2.0.0 )
8+
9+ - Add support for Inertia.js v2.0.0
10+ - Add ` Inertia::defer() ` to support deferred props
11+ - Add ` Inertia::merge() ` to support merging props on client
12+ - Add ` Inertia::always() ` for props that should always be included ([ #627 ] ( https://github.com/inertiajs/inertia-laravel/pull/627 ) )
13+ - Add ` Inertia::clearHistory() ` and ` Inertia::encryptHistory() ` methods, encryption config, and encryption middleware
14+ - Deprecated ` Inertia::lazy() ` in favor of ` Inertia::optional() `
515- Drop support for Laravel 8 and 9 ([ #629 ] ( https://github.com/inertiajs/inertia-laravel/pull/629 ) )
6- - Add "always" props using new ` Inertia::always() ` wrapper ([ #627 ] ( https://github.com/inertiajs/inertia-laravel/pull/627 ) )
716
817## [ v1.2.0] ( https://github.com/inertiajs/inertia-laravel/compare/v1.1.0...v1.2.0 ) - 2024-05-17
918
You can’t perform that action at this time.
0 commit comments