You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
0 commit comments