Skip to content

Commit 3ce28ee

Browse files
committed
Add links to changelog
1 parent ecfc74b commit 3ce28ee

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.
1515

1616
### Added
1717

18-
- Added SSR support to Svelte library (#1349)
18+
- Added SSR support to Svelte library ([#1349](https://github.com/inertiajs/inertia/pull/1349))
1919
- Added first-class TypeScript support to React adapter
2020
- Added first-class TypeScript support to Vue 2 adapter
2121
- 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))
2323

2424
### Changed
2525

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))
4141

4242
### Fixed
4343

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

Comments
 (0)