You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,32 +15,32 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.
15
15
16
16
### Added
17
17
18
-
- Added SSR support to Svelte library (#1349)
18
+
- Added SSR support to Svelte library ([#1349](https://github.com/inertiajs/inertia/pull/1349))
19
19
- Added first-class TypeScript support to React adapter
20
20
- Added first-class TypeScript support to Vue 2 adapter
21
21
- Added first-class TypeScript support to Vue 3 adapter
22
-
- Added new `useForm()` hook to Vue 2 adapter (ff59196)
22
+
- Added new `useForm()` hook to Vue 2 adapter ([ff59196](https://github.com/inertiajs/inertia/commit/ff59196))
23
23
24
24
### Changed
25
25
26
-
- Renamed `@inertiajs/inertia` library to `@inertiajs/core` (#1282)
27
-
- Renamed `@inertiajs/inertia-react` library to `@inertiajs/react` (#1282)
28
-
- Renamed `@inertiajs/inertia-svelte` library to `@inertiajs/svelte` (#1282)
29
-
- Renamed `@inertiajs/inertia-vue` library to `@inertiajs/vue2` (#1282)
30
-
- Renamed `@inertiajs/inertia-vue3` library to `@inertiajs/vue3` (#1282)
31
-
- Merged progress library to core and deprecated `@inertiajs/progress` library (#1282, 0b5f773)
32
-
- Merged server library to core and deprecated `@inertiajs/server` library (#1282)
33
-
- Renamed `Inertia` named export to `router` (#1282, e556703)
34
-
- Removed deprecated named exports (#1282, e556703)
35
-
- Removed deprecated `app` argument from `createInertiaApp()` in Vue adapters (#1282, 65f8a5f)
36
-
- Updated axios to 1.x (#1377)
37
-
- Simplified `usePage()` hook in Vue 3 adapter (#1373)
38
-
- Improved Svelte `use:inertia` and `<Link />` component (#1344)
39
-
- Removed global `visitOptions()` hook (#1282, 30908c2)
40
-
- Switched bundler from Microbundle to ESbuild (f711b46, 8093713, 342312d, c9e12b3)
26
+
- Renamed `@inertiajs/inertia` library to `@inertiajs/core` ([#1282](https://github.com/inertiajs/inertia/pull/1282))
27
+
- Renamed `@inertiajs/inertia-react` library to `@inertiajs/react` ([#1282](https://github.com/inertiajs/inertia/pull/1282))
28
+
- Renamed `@inertiajs/inertia-svelte` library to `@inertiajs/svelte` ([#1282](https://github.com/inertiajs/inertia/pull/1282))
29
+
- Renamed `@inertiajs/inertia-vue` library to `@inertiajs/vue2` ([#1282](https://github.com/inertiajs/inertia/pull/1282))
30
+
- Renamed `@inertiajs/inertia-vue3` library to `@inertiajs/vue3` ([#1282](https://github.com/inertiajs/inertia/pull/1282))
31
+
- Merged progress library to core and deprecated `@inertiajs/progress` library ([#1282](https://github.com/inertiajs/inertia/pull/1282), [0b5f773](https://github.com/inertiajs/inertia/commit/0b5f773))
32
+
- Merged server library to core and deprecated `@inertiajs/server` library ([#1282](https://github.com/inertiajs/inertia/pull/1282))
33
+
- Renamed `Inertia` named export to `router` ([#1282](https://github.com/inertiajs/inertia/pull/1282), [e556703](https://github.com/inertiajs/inertia/commit/e556703))
34
+
- Removed deprecated named exports ([#1282](https://github.com/inertiajs/inertia/pull/1282), [e556703](https://github.com/inertiajs/inertia/commit/e556703))
35
+
- Removed deprecated `app` argument from `createInertiaApp()` in Vue adapters ([#1282](https://github.com/inertiajs/inertia/pull/1282), [65f8a5f](https://github.com/inertiajs/inertia/commit/65f8a5f))
36
+
- Updated axios to 1.x ([#1377](https://github.com/inertiajs/inertia/pull/1377))
37
+
- Simplified `usePage()` hook in Vue 3 adapter ([#1373](https://github.com/inertiajs/inertia/pull/1373))
38
+
- Improved Svelte `use:inertia` and `<Link />` component ([#1344](https://github.com/inertiajs/inertia/pull/1344))
39
+
- Removed global `visitOptions()` hook ([#1282](https://github.com/inertiajs/inertia/pull/1282), [30908c2](https://github.com/inertiajs/inertia/commit/30908c2))
40
+
- Switched bundler from Microbundle to ESbuild ([f711b46](https://github.com/inertiajs/inertia/commit/f711b46), [8093713](https://github.com/inertiajs/inertia/commit/8093713), [342312d](https://github.com/inertiajs/inertia/commit/342312d), [c9e12b3](https://github.com/inertiajs/inertia/commit/c9e12b3))
41
41
42
42
### Fixed
43
43
44
-
- Fixed `<title>` tag not always being included when a `title` callback is defined in `createInertiaApp()` (#1055)
45
-
- Fixed types to include `undefined` as a valid `FormDataConvertable` option (#1165)
46
-
- Fixed issue where remembered state wasn't clear on a full page reload (769f643)
44
+
- Fixed `<title>` tag not always being included when a `title` callback is defined in `createInertiaApp()` ([#1055](https://github.com/inertiajs/inertia/pull/1055))
45
+
- Fixed types to include `undefined` as a valid `FormDataConvertable` option ([#1165](https://github.com/inertiajs/inertia/pull/1165))
46
+
- Fixed issue where remembered state wasn't clear on a full page reload ([769f643](https://github.com/inertiajs/inertia/commit/769f643))
0 commit comments