buefy v0.4.3 Release Notes

    • ๐Ÿ“š Update switch animation (it was laggy) and causing weird behavior within <keep-alive> components, see updated animation
    • โž• Add tons of props to Autocomplete, see here
    • โฌ‡๏ธ Dropdown button as addon now needs a .control element wrapping
    • โž• Add some useful methods on docs for Input, Select, Autocomplete and Table
    • ๐Ÿ›  Fix autocomplete list width
    • #38 Add animation prop for dialog and modal, for custom animation (transition name)
    • ๐Ÿ’… #115 Add row-class property to table to style row status, e.g.:
        <b-table :data="tableData" :row-class="row => row.amount < 10 && 'is-warning'">[...]</b-table>
    
    • #117 Fix table row loop missing key prop
    • #122 Fix async tab-items
    • #124 Toast, Dialog, Snackbar and Programmatic Modal exposed
    • 0๏ธโƒฃ #128 Add default notices duration constructor options (thanks @quimarche)
    • #130 Fix checkbox/switch not emitting change event when using keyboard (thanks @gongzza)
    • #132 Add dropdown active-change event to know when it's dropdown list is active/visible (thanks @bartboy011)
    • #134 Add true-value and false-value props to checkbox