Skip to content

Commit 8bb8c3b

Browse files
committed
Update CHANGELOG.md
1 parent 7e07efd commit 8bb8c3b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.com/releases).
99

10-
## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.2...HEAD)
10+
## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.3...HEAD)
1111

1212
- Nothing yet!
1313

14+
## [v2.0.0-beta.3](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.2...v2.0.0-beta.3)
15+
16+
- [2.x] Ensure current page is set before prefetching ([#2100](https://github.com/inertiajs/inertia/pull/2100))
17+
- [2.x] Set the history state before swapping component ([#2098](https://github.com/inertiajs/inertia/pull/2098))
18+
- [2.x] Ensure we have a default slot for WhenVisible before executing it ([#2096](https://github.com/inertiajs/inertia/pull/2096))
19+
- [2.x] Fix: make Link href prop reactive ([#2089](https://github.com/inertiajs/inertia/pull/2089))
20+
- [2.x] Don't prefetch the current page ([#2097](https://github.com/inertiajs/inertia/pull/2097))
21+
- [2.x] Removal of NProgress dependency ([#2045](https://github.com/inertiajs/inertia/pull/2045))
22+
1423
## [v2.0.0-beta.2](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...v2.0.0-beta.2)
1524

1625
- [2.x] Fix issue where initial page data is coming from history state ([#2023](https://github.com/inertiajs/inertia/pull/2023))

0 commit comments

Comments
 (0)