Skip to content

Commit 014e332

Browse files
committed
release: v4.0.7
1 parent c91dd64 commit 014e332

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.0.7](https://github.com/vuejs/vue-router-next/compare/v4.0.6...v4.0.7) (2021-05-13)
2+
3+
### Bug Fixes
4+
5+
- **$route:** Make $route have an enumerable type ([#912](https://github.com/vuejs/vue-router-next/issues/912)) ([d90520e](https://github.com/vuejs/vue-router-next/commit/d90520eb36ca310f52b22caeb88fd8cb06dca04a))
6+
- **devtools:** stabilize record id ([#897](https://github.com/vuejs/vue-router-next/issues/897)) ([c6460f0](https://github.com/vuejs/vue-router-next/commit/c6460f09aab3a834121dc58fc5880c81a65147ef))
7+
- **history:** make properties enumerable ([8e6ebdf](https://github.com/vuejs/vue-router-next/commit/8e6ebdf75adc1ab662e46835c5b7f078bc68a93b))
8+
- **history:** proper destroy in memory history ([9d188aa](https://github.com/vuejs/vue-router-next/commit/9d188aa165aeb12aa3771aaa56a269f5dad3ccf6))
9+
- **query:** filter undefined values in arrays ([df25fb5](https://github.com/vuejs/vue-router-next/commit/df25fb5c34ae4a1540d375ad078705719b56332b))
10+
- **query:** prevent trailing & in query ([#935](https://github.com/vuejs/vue-router-next/issues/935)) ([885bb06](https://github.com/vuejs/vue-router-next/commit/885bb06bb590944f2e58176151f7b7a6acbc1b4e))
11+
- do not allow invalid hazardous keys in query ([#880](https://github.com/vuejs/vue-router-next/issues/880)) ([ecd52e0](https://github.com/vuejs/vue-router-next/commit/ecd52e017ac30fa996d4796974371374f65640d1))
12+
113
## [4.0.6](https://github.com/vuejs/vue-router-next/compare/v4.0.5...v4.0.6) (2021-04-06)
214

315
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"main": "dist/vue-router.cjs.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",

0 commit comments

Comments
 (0)