Skip to content

Releases: MattCCC/nativescript-vue-router-extended

v.1.1.8

28 Sep 23:33
Compare
Choose a tag to compare

Bug fixes:

  • fix: Router should return proper previous route

v.1.1.7

25 Sep 15:51
Compare
Choose a tag to compare

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

22 Sep 16:42
Compare
Choose a tag to compare

Improvements:

  • fix: default beforeEnter guard checks
  • chore: Readme improvements and explainer for "meta"
  • chore: Added info about Frame to readme

v.1.1.5

22 Sep 02:02
Compare
Choose a tag to compare

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

22 Sep 00:13
Compare
Choose a tag to compare

Improvements:

  • fix: TS types for $route
  • feat: Multiple improvements to $routeTo types
  • misc: Updated readme

v.1.1.1

21 Sep 22:11
Compare
Choose a tag to compare

Features:

  • this.$route to obtain current route is available inside of the components (it can be watched on as well)

v.1.1.0

29 Aug 12:12
Compare
Choose a tag to compare

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

26 Aug 19:22
Compare
Choose a tag to compare

Bug fixes:

  • fixed: Router initialization crash if route from is non-existend
  • fixed: Default router initialization without vm specified

v.1.0.8

26 Aug 11:43
Compare
Choose a tag to compare

Bug fixes:

  • fixed: typings error on initialization of plugin
  • fixed: module not existent on plugin initialization

Initial NS Vue Router Release

24 Aug 00:58
Compare
Choose a tag to compare
  • Added global and local hooks
  • Added guards support
  • Added Meta Actions Dispatcher
  • Vue Router 4 Compatibility