Releases: vuejs/vue-router
Releases · vuejs/vue-router
v3.3.3
Bug Fixes
Features
- better wording for navigation redirected failure (1f3aea6)
- types: RouterConfig for multiple components (#3217) (#3218) (dab86c5)
v3.3.1
Bug Fixes
- errors: avoid unnecessary log of errors (2c77247)
v3.1.6
Bug Fixes
- preserve history state when reloading (a4ec3e2)
- ts: add null to Route.name (#3117) (8f831f2)
- correctly calculate
path
when pathMatch
is empty string (#3111) (38e6ccd), closes #3106
v3.1.4
Bug Fixes
Features
- history: preserve existing history.state (c0d3376), closes #3006