Commit 8bb8c3b 1 parent 7e07efd commit 8bb8c3b Copy full SHA for 8bb8c3b
File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
For changes prior to v1.0.0, see the [ legacy releases] ( https://legacy.inertiajs.com/releases ) .
9
9
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 )
11
11
12
12
- Nothing yet!
13
13
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
+
14
23
## [ v2.0.0-beta.2] ( https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...v2.0.0-beta.2 )
15
24
16
25
- [ 2.x] Fix issue where initial page data is coming from history state ([ #2023 ] ( https://github.com/inertiajs/inertia/pull/2023 ) )
You can’t perform that action at this time.
0 commit comments