Skip to content

Commit 0259e37

Browse files
committed
Update changelog
1 parent d5e1d51 commit 0259e37

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
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

0 commit comments

Comments
 (0)