Skip to content

Commit 0612d5d

Browse files
committed
1 parent 19bd892 commit 0612d5d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.5.0](https://github.com/posva/unplugin-vue-router/compare/v0.4.1...v0.5.0) (2023-02-16)
2+
3+
- feat!: allow set operations on meta ([a84d659](https://github.com/posva/unplugin-vue-router/commit/a84d659e5c84ab3d47f7c041d0d5cf91e9bf3d0f))
4+
5+
### Features
6+
7+
- **types:** improve routeBlockLang ([19bd892](https://github.com/posva/unplugin-vue-router/commit/19bd8927faf8f1bf40272ad9d6f2f392ab826ea2))
8+
9+
### BREAKING CHANGES
10+
11+
- if you were setting directly `route.meta` within
12+
`extendRoute()`, you know need to use `route.addToMeta()` instead to
13+
have the same merging behavior. Directly setting `route.meta` now
14+
replaces the `meta` property completely.
15+
116
## [0.4.1](https://github.com/posva/unplugin-vue-router/compare/v0.4.0...v0.4.1) (2023-02-16)
217

318
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-router",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"packageManager": "[email protected]",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [

0 commit comments

Comments
 (0)