buefy v0.9.9 Release Notes

  • ๐Ÿ†• New features

    • โž• Add tag prop to navbar dropdown (thanks @GMartigny)
    • โž• Add select-on-click-outside prop to autocomplete (thanks @elisamuelps)
    • โž• Add aria-labelledby prop to checkbox and switch (thanks @milad-mirkarimi)
    • โž• Add icon-right and icon-right-clickable props to datepicker and datetimepicker (thanks @rubjo)
    • โž• Add caption prop to table (thanks @eveenendaal)
    • โž• Add pause-on-hover prop to toast (thanks @milad-mirkarimi)
    • ๐Ÿ‘Œ Improve number input validation (thanks @fabiofdsantos)
    • Enable click event to notification (thanks @franciscoh017)
    • ๐Ÿ‘‰ Show switch control label if slot exists (thanks @cain)
    • Prevent emitting the prompt value when inputted text is compositing (thanks @soudai-s)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix autocomplete using keep first (thanks @dauriata)
    • ๐Ÿ›  Fix combination of filters with custom searches (AND operator) (thanks @massimozappino)
    • ๐Ÿ›  Fix avoid reading undefined range on datepicker (thanks @apauly)
    • ๐Ÿ›  Fix sidebar delay on hover leave (thanks @holtolee)
    • ๐Ÿ›  Fix #3431 disable sort when column is not sortable (multisort)
    • ๐Ÿ›  Fix #3438 reset current tag when duplicated
    • ๐Ÿ›  Fix #3442 wrong prop on timepicker
    • ๐Ÿ›  Fix #3461 check if a detail row is visible before trying to close it (thanks @GMartigny)
    • ๐Ÿ›  Fix #3473 emit typing to force reload items on tagsinput