buefy v0.9.4 Release Notes

Release Date: 2020-10-30 // over 3 years ago
  • ๐Ÿ†• New features

    • Shipped with Bulma 0.9.1
    • โž• Add is-light variant to tooltip (thanks @service-paradis)
    • โž• Add support for multiple progress bars (thanks @service-paradis)
    • โž• Add cellclick event to b-table (thanks @dauriata)
    • โž• Add controls-alignment prop to Numberinput (thanks @jonagoldman)
    • โž• Add left-label prop to switch component (thanks @kaangokdemir)
    • โž• Add indicator prop to show Slider value inside thumb (thanks @re2005)
    • โž• Add autoFocus prop to Modal (thanks @mateuswetah)
    • โž• Add aria-close-label prop to Taginput (thanks @service-paradis)
    • ๐Ÿ‘Œ Support locale in Slider (thanks @service-paradis)
    • โž• Add sticky-checkbox option to b-table (thanks @Numenorian)
    • โž• Add rounded prop to table pagination (thanks @nastiaKuzanastasia.kuznetsova)
    • โž• Add tooltip-always prop for Slider component (thanks @kaangokdemir)
    • โž• Add #header slot inside of b-message to place a custom header (thanks @m4st3rm4tz3)
    • โž• Add week-number-click event to Datepicker
    • โž• Add toggleDetails to default Table slot
    • โž• Add invalid event to Upload (thanks @adamgreenhall)
    • โž• Add custom-search prop to table column

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #2858: Too much events fired by BNavbar component (thanks @service-paradis)
    • ๐Ÿ›  Fix problem using lazy prop for Image component (thanks @service-paradis)
    • ๐Ÿ›  Fix #2862: setSelect null when clear button is triggered (thanks @re2005)
    • ๐Ÿ›  Fix #2851: table current page update parent value (thanks @re2005)
    • ๐Ÿ›  Fix #2865: table visible column count (thanks @service-paradis)
    • ๐Ÿ›  Fix #2893: select height in Datepicker when using label-position="inside" (thanks @service-paradis)
    • ๐Ÿ›  Fix #2904: check for null/undefined and not any false for Numberinput (thanks @damian-bal)
    • ๐Ÿ‘‰ Use $slider-track-background for Slider track background (thanks @service-paradis)
    • ๐Ÿ›  Fix #2853: Sidebar closes when clicking on dynamically visible elements (thanks @service-paradis)
    • ๐Ÿ›  Fix #2916: select inside carousel (thanks @Tofandel)
    • ๐Ÿ›  Fix #2683: Datepicker focus when using arrow keys (thanks @service-paradis)
    • ๐Ÿ›  Fix Datepicker initial value fullYear when v-model is present (thanks @re2005)
    • ๐Ÿ›  Fix #2914: Label overlapping input text (thanks @service-paradis)
    • ๐Ÿ›  Fix #2933: sidebar can-cancel docs
    • ๐Ÿ›  Fix #2909: rounded prop to datetimepicker
    • ๐Ÿ›  Fix #2938: border-right missing in timepicker select (thanks @service-paradis)
    • ๐Ÿ›  Fix #2949: Do not emit drag/drop events if table is not draggable (thanks @service-paradis)
    • ๐Ÿ›  Fix #2945: Checking if minNumber is undefined before assigning it in NumberInput (thanks @elC0mpa)
    • ๐Ÿ›  Fix dropdown when expanded and append-to-body
    • ๐Ÿ›  Fix #2940: trigger tooltip when append-to-body
    • ๐Ÿ›  Fix MenuItem expanded prop update (thanks @aquaminer)
    • ๐Ÿ›  Fix #2944: header slot on tabs (thanks @yuchaosydney)
    • ๐Ÿ›  Fix #2871: Improve tabbing with autocompleted taginputs (thanks @rubjo)
    • ๐Ÿ›  Fix #3003: close tooltip when triggers is focus
    • ๐Ÿ›  Fix #2918: columns prop when individual import
    • ๐Ÿ›  Fix sidebar z-index
    • ๐Ÿ›  Fix #2977: disable scroll when sidebar is overlay