New features
- Table improved: can change columns dynamically
- Add
auto-close
andduration
props to message and notification - Add
allow-duplicates
prop to taginput - Add
required
prop to radio and checkbox - Add
defaultInputHasCounter
constructor options - New webpack build that has script for each components separated—in case you just need a couple for your app :)
Table script CDN for example:
<script src="https://unpkg.com/buefy@0.6.7/dist/components/table/index.js"></script>
Fixes and changes
- #839 Fix
icon-pack
from icon to be reactive - #840 Fix loading position to tagInput (thanks @adrlen)
- #852 Fix label class to field when horizontal
- #872 Fix datepicker default formatter
- #895 Fix loading overlay when not in full page (thanks @adrlen)
- #927 Fix autocomplete when option text is too long (thanks @8bu)
- #948 Fix switch when multi line text (thanks @rhwilr)