@@ -7,17 +7,23 @@ 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/v1.0.0...HEAD )
11
-
12
- - Fix Vue type overrides for ` $page ` and ` $inertia ` ([ #1393 ] ( https://github.com/inertiajs/inertia/pull/1393 ) )
13
- - Restore React ` usePage ` generic type ([ #1396 ] ( https://github.com/inertiajs/inertia/pull/1396 ) )
14
- - Prevent needing to use ` Method ` enum with the Link component ([ #1392 ] ( https://github.com/inertiajs/inertia/pull/1392 ) )
15
- - Restore Vue 3 ` usePage ` generic type ([ #1394 ] ( https://github.com/inertiajs/inertia/pull/1394 ) )
16
- - Fix export of server types ([ #1397 ] ( https://github.com/inertiajs/inertia/pull/1397 ) )
17
- - Update form types to support nested data ([ #1401 ] ( https://github.com/inertiajs/inertia/pull/1401 ) )
18
- - Allowing stronger type support with Vue ` useForm ` ([ #1413 ] ( https://github.com/inertiajs/inertia/pull/1413 ) )
19
- - Fix Vue 2 ` setup ` prop types ([ #1418 ] ( https://github.com/inertiajs/inertia/pull/1418 ) )
20
- - Fix issue when passing multiple children to React ` Head ` component ([ #1433 ] ( https://github.com/inertiajs/inertia/pull/1433 ) )
10
+ ## [ Unreleased] ( https://github.com/inertiajs/inertia/compare/v1.0.1...HEAD )
11
+
12
+ - Nothing!
13
+
14
+ ## [ v1.0.1] ( https://github.com/inertiajs/inertia/compare/v1.0.0...v1.0.1 )
15
+
16
+ ### Fixed
17
+
18
+ - Fixed Vue type overrides for ` $page ` and ` $inertia ` ([ #1393 ] ( https://github.com/inertiajs/inertia/pull/1393 ) )
19
+ - Restored React ` usePage ` generic type ([ #1396 ] ( https://github.com/inertiajs/inertia/pull/1396 ) )
20
+ - Prevented need to use ` Method ` enum with the Link component ([ #1392 ] ( https://github.com/inertiajs/inertia/pull/1392 ) )
21
+ - Restored Vue 3 ` usePage ` generic type ([ #1394 ] ( https://github.com/inertiajs/inertia/pull/1394 ) )
22
+ - Fixed export of server types ([ #1397 ] ( https://github.com/inertiajs/inertia/pull/1397 ) )
23
+ - Updated form types to support nested data ([ #1401 ] ( https://github.com/inertiajs/inertia/pull/1401 ) )
24
+ - Allowed stronger type support with Vue ` useForm ` ([ #1413 ] ( https://github.com/inertiajs/inertia/pull/1413 ) )
25
+ - Fixed Vue 2 ` setup ` prop types ([ #1418 ] ( https://github.com/inertiajs/inertia/pull/1418 ) )
26
+ - Fixed issue when passing multiple children to React ` Head ` component ([ #1433 ] ( https://github.com/inertiajs/inertia/pull/1433 ) )
21
27
22
28
## [ v1.0.0] ( https://github.com/inertiajs/inertia/compare/7ce91ec...v1.0.0 ) - 2023-01-14
23
29
0 commit comments