Skip to content

v1.0.20

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 26 Mar 21:28
· 3593 commits to main since this release

This is a small patch release with only bug fixes. There were a few new features in 1.0.19 - make sure to check it out.

Fixed

  • #2563 Fixed error in custom terminal directive implementation that caused infinite loop. (@kazupon)
  • #2565 Fixed camelCase <-> kebab-case conversion for custom directive params
  • #2569 Fixed reactivity for prop default values
  • #2566 Fixed activate hook + keep-alive transition error