Skip to content

Commit 6e5b7ba

Browse files
committed
1 parent 3882d6a commit 6e5b7ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.15.0](https://github.com/posva/unplugin-vue-router/compare/v0.14.0...v0.15.0) (2025-08-04)
2+
3+
### Features
4+
5+
- remove empty string names from the route map ([45de2b7](https://github.com/posva/unplugin-vue-router/commit/45de2b74692c85f35a2c3fcf25abcb8f437ed7c5))
6+
- allow removing a route by setting its name to `false` ([d754601](https://github.com/posva/unplugin-vue-router/commit/d754601b694eed4e42c5fbc175b1d74972942407))
7+
- automatically type `useRoute()` with a volar plugin ([#609](https://github.com/posva/unplugin-vue-router/issues/609)) ([a8a0dcc](https://github.com/posva/unplugin-vue-router/commit/a8a0dcc3f86f4ed8fabf2cc340e3f7bda1729523))
8+
19
# [0.14.0](https://github.com/posva/unplugin-vue-router/compare/v0.13.0...v0.14.0) (2025-06-29)
210

311
### 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.14.0",
3+
"version": "0.15.0",
44
"type": "module",
55
"packageManager": "[email protected]",
66
"description": "File based typed routing for Vue Router",

0 commit comments

Comments
 (0)