🚨 Breaking Changes
- experimental:
🚀 Features
- Support _parent in nested folders - by @posva (0a37f)
- Warn on _parent conflict - by @posva (182fe)
- Set _parent as non matchable by default - by @posva (8f91c)
- Warn on conflicting components for routes - by @posva (34ace)
- Use type module - by @posva (dc9ff)
- Add deprecation warning for next() callback in navigation guards - by @posva (797f5)
- Extract alias from definePage - by @posva (835df)
- Display aliases in logs - by @posva (7aa60)
- Deprecate new NavigationResult(to) in favor of reroute(to) - by @posva (382e3)
- experimental:
🐞 Bug Fixes
- Avoid non matchable routes in auto-routes - by @posva (48649)
- Handle quotes in d.ts - by @posva (d7764)
- Avoid route entry in map for _parent - by @posva (1dfcc)
- Handle nested groups - by @posva (4a4be)
- Stable route ordering for group folders with same path - by @posva (1db94)
- Correct route ordering for group nodes with inflated scores - by @posva (515f4)
- Cleanup old route overrides - by @posva (b28a7)
- Remove name from _parent.vue files - by @posva (6e8f1)
- ci:
- experimental:
- types:
- Relax RouteMapGeneric constraint for interface-based RouteNamedMap - by @YevheniiKotyrlo in #2624 (cdf7b)
- volar: