buefy v0.4.0 Release Notes

  • I've broke some stuff...

    • ⬇️ Remove label, icon and icon-pack properties from DropdownOption thanks to the new syntax, see docs
    • Remove content property from TableColumn, use v-html on an element inside TableColumn instead
    • Field, Snackbar and Toast position property now needs the is- prefix (eg. is-top-left or is-centered) — Gotta fix these inconsistencies while it's still in beta
    • ✂ Remove on-off prop from Switch

    ➕ Additions and fixes

    • 🆕 New component: Autocomplete, see docs
    • Switch design overhaul, see new style
    • 🛠 Fix Tabs dynamic height
    • ➕ Add one more Sass variable: $speed-slower: 250ms !default
    • ➕ Add size prop to Switch
    • ➕ Add .sync modifier to Pagination current prop
    • ➕ Add active property and changed animations of Notification and Message
    • ➕ Add Dropdown within nav example
    • All selections control (Checkbox, Radio, RadioButton and Switch) can now be focused and changed by keyboard
    • #69 Add loading state to Table
    • #71 Add background for checked rows on Table (thanks @mikejavier)
    • #72 Fix Table overflow
    • #74 Fix DropdownOption slots, can customize with HTML now
    • #76 Modal close event accepts parameters (thanks @gongzza)
    • #77 Add index to Table scoped slot (thanks @UrVerySpecial)
    • #78 Fix Table sorting zero values (thanks @gwvt)
    • #82 Fix Select with numeric zero value