File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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 )
4
4
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() `
5
15
- 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 ) )
7
16
8
17
## [ v1.2.0] ( https://github.com/inertiajs/inertia-laravel/compare/v1.1.0...v1.2.0 ) - 2024-05-17
9
18
You can’t perform that action at this time.
0 commit comments