From 0259e37f802bc39c814c42ba92c04ada17921f70 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Thu, 12 Dec 2024 21:48:29 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aadf26ee..6bf88552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Release Notes -## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...2.x) +## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v2.0.0...2.x) +- Nothing! + +## [v2.0.0](https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...2.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](https://github.com/inertiajs/inertia-laravel/pull/627)) +- Add `Inertia::clearHistory()` and `Inertia::encryptHistory()` methods, encryption config, and encryption middleware +- Deprecated `Inertia::lazy()` in favor of `Inertia::optional()` - Drop support for Laravel 8 and 9 ([#629](https://github.com/inertiajs/inertia-laravel/pull/629)) -- Add "always" props using new `Inertia::always()` wrapper ([#627](https://github.com/inertiajs/inertia-laravel/pull/627)) ## [v1.2.0](https://github.com/inertiajs/inertia-laravel/compare/v1.1.0...v1.2.0) - 2024-05-17