Skip to content

Commit 7aa4630

Browse files
committed
1 parent c85dd85 commit 7aa4630

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.18.0](https://github.com/posva/unplugin-vue-router/compare/v0.17.2...v0.18.0) (2025-11-28)
2+
3+
### Features
4+
5+
- use the official virtual prefix \0 ([c85dd85](https://github.com/posva/unplugin-vue-router/commit/c85dd85343fbaaae3a293f3fd86c74c6bcc0f3eb)), closes [#608](https://github.com/posva/unplugin-vue-router/issues/608)
6+
- **warn:** catch non exposed loaders through NavigationResult ([191681e](https://github.com/posva/unplugin-vue-router/commit/191681e1be78fe38f644a07cf5d53da42ca91e3e)), closes [#759](https://github.com/posva/unplugin-vue-router/issues/759)
7+
18
## [0.17.2](https://github.com/posva/unplugin-vue-router/compare/v0.17.1...v0.17.2) (2025-11-27)
29

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

0 commit comments

Comments
 (0)