Skip to content

v0.7.11

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 12 Feb 23:55
· 1466 commits to dev since this release

Fixed

  • Refactored hook error handling so that uncaught errors inside Promises are properly thrown instead of silently swallowed.
  • #359 fix history.replaceState() with base and null url in Safari. (@decademoon)
  • #370 fix this.handler teardown in v-link. (@simplesmiler)