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 nowmodelValue
@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!