buefy v0.9.5 Release Notes

  • ๐Ÿ†• New features

    • ๐Ÿš€ Shipped with Bulma 0.9.2 (release note)
    • โž• Add rounded prop to Upload (thanks @major-mayer)
    • โž• Add icon-right-type prop to Input (thanks @Propaganistas)
    • โž• Add icon-right prop to Datepicker (thanks @darotar)
    • โž• Add cancel-text prop to Snackbar (thanks @adamgreenhall)
    • โž• Add indefinite prop to Toast (thanks @service-paradis)
    • Automatically select hovered option on blur for Autocomplete (thanks @fabiofdsantos)
    • โž• Add aria-label prop to Modal (thanks @crowdcow-shae)
    • โž• Add alt attribute to placeholder image (thanks @chazmcgarvey )
    • โž• Add caption slot to Image (thanks @chazmcgarvey )
    • โž• Add defaultSwitchRounded default configuration option (thanks @service-paradis)
    • โž• Add detail-transition prop to Table (thanks @service-paradis)
    • Accept Date as values for Select (thanks @service-paradis)
    • Display events on unselectable Datepicker cell (thanks @service-paradis)
    • โž• Add aria-minus-label and aria-plus-label functions for b-numberinput (thanks @service-paradis)
    • โž• Add th-attrs and td-attrs functions for b-table
    • ๐Ÿ‘Œ Improve a11y on tab component (thanks @service-paradis)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #2678: tab navigation with boxed navbar dropdown (thanks @yuwu9145)
    • ๐Ÿ›  Fix #2848: incorrect inset shadow for b-radio-button (thanks @service-paradis)
    • ๐Ÿ›  Fix #2879: open DatetimePicker using the enter key (thanks @service-paradis)
    • ๐Ÿ›  Fix #2990: table sorting on multiple column (thanks @yuwu9145)
    • ๐Ÿ›  Fix #2994: table striped style with sticky columns (thanks @service-paradis)
    • ๐Ÿ›  Fix #3011: blur events for ClockPicker (thanks @yuwu9145)
    • ๐Ÿ›  Fix #3022: use aria labels on table pagination buttons (thanks @service-paradis)
    • ๐Ÿ›  Fix #3028: use aria labels on pagination next/previous buttons (thanks @service-paradis)
    • ๐Ÿ›  Fix #3035: autocomplete default content width in modal
    • ๐Ÿ›  Fix #3040: fix mutation of value in multiple dropdown (thanks @VictorCazanave)
    • ๐Ÿ›  Fix #3056: reset time on carousel when using arrows (thanks @harryJst)
    • ๐Ÿ›  Fix #3104: defaultDialogConfirmText not working
    • ๐Ÿ›  Fix #3107: keyboard usage with Datepicker date range (thanks @service-paradis)
    • ๐Ÿ›  Fix #3109: handle number values as expected for NumberInput (thanks @yuwu9145)
    • ๐Ÿ›  Fix #3113: dropdown with append-to-body z-index when inactive (thanks @Dragoncall)
    • ๐Ÿ›  Fix #3119: duplicated hovered event with Autocomplete (thanks @fabiofdsantos)
    • ๐Ÿ›  Fix #3124: restore tree shaking functionnality with default config (thanks @MartinodF)
    • ๐Ÿ›  Fix #3135: multiple fixed Navbar on the same page (thanks @WTDuck)
    • ๐Ÿ›  Fix #3161: display close button when Modal is displayed at start (thanks @aglio)
    • ๐Ÿ›  Fix #3168: wrong DatetimePicker behavior with empty value
    • ๐Ÿ›  Fix #3177: navigate to Datepicker footer using Tab (thanks @service-paradis)
    • ๐Ÿ›  Fix #3195: Tooltip auto-close with inside and outside (thanks @elC0mpa)
    • ๐Ÿ›  Fix #3216: unexpected form submit on enter in Autocomplete
    • ๐Ÿ›  Fix #3226: reactive Datepicker dates when using multiple (thanks @service-paradis)
    • ๐Ÿ›  Fix #3235: emit event on Table listeners (thanks @service-paradis)
    • ๐Ÿ›  Fix #3247: Remove extraneous a element in tag (thanks @service-paradis)