All Versions
88
Latest Version
Avg Release Cycle
18 days
Latest Release
-

Changelog History
Page 5

  • v0.8.3 Changes

    ๐Ÿ†• 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)
  • v0.8.2 Changes

    • โž• Add range selection using range prop to datepicker (thanks @afifsohaili)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #1624 autosizing slider into container (thanks @yxngl)
    • ๐Ÿ›  Fix #1625 Buefy global name in UMD format
    • ๐Ÿ›  Fix #1626 include CSS files as side effects (thanks @modularcoder)
  • v0.8.1 Changes

    ๐Ÿ†• New features

    โž• Add show-week-number prop to datepicker (thanks @quadra-diffusion)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix navbar internal implementation (thanks @wanxe)
    • ๐Ÿ›  Fix field component when slot is empty
    • โช Revert breaking change v-on:$listeners to internal native select of select
    • ๐Ÿ›  Fix #1616 upload check on change when single (thanks @yxngl)
    • ๐Ÿ›  Fix #1619 incorrect minute display format for 12 hour using timepicker
    • ๐Ÿ›  Fix #1620 navbar SSR support
  • v0.8.0 Changes

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”„ Change path to import individual components, like: javascript import { Table } from 'buefy' Vue.use(Table)
    • ๐Ÿ”„ Change path to import components to use outside main vue instance, like: javascript // see Toast, Snackbar, Modal, Dialog, Loading and Notification doc pages for more examples import { ToastProgrammatic as Toast } from 'buefy' Toast.open('Toasty!')
    • ๐Ÿ›  Fix #1268 add $buefy namespace for each programmatic components javascript // see Toast, Snackbar, Modal, Dialog, Loading and Notification doc pages for more examples this.$buefy.toast.open('Toasty!')
    • ๐Ÿ›  Fix #1137 hide hoverable dropdown menu after click
    • ๐Ÿ›  Fix #1529 pagination ellipsis behavior (thanks @service-paradis)
    • ๐Ÿ›  Fix #1550 improve the default behavior for clickable steps (thanks @service-paradis)
    • ๐Ÿ›  Fix #1586 focus issue to radio, checkbox and switch (thanks @yxngl)
    • โž• Add v-on:$listeners to internal native select of select component
    • โœ‚ Remove span around default b-table-column slot (thanks @service-paradis)

    ๐Ÿ†• New features

    • ๐Ÿ†• New component: Slider, see docs (thanks @yxngl)
    • ๐Ÿ†• New component: Navbar, see docs (thanks @wanxe)
    • ๐Ÿ†• New component: Progress Bar, see docs (thanks @service-paradis)
    • ๐Ÿ‘Œ Improve to tree shaking using ESM format
    • โž• Add header slot to table column
    • โž• Add defaultTooltipDelay constructor option (thanks @service-paradis)
    • โž• Add sort-icon and sort-icon-size props to table (@modularcoder)
    • โž• Add default-minutes and default-seconds to timepicker
    • โž• Add focusable prop to dropdown (thanks @service-paradis)
    • โž• Add mouseenter and mouseleave events to table (thanks @afm-sayem)
    • โž• Add rounded and outlined prop to switch (thanks @service-paradis)
    • โž• Add aria-close-label prop to taginput (thanks @yxngl)
    • โž• Add has-counter prop to taginput (thanks @dejangeci)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #1541 emit input event when change step (thanks @service-paradis)
    • ๐Ÿ›  Fix #1544 years select datepicker when max/min being passed
    • ๐Ÿ›  Fix #1565 datepicker programmatically on mobile
    • ๐Ÿ›  Fix #1576 label-position prop using numberinput component (thanks @service-paradis)
    • ๐Ÿ›  Fix #1591 datepicker on mobile using different timezone
    • ๐Ÿ›  Fix issues on delete last selected element and on reset upload (thanks @it-fm)
  • v0.7.10 Changes

    • ๐Ÿ›  Fix #1536 build error using Sass customization
    • ๐Ÿ›  Fix menu component example on codepen and/or simple html page
  • v0.7.9 Changes

    ๐Ÿ†• New features

    • ๐Ÿ†• New component: Menu, see docs
    • โž• Add custom-class prop to modal (thanks @CobraClutch)
    • โž• Add delay prop to tooltip (thanks @service-paradis)
    • โž• Add checkbox-position prop to table (thanks @service-paradis)
    • โž• Add pagination-position prop to table (thanks @service-paradis)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix build errors using typescript and return type of snackbar and notification
    • ๐Ÿ›  Fix upload on iOS
    • ๐Ÿ›  Fix native timepicker when enable-seconds
    • ๐Ÿ›  Fix #1515 toggle datepicker programmatically
    • ๐Ÿ›  Fix #1516 month picker on iOS
    • ๐Ÿ›  Fix #1526 timepicker default parser
  • v0.7.8 Changes

    ๐Ÿ†• New features

    • ๐Ÿ†• New component: Steps, see docs (thanks @service-paradis)
    • โž• Add label-position prop to field
    • โž• Add full-screen prop to modal
    • โž• Add enable-seconds prop to timepicker
    • โž• Add years-range, nearby-month-days, nearby-selectable-month-days prop to datepicker

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix timepicker and clockpicker force new Date object on input event
    • ๐Ÿ›  Fix #1450 clockpicker rounded style (thanks @atinybeardedman)
    • ๐Ÿ›  Fix #1455 margins to taginput (thanks @francoism90)
    • ๐Ÿ›  Fix #1460 long press click on plus/minus buttons to numberinput
    • ๐Ÿ›  Fix #1462 table column width when a column is toggled invisible and visible again (thanks @service-paradis)
    • ๐Ÿ›  Fix #1469 use-html5-validation prop to numberinput
    • ๐Ÿ›  Fix #1470 override label-weight Bulma variable
    • ๐Ÿ›  Fix #1480 cancelling long press on Chromium (thanks @yxngl)
  • v0.7.7 Changes

    ๐Ÿ†• New features

    • โšก๏ธ Update Bulma to 0.7.5
    • Datepicker improved: add month picker, see docs
    • โž• Add header-checkable prop to table
    • โž• Add toggle method to datepicker
    • โž• Add defaultDropdownMobileModal constructor option
    • โž• Add validation-message prop to input (thanks @jankeesvw)
    • #1424 Prevent close on click when multiple dropdown

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #1150 dropdown z-index on mobile
    • ๐Ÿ›  Fix #1418 timepicker and clockpicker input event emit
    • ๐Ÿ›  Fix #1429 datepicker and timepicker exclusive opening
    • ๐Ÿ›  Fix #1433 timepicker default formatter and parser
  • v0.7.6 Changes

    ๐Ÿ†• New features

    • โž• Add label slot to field (thanks @yxngl)
    • โž• Add footer slot to autocomplete (thanks @LeoMouyna)
    • โž• Add open-on-focus prop and improved accessibility for timepicker and clockpicker
    • โž• Add multiple prop to dropdown

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #817 radio button off-center issue
    • ๐Ÿ›  Fix #1347, #1361 datepicker v-model and initial toggle
    • ๐Ÿ›  Fix #1351 tabs is-disabled css rule
    • ๐Ÿ›  Fix #1352 numberinput when empty string
    • ๐Ÿ›  Fix #1382 numberinput layout
    • ๐Ÿ›  Fix #1390 missing prop to dialog type
    • ๐Ÿ›  Fix #1402 radio button on IE11 (thanks @timEulitz)
  • v0.7.5 Changes

    ๐Ÿ†• New features

    • ๐Ÿ†• New component: Numberinput, see docs
    • Loading improved: can show a custom content, see docs
    • โž• Add destroy-on-hide prop to tabs
    • โž• Add custom-detail-row prop to table (thanks @EvanBarbour3)
    • โž• Add open-on-focus prop and improved accessibility for datepicker (thanks @imfaber)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #1320 space keydown on Firefox to checkbox and switch
    • ๐Ÿ›  Fix #1325 input emit to upload
    • 0๏ธโƒฃ Enable native timepicker to clockpicker when mobile-native (default true)
    • ๐Ÿ›  Fix clockpicker docs and input size
    • ๐Ÿ›  Fix upload opening in IE 11