buefy v0.8.3 Release Notes

  • ๐Ÿ†• New features

    • โž• Add customIconPacks constructor option to use custom icon packs (thanks @service-paradis)
    • โž• Add can-close prop to dropdown (thanks @service-paradis)
    • โž• Add close-on-click prop to form navbar (thanks @wanxe)
    • โž• Add icon-prev and icon-next props to datepicker, steps and pagination (thanks @service-paradis)
    • โž• Add lazy prop to slider (thanks @yxngl)
    • โž• Add dragging, dragstart and dragend events to slider (thanks @yxngl)
    • โž• Add setValidity method to form components (thanks @GerryWilko)
    • โž• Add hours-label and minutes-label props to clockpicker
    • ๐Ÿ‘Œ Improve steps look on mobile (thanks @service-paradis)
    • #1677 Add wrapper-class prop to navbar (thanks @wanxe)
    • #1712 Add navbardropdown component

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix selection UI to datepicker when empty range
    • ๐Ÿ›  Fix slider style for IE 11 (thanks @yxngl)
    • ๐Ÿ›  Fix default-minutes and default-seconds props when value is 0
    • ๐Ÿ›  Fix pagination compatibility using IE 11 (thanks @service-paradis)
    • ๐Ÿ›  Fix set active menu item on click when tag is router-link
    • ๐Ÿ›  Fix navbar adding incorrect class to body when fixed at top/bottom (thanks @Silvea12)
    • ๐Ÿ›  Fix datepicker height using different size, it'll show always 6 weeks for each month
    • ๐Ÿ›  Fix #1646 navbar item when tag prop is router-link (thanks @wanxe)
    • ๐Ÿ›  Fix #1648 modal becomes clipped using switch (thanks @yxngl)
    • ๐Ÿ›  Fix #1670 simple upload on IE 11
    • ๐Ÿ›  Fix #1678 show autocomplete option when value is 0
    • ๐Ÿ›  Fix #1679 hide navbar on click when mobile (thanks @wanxe)
    • ๐Ÿ›  Fix #1686 disable timepicker hour if no enabled minutes available (thanks @philnee)