Skip to content

Releases: kikuomax/buefy

v0.9.21-vue3-1

22 Jul 05:49
Compare
Choose a tag to compare

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.

v0.9.7-vue3-1

01 Jul 14:33
Compare
Choose a tag to compare

Breaking changes

Fixes