github shentao/vue-multiselect v3.0.0

latest releases: v3.1.0, 3.0.0-beta.3
5 months ago

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!

Don't miss a new vue-multiselect release

NewReleases is sending notifications on new releases.