Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

v1.4.0

Latest

Choose a tag to compare

@lyohaplotinka lyohaplotinka released this 18 Mar 22:52
· 6 commits to master since this release
  • breaking: removed setters beforeEach and afterEach for global hooks, please pass callbacks to methods with the same names (for example, router.beforeEach((to, from, next) => ...);
  • feat: introducing router.transitionOut hooks to handle operations after the exit animation has finished;
  • refactor: better types declaration.