From 88a765b3a3736a63b6619863b9bd872a5327f0d6 Mon Sep 17 00:00:00 2001 From: Joe Tannenbaum Date: Fri, 11 Oct 2024 14:42:05 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb0a3f46..d2ce02ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs. ## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...HEAD) -- Nothing! +- [2.x] Fix issue where initial page data is coming from history state ([#2023](https://github.com/inertiajs/inertia/pull/2023)) +- [2.x] Fix onClick in React adapter ([#2019](https://github.com/inertiajs/inertia/pull/2019)) +- [2.x] Export usePrefetch for react ([#2016](https://github.com/inertiajs/inertia/pull/2016)) +- [2.x] Rename WhenVisible "elementTag" prop to "as" ([#2009](https://github.com/inertiajs/inertia/pull/2009)) ## [v2.0.0-beta.1](https://github.com/inertiajs/inertia/compare/v1.2.0...v2.0.0-beta.1)