Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@mattelen mattelen released this 10 Apr 03:17
· 21 commits to master since this release
f424a49

What's Changed

If you are upgrading from our previous beta release, the only thing we've thrown in is this bug fix:

If you are upgrading from a v2.x, we recommend checking out a brief look at our pre-releases notes for this version. Simply put, this is a Vue 3 compatible version of our latest v2.x versions. This means that it should work the same, we just have some minor Vue 3 related tweaks around this, including

  • value prop is now modelValue
  • @input event is now @update:modelValue

If you are having issues with your migration, here are some tips and tricks to apply:

  • Change props use kebab-case style
  • If you are using slots, check if your templates are setup correctly based in the examples on the docs

Huge thanks for everyone's support!

It's be a journey getting V3 out of the door, so thanks for everyone's support and patience as we get this done!