]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: note in chnagelog [skip ci]
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 1 Aug 2024 15:28:02 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 15:28:02 +0000 (17:28 +0200)
packages/router/CHANGELOG.md

index 20814c110a2d7f31f3e7cb55452b6560639a6431..4c302a0f23203de8e23180e82b9cfff306d79cb6 100644 (file)
@@ -8,6 +8,9 @@
 
 ### Bug Fixes
 
+> [!IMPORTANT]
+> This release replaces `declare module '@vue/runtime-core'` with `declare module 'vue'` [like it's supposed to be](https://vuejs.org/guide/typescript/options-api.html#augmenting-global-properties). If you are also augmenting `@vue/runtime-core`, you will likely have to change it to `vue`. It is also recommended to use an up-to-date TypeScript version (>=5.4) and `"moduleResolution": "Bundler"` in your `tsconfig.json`.
+
 - router typescript definitions related to vue package ([#2295](https://github.com/vuejs/router/issues/2295)) ([a495ce0](https://github.com/vuejs/router/commit/a495ce0e1d545d521673d21af43e63a761b53e27))
 - **types:** stricter meta with required fields ([423d9f7](https://github.com/vuejs/router/commit/423d9f763ed033dd6687ce7687c859c92554a60d))