]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.3 v4.0.3
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Jan 2021 09:37:51 +0000 (10:37 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Jan 2021 09:37:51 +0000 (10:37 +0100)
CHANGELOG.md
package.json

index ced38235231f9ec02110c9f9b6c2d76fd086b9b7..4a33a5776a90638c3547c12265fcce4d7b0a887f 100644 (file)
@@ -1,3 +1,16 @@
+## [4.0.3](https://github.com/vuejs/vue-router-next/compare/v4.0.2...v4.0.3) (2021-01-11)
+
+### Bug Fixes
+
+- **hash:** allow base tag different from base parameter ([85b1bff](https://github.com/vuejs/vue-router-next/commit/85b1bff96fbb6e21cd556b688f6085b6fbfe993f)), closes [#685](https://github.com/vuejs/vue-router-next/issues/685)
+- **link:** use replace prop ([6edba5c](https://github.com/vuejs/vue-router-next/commit/6edba5cf676bde94e5ebdb370a4146dc8f6b058e)), closes [#702](https://github.com/vuejs/vue-router-next/issues/702)
+
+### Features
+
+- **types:** expose RouteParamsRaw ([09bbc89](https://github.com/vuejs/vue-router-next/commit/09bbc895cd422af8354664062b29131ae32472d7))
+- **warn:** more specific warnings ([2cd8d86](https://github.com/vuejs/vue-router-next/commit/2cd8d867beda6f7c54578d40934774547866e069))
+- **warn:** warn defineAsyncComponent usage in routes ([#682](https://github.com/vuejs/vue-router-next/issues/682)) ([9520d66](https://github.com/vuejs/vue-router-next/commit/9520d66112c0f2922f4284cda1e75b316ddf3488))
+
 ## [4.0.2](https://github.com/vuejs/vue-router-next/compare/v4.0.1...v4.0.2) (2020-12-27)
 
 ### Bug Fixes
index d9d2da7d9d332978a7faff9e05b2874fb1cbffb4..6407249d7bcbf8d3602a5cb607d968d453357b48 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.2",
+  "version": "4.0.3",
   "main": "dist/vue-router.cjs.js",
   "unpkg": "dist/vue-router.global.js",
   "jsdelivr": "dist/vue-router.global.js",