All Versions
88
Latest Version
Avg Release Cycle
18 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v0.7.4 Changes
๐ New features
- ๐ New component: Button, see docs
- ๐ New component: Clockpicker, see docs (thanks @SharpSeeEr)
- Notification improved: can show a notification programmatically, see docs
- โ Add
custom-formatter
prop to autocomplete - โ Add
draggable
prop to table (thanks @suneab) - ๐ Improve accessibility for notification, message and pagination (thanks @mateuswetah)
๐ Fixes
- #956 Fix hidden overflow on tabs (thanks @Baggs)
- #1246 Fix Cleave.js example using Vue 2.6.x (thanks @yxngl)
- #1251 Fix Datepicker closing when page back to
min-date
month - #1257 Fix Datepicker slow/freeze on big year input
- #1282 Fix Datepicker event display wich have a time set (thanks @DonNicoJs)
- #1290 Fix double click event for CheckBox(Button) and Radio(Button) (thanks @yxngl)
- ๐ Fix tabindex on switch (thanks @yxngl), radio (thanks @Sacmanxman2) and checkbox
-
v0.7.3 Changes
๐ New features
- โก๏ธ Update Bulma to 0.7.4
- โ Add
required
prop to radio-button and checkbox-button - โ Add
defaultModalCanCancel
constructor options (thanks @quimarche) - โ Add
typing
event to autocomplete (thanks @adrlen) - โ Add
native-autocomplete
prop to taginput - โ Add support to Font Awesome SVG component (thanks @rhwilr)
- โ Add
custom-key-row
prop to table - โ Add
defaultToastPosition
anddefaultSnackbarPosition
constructor options - ๐ Improve accessibility for collapse and dropdown (thanks @mateuswetah)
- โช Revert tab as confirm key code to taginput
- #1233 Change left margin to right margin when spacing nested fields (thanks @yxngl)
๐ Fixes
- #1177 Fix IE/Edge datepicker content size
- #1216 Fix reset v-model when upload cancel
- #1219 Fix modal
width
prop (thanks @yxngl)
-
v0.7.2 Changes
๐ New features
- โ Add
header
autocomplete slot to taginput - โ Add
required
prop to switch - โ Add
mobile-sort-placeholder
prop to table - โ Add
contextmenu
event to table (thanks @gps-dev) - โ Add
show-detail-icon
prop to table and toggle row detail programmatically (thanks @omer2500) - โ Add
use-html5-validation
prop to form components anddefaultUseHtml5Validation
constructor options (thanks @lukio3) - #1164 Disable selecting row on checkbox click when table is
checkable
๐ Fixes
- ๐ Fix taginput when
allow-new
is enabled - ๐ Fix pagination order when simple
- #1126 Fix init sort using columns table prop
- ๐ป #898, #1154 Fix browser autocomplete using multiple fields
- โ Add
-
v0.7.1 Changes
๐ New features
- โก๏ธ Update Bulma to 0.7.2
- โ Add
indeterminate
prop to checkbox (thanks @guanzo) - โฌ๏ธ #1029 Upgrade vue-test-utils to latest version (thanks @lordfuoco)
- #1065 Add tab as confirm key code to taginput (thanks @williamabbott)
- #1083 Add
date-creator
prop to datepicker (thanks @jonagoldman)
๐ Fixes
- ๐ #1024 Fix upload SSR support
- #1027 Fix
icon-pack
prop when individual components - #1040 Fix prevent radio with multi-line text from shrinking (thanks @rhwilr)
- ๐ป #1067 Fix IE 11 UI switch (thanks @patrickabkarian)
- #1072 Fix sorting boolean fields
-
v0.7.0 Changes
๐ฅ Breaking changes
- ๐ Change path to import components to use outside main vue instance, like:
javascript // see Toast, Snackbar, Modal and Dialog doc pages for more examples import { Toast } from 'buefy/dist/components/toast' Toast.open('Toasty!')
- Upload component accepts a single
File
andArray<File>
when multiple asv-model
- ๐ Rename
readonly
toeditable
on datepicker and timepicker (now just use the prop without false value) - โ Removed Panel component, it was deprecated since 0.5.3
๐ New features
- โ Add
closable
prop to taginput (thanks @adrlen) - #970 Add Object type to
type
prop of field and icon
๐ Fixes
- ๐ Updated timepicker style (it's a little smaller now)
- #992 Fix table header disappear with pagination
- #999 Fix
size
prop to datepicker and timepicker
- ๐ Change path to import components to use outside main vue instance, like:
-
v0.6.7 Changes
๐ New features
- Table improved: can change columns dynamically
- โ Add
auto-close
andduration
props to message and notification - โ Add
allow-duplicates
prop to taginput - โ Add
required
prop to radio and checkbox - โ Add
defaultInputHasCounter
constructor options
๐ Fixes and changes
- #839 Fix
icon-pack
from icon to be reactive - #840 Fix loading position to tagInput (thanks @adrlen)
- #852 Fix label class to field when horizontal
- 0๏ธโฃ #872 Fix datepicker default formatter
- #895 Fix loading overlay when not in full page (thanks @adrlen)
- #927 Fix autocomplete when option text is too long (thanks @8bu)
- #948 Fix switch when multi line text (thanks @rhwilr)
-
v0.6.6 Changes
๐ New features
- โก๏ธ Update Bulma to 0.7.1
- โ Add
header
slot to autocomplete - โ Add
type
prop to checkbox and radio - โ Add
on-paste-separators
andbefore-adding
props to tagInput - #830 Add
ellipsis
prop to tagInput and tag components
๐ Fixes and changes
- 0๏ธโฃ #746 Fix default
dateFormatter
function to datepicker - #755 Fix arrow centered when table detail (thanks @wanxe)
- #787 Fix type in horizontal field when message is empty
- #814 Reset scroll to modal before destroy
- #481 Fix tagInput height to match other inputs
-
v0.6.5 Changes
- โช Revert some changes on Checkbox, CheckboxButton, Radio, RadioButton, Select and Switch, working as before now
- #711 Fix click event to switch (thanks @adrlen)
- ๐ #712 Fix SSR support (thanks @anteriovieira)
- #719 Fix
header
slot to tabItem - #718 Fix
changeMonth
andchangeYear
events to datepicker inchange-month
andchange-year
- #727 Fix upload check file
- โก๏ธ #730 Fix field with addons not updating on re-render (tanks @arlen)
-
v0.6.4 Changes
๐ New features
- โ Add nuxt-buefy on docs, see here (thanks @anteriovieira)
- โ Add
indefinite
prop to snackbar - โ Add
header
slot to datepicker - โ Add
header
slot to tabItem - #485 Add
custom-class
prop to field (thanks @docnoe) - ๐ #509 Add autocomplete slot support to taginput (thanks @gkinsman)
- #581 Add
is-row-checkable
prop to table (thanks @jvmonjo) - #602 Add
changeMonth
andchangeYear
events to datepicker - ๐ #604 Add
remove-on-keys
prop to taginput, allowing to remove last tag (thanks @adrlen) - #609 Add
is-full-page
prop to loading, to limit it to its container (thanks @adrlen) - #610 Add
visible
prop to tabItem - #644 Add
clear-on-select
prop to autocomplete (thanks @raniesantos) - #645 Add
selectable-dates
prop to datepicker (thanks @pip63) - #682 Add
has-detailed-visible
prop to table (thanks @wanxe) - #687 Add
focus-on
prop to dialog
๐ Fixes and changes
- #576 Fix upload check file type
- #586 Fix dropdown change event
- โก๏ธ #593 Fix timepicker update only time of Date object
- #599 Fix
on-cancel
prop to dialog, get called when clicking confirm - #648 Fix dropdown emit change event (thanks @adrlen)
- #670 Fix tabs emit change event (thanks @adrlen)
- ๐ #686 Remove 'is-light' color to cancel button of dialog
-
v0.6.3 Changes
๐ New features
- ๐ New extension: Sortable.js, see here
- โก๏ธ Update Bulma to 0.6.2
- โ Add Font Awesome 5 support (http://fontawesome.com/)
- โ Add
columns
prop to table, you can now pass an array instead of adding scoped slots (for simple tables) - โ Add
rounded
prop to Input, Select, Autocomplete, Datepicker and Timepicker, Pagination - โ Add "is-toggle-rounded" type to Tabs
- โ Add
open
prop to collapsetrigger
slot - โ Add
native
prop to upload - #222 Add
open-on-focus
prop to autocomplete (good to simulate a select element) - #482 Add
allow-new
prop to taginput - #483 Add
unselectable-days-of-week
prop to datepicker - #487 Add
icon-size
prop to message - #492 Add isAsc parameter to
custom-sort
function of table (thanks @frantic1048) - #494 Add
unselectable-times
prop to timepicker - #525 Add
pagination-size
prop to table (thanks @nateleavitt) - #531 Add
confirm-key-codes
prop to taginput
๐ Fixes and changes
- โ Remove
max-results
prop from autocomplete, it now has a scrollbar with all results - #493 Fix
keep-first
autocomplete prop with async data - #498 Fix horizontal field on mobile
- ๐ง #500 Fix message position for horizontal field (thanks @electrolinux)
- #543 Fix dropdown toggle programmatic