File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments