@@ -7,10 +7,31 @@ 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.3 ...HEAD )
10
+ ## [ Unreleased] ( https://github.com/inertiajs/inertia/compare/v2.0.0...HEAD )
11
11
12
- - [ 2.x] Add React 19 support ([ #2131 ] ( https://github.com/inertiajs/inertia/pull/2131 ) )
13
- - [ 2.x] Add client side visits ([ #2130 ] ( https://github.com/inertiajs/inertia/pull/2130 ) )
12
+ - Nothing
13
+
14
+ ## [ v2.0.0] ( https://github.com/inertiajs/inertia/compare/v1.2.0...v2.0.0 )
15
+
16
+ ### Added
17
+
18
+ - Add polling
19
+ - Add link prefetching
20
+ - Add deferred props
21
+ - Add lazy loading of data when scrolling
22
+ - Add history encryption API
23
+ - Add React 19 support ([ #2131 ] ( https://github.com/inertiajs/inertia/pull/2131 ) )
24
+ - Add client side visits ([ #2130 ] ( https://github.com/inertiajs/inertia/pull/2130 ) )
25
+
26
+ ### Changed
27
+
28
+ - Removal of NProgress dependency ([ #2045 ] ( https://github.com/inertiajs/inertia/pull/2045 ) )
29
+ - Change TypeScript module resolution in the Svelte adapter ([ #2035 ] ( https://github.com/inertiajs/inertia/pull/2035 ) )
30
+ - Refactor ` createInertiaApp ` in Svelte adapter ([ #2036 ] ( https://github.com/inertiajs/inertia/pull/2036 ) )
31
+
32
+ ### Fixed
33
+
34
+ - Fix: make Link href prop reactive ([ #2089 ] ( https://github.com/inertiajs/inertia/pull/2089 ) )
14
35
15
36
## [ v1.3.0] ( https://github.com/inertiajs/inertia/compare/v1.2.0...v1.3.0 )
16
37
@@ -45,34 +66,6 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.
45
66
- Fix command + click behavior on links in React adapter ([ #2132 ] ( https://github.com/inertiajs/inertia/pull/2132 ) )
46
67
- Fix import in Svelte adapter ([ #2002 ] ( https://github.com/inertiajs/inertia/pull/2002 ) )
47
68
48
- ## [ v2.0.0-beta.3] ( https://github.com/inertiajs/inertia/compare/v2.0.0-beta.2...v2.0.0-beta.3 )
49
-
50
- - [ 2.x] Ensure current page is set before prefetching ([ #2100 ] ( https://github.com/inertiajs/inertia/pull/2100 ) )
51
- - [ 2.x] Set the history state before swapping component ([ #2098 ] ( https://github.com/inertiajs/inertia/pull/2098 ) )
52
- - [ 2.x] Ensure we have a default slot for WhenVisible before executing it ([ #2096 ] ( https://github.com/inertiajs/inertia/pull/2096 ) )
53
- - [ 2.x] Fix: make Link href prop reactive ([ #2089 ] ( https://github.com/inertiajs/inertia/pull/2089 ) )
54
- - [ 2.x] Don't prefetch the current page ([ #2097 ] ( https://github.com/inertiajs/inertia/pull/2097 ) )
55
- - [ 2.x] Removal of NProgress dependency ([ #2045 ] ( https://github.com/inertiajs/inertia/pull/2045 ) )
56
-
57
- ## [ v2.0.0-beta.2] ( https://github.com/inertiajs/inertia/compare/v2.0.0-beta.1...v2.0.0-beta.2 )
58
-
59
- - [ 2.x] Fix issue where initial page data is coming from history state ([ #2023 ] ( https://github.com/inertiajs/inertia/pull/2023 ) )
60
- - [ 2.x] Fix onClick in React adapter ([ #2019 ] ( https://github.com/inertiajs/inertia/pull/2019 ) )
61
- - [ 2.x] Export usePrefetch for react ([ #2016 ] ( https://github.com/inertiajs/inertia/pull/2016 ) )
62
- - [ 2.x] Rename WhenVisible "elementTag" prop to "as" ([ #2009 ] ( https://github.com/inertiajs/inertia/pull/2009 ) )
63
- - [ 2.x] $page url should not include the host ([ #2032 ] ( https://github.com/inertiajs/inertia/pull/2032 ) )
64
- - [ 2.x] Suppress Svelte accessibility warnings from Playwright logs ([ #2033 ] ( https://github.com/inertiajs/inertia/pull/2033 ) )
65
- - [ 2.x] Change TypeScript module resolution in the Svelte adapter ([ #2035 ] ( https://github.com/inertiajs/inertia/pull/2035 ) )
66
- - [ 2.x] Fix multi byte strings in history encryption ([ #2030 ] ( https://github.com/inertiajs/inertia/pull/2030 ) )
67
- - [ 2.x] Load deferred props on every page swap ([ #2024 ] ( https://github.com/inertiajs/inertia/pull/2024 ) )
68
- - [ 2.x] Refactor createInertiaApp in Svelte adapter ([ #2036 ] ( https://github.com/inertiajs/inertia/pull/2036 ) )
69
- - [ 2.x] Fix ` <Deferred /> ` in Svelte adapter ([ #2037 ] ( https://github.com/inertiajs/inertia/pull/2037 ) )
70
- - [ 2.x] Fix ` usePrefetch ` in SSR mode in Svelte adapter ([ #2034 ] ( https://github.com/inertiajs/inertia/pull/2034 ) )
71
-
72
- ## [ v2.0.0-beta.1] ( https://github.com/inertiajs/inertia/compare/v1.2.0...v2.0.0-beta.1 )
73
-
74
- - First beta release for the upcoming Inertia.js v2.0. View documentation and upgrade guide at https://v2.inertiajs.com .
75
-
76
69
## [ v1.2.0] ( https://github.com/inertiajs/inertia/compare/v1.1.0...v1.2.0 )
77
70
78
71
- Fix ` preserveScroll ` and ` preserveState ` types ([ #1882 ] ( https://github.com/inertiajs/inertia/pull/1882 ) )
0 commit comments