Skip to content

Commit 08235ad

Browse files
committed
1 parent 69bc17d commit 08235ad

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.13.0](https://github.com/posva/unplugin-vue-router/compare/v0.12.0...v0.13.0) (2025-06-29)
2+
3+
### Features
4+
5+
- **define-page:** support JSX ([#514](https://github.com/posva/unplugin-vue-router/issues/514)) ([e34ff23](https://github.com/posva/unplugin-vue-router/commit/e34ff23471530458bbdd9404a774ff0b692b1d25))
6+
- **extendRoutes:** allow relative path overrides in `EditableTreeNode` ([#519](https://github.com/posva/unplugin-vue-router/issues/519)) ([93a977a](https://github.com/posva/unplugin-vue-router/commit/93a977af1cd4b9c5be5fa1324e540bacb7a6a5ba))
7+
- **types:** add children route names to generated `RouteNamedMap` ([#602](https://github.com/posva/unplugin-vue-router/issues/602)) ([f2fb721](https://github.com/posva/unplugin-vue-router/commit/f2fb721b2ab6086160e545cac02c87e181ee0db8))
8+
9+
### Performance Improvements
10+
11+
- remove @babel/types from deps ([c92fcb0](https://github.com/posva/unplugin-vue-router/commit/c92fcb03f3333462d0d1b36ec4e6194a3832b6a2))
12+
- use hook filters ([#631](https://github.com/posva/unplugin-vue-router/issues/631)) ([e4e21f5](https://github.com/posva/unplugin-vue-router/commit/e4e21f525b4f2b26c55c9ddb857ece99dbc9a144))
13+
14+
### BREAKING CHANGES
15+
16+
- **extendRoutes:** If you were relying on EditableTreeNode's `path`
17+
returning a _full path_, you must now read `fullPath` instead.
18+
Otherwise, this change should be more intuitive as it allows setting a
19+
relative path.
20+
121
# [0.12.0](https://github.com/posva/unplugin-vue-router/compare/v0.11.2...v0.12.0) (2025-03-04)
222

323
### Bug Fixes
@@ -324,7 +344,6 @@ For people using the file-based routing, you now need to add `unplugin-vue-route
324344
simplifying things by removing them.
325345
Here is a list of the breaking changes to simplify
326346
migration:
327-
328347
- The `dataFetching` option is no longer needed.
329348
- Manual work needed to add loaders with `HasDataLoaderMeta` has been
330349
removed. It is just no longer needed. Loaders are picked up from lazy
@@ -344,7 +363,6 @@ For people using the file-based routing, you now need to add `unplugin-vue-route
344363

345364
If you find missing information or improvements, please open a Pull
346365
Request to improve the `CHANGELOG.md`.
347-
348366
- The navigation guard is replaced in favor of a Vue
349367
plugin:
350368

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

0 commit comments

Comments
 (0)