WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d7051c1

Browse files
committed
1 parent 81655c3 commit d7051c1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [0.19.0](https://github.com/posva/unplugin-vue-router/compare/v0.18.0...v0.19.0) (2025-12-04)
2+
3+
### Bug Fixes
4+
5+
- **colada:** always avoid double reload ([70efd16](https://github.com/posva/unplugin-vue-router/commit/70efd164f0498a5f43c55f09acdefba3a2f66564))
6+
- **colada:** avoid tracking loader effect scope ([e5d5c23](https://github.com/posva/unplugin-vue-router/commit/e5d5c23cb181764c269a43971e9265a7910a3b9f)), closes [#744](https://github.com/posva/unplugin-vue-router/issues/744)
7+
- **loaders:** throw returned NavigationResult from parent loaders ([8134519](https://github.com/posva/unplugin-vue-router/commit/81345194a5dc420a0c0849723fe6f4b7017c345a)), closes [#584](https://github.com/posva/unplugin-vue-router/issues/584)
8+
- **warn:** do not warn on known errors ([#678](https://github.com/posva/unplugin-vue-router/issues/678)) ([e208778](https://github.com/posva/unplugin-vue-router/commit/e208778ec942fd21ea1d8441826d2a0807eb9976))
9+
10+
### Features
11+
12+
- **loaders:** the initial value of error is now null ([875243f](https://github.com/posva/unplugin-vue-router/commit/875243f734303b02737cfe73685ad02a6d2dae44))
13+
14+
### BREAKING CHANGES
15+
16+
- **loaders:** the initial value of errors as undefined was a mistake (differently from data which does start as undefined). The initial state of a loader should be pending, data: undefined, and error: null
17+
118
# [0.18.0](https://github.com/posva/unplugin-vue-router/compare/v0.17.2...v0.18.0) (2025-11-28)
219

320
### Features

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

0 commit comments

Comments
 (0)