All Versions
88
Latest Version
Avg Release Cycle
18 days
Latest Release
-
Changelog History
Page 5
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
andicon-next
props to datepicker, steps and pagination (thanks @service-paradis) - โ Add
lazy
prop to slider (thanks @yxngl) - โ Add
dragging
,dragstart
anddragend
events to slider (thanks @yxngl) - โ Add
setValidity
method to form components (thanks @GerryWilko) - โ Add
hours-label
andminutes-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
anddefault-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)
- โ Add
-
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)
- โ Add range selection using
-
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 componentsjavascript // 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
andsort-icon-size
props to table (@modularcoder) - โ Add
default-minutes
anddefault-seconds
to timepicker - โ Add
focusable
prop to dropdown (thanks @service-paradis) - โ Add
mouseenter
andmouseleave
events to table (thanks @afm-sayem) - โ Add
rounded
andoutlined
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)
- ๐ Change path to import individual components, like:
-
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)
- โ Add
-
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
(defaulttrue
) - ๐ Fix clockpicker docs and input size
- ๐ Fix upload opening in IE 11