Skip to content

v5.3.2

Compare
Choose a tag to compare
@Akryum Akryum released this 30 Oct 23:40

Performance

  • 🚀️ Around 50% faster startup time, thanks to a new clone implementation based on fast-copy. Vuex recording & state loading also faster than 5.3.1.
  • Vuex: dynamic debounce

Fixed

  • Clone: handle DOM objects, fixes Illegal invocation error
  • Vuex: overflowing mutation label, closes #1090
  • Vuex: remove horizontal padding transition
  • Vuex: use a special object key for modules, closes #1098
  • Router: format redirect and alias in tree, closes #1027