Skip to content

v0.9.21-vue3-1

Latest
Compare
Choose a tag to compare
@kikuomax kikuomax released this 22 Jul 05:49
· 7 commits to vue-3 since this release

Breaking changes

Fixes

  • A lot of Vue 3 related errors are fixed.
    Please refer to MIGRATION-NOTE.md for more details.
  • A lot of ESLint errors, and warnings are fixed, as the ESLint rule version has been upgraded.
  • The type of the cancelText prop of Snackbar is fixed. It used to be String | null, and ended up with a type error. It is now String.