Buefy-next 0.2.0
New features
- #151 Buefy-next was completely rewritten in TypeScript.
The migration to TypeScript itself is not a breaking change as you can continue to use it in plain JavaScript projects.
It just enhances the type checking capability which was partially provided in the past versions.
Fixes
- #17
Dropdown
andDropdownItem
got an unnecessarytabindex
attribute. - #271
Select
did not run HTML5 validation after emitting a "blur" event. - #357
MenuItem
emitted "update:expanded" events with a wrong value. - #372
TimepickerMixin
was using the obsoletevalue
prop instead ofmodelValue
.
Others
- #266 Update buefy.org links in README.md (thanks @uturnr)
- #279 update installation for nuxt 3 (thanks @zhaolinlau)
Full Changelog:
Line 3 in 0852960