Releases: MattCCC/nativescript-vue-router-extended
Releases · MattCCC/nativescript-vue-router-extended
v.1.1.8
Bug fixes:
- fix: Router should return proper previous route
v.1.1.7
Improvements:
- Improvement: Meta dispatcher should work even if store is initialized dynamically on later stage, as long as store gets registered
v.1.1.6
Improvements:
- fix: default beforeEnter guard checks
- chore: Readme improvements and explainer for "meta"
- chore: Added info about Frame to readme
v.1.1.5
Features:
beforeEnter
guard is available in routes lists
Bug fixes:
- typings improvements so to get 100% coverage for global hooks
- fixed potential issue with erroneous route context probably not called if navigation happens before
- more types imported from Vue Router itself
v.1.1.2
Improvements:
- fix: TS types for $route
- feat: Multiple improvements to $routeTo types
- misc: Updated readme
v.1.1.1
Features:
this.$route
to obtain current route is available inside of the components (it can be watched on as well)
v.1.1.0
Features:
- added: shim vue typings file so to bring types inside of .vue files
- updated: readme file (added new TypeScript section)
v.1.0.9
Bug fixes:
- fixed: Router initialization crash if route from is non-existend
- fixed: Default router initialization without
vm
specified
v.1.0.8
Bug fixes:
- fixed: typings error on initialization of plugin
- fixed: module not existent on plugin initialization
Initial NS Vue Router Release
- Added global and local hooks
- Added guards support
- Added Meta Actions Dispatcher
- Vue Router 4 Compatibility