Skip to content

v0.5.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 18 Aug 14:45
· 1461 commits to dev since this release

Improvements

  • component instance is now available as this inside activate hook
  • transition object in hooks now also have the redirect method

Fixed

  • #75 $route not updated at the right timing
  • redirect not passing along query strings
  • async component onload not aborted when going to a new route
  • fixed issue when if a transition is aborted before it is activated, old view is stuck in destroyed state