All Versions
100
Latest Version
Avg Release Cycle
94 days
Latest Release
9 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.6.4 Changes
๐ New features
- โ Add nuxt-buefy on docs, see here (thanks @anteriovieira)
- โ Add
indefiniteprop to snackbar - โ Add
headerslot to datepicker - โ Add
headerslot to tabItem - #485 Add
custom-classprop to field (thanks @docnoe) - ๐ #509 Add autocomplete slot support to taginput (thanks @gkinsman)
- #581 Add
is-row-checkableprop to table (thanks @jvmonjo) - #602 Add
changeMonthandchangeYearevents to datepicker - ๐ #604 Add
remove-on-keysprop to taginput, allowing to remove last tag (thanks @adrlen) - #609 Add
is-full-pageprop to loading, to limit it to its container (thanks @adrlen) - #610 Add
visibleprop to tabItem - #644 Add
clear-on-selectprop to autocomplete (thanks @raniesantos) - #645 Add
selectable-datesprop to datepicker (thanks @pip63) - #682 Add
has-detailed-visibleprop to table (thanks @wanxe) - #687 Add
focus-onprop 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-cancelprop 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
columnsprop to table, you can now pass an array instead of adding scoped slots (for simple tables) - โ Add
roundedprop to Input, Select, Autocomplete, Datepicker and Timepicker, Pagination - โ Add "is-toggle-rounded" type to Tabs
- โ Add
openprop to collapsetriggerslot - โ Add
nativeprop to upload - #222 Add
open-on-focusprop to autocomplete (good to simulate a select element) - #482 Add
allow-newprop to taginput - #483 Add
unselectable-days-of-weekprop to datepicker - #487 Add
icon-sizeprop to message - #492 Add isAsc parameter to
custom-sortfunction of table (thanks @frantic1048) - #494 Add
unselectable-timesprop to timepicker - #525 Add
pagination-sizeprop to table (thanks @nateleavitt) - #531 Add
confirm-key-codesprop to taginput
๐ Fixes and changes
- โ Remove
max-resultsprop from autocomplete, it now has a scrollbar with all results - #493 Fix
keep-firstautocomplete prop with async data - #498 Fix horizontal field on mobile
- ๐ง #500 Fix message position for horizontal field (thanks @electrolinux)
- #543 Fix dropdown toggle programmatic
-
v0.6.2 Changes
๐ New features
- ๐ New component: Tag Input, see docs (thanks @jgerbes)
- 0๏ธโฃ #125 Add
queueprop to toast/snackbar anddefaultNoticeQueueconstructor option- Note that the animations aren't perfect right now
- #432 Datepicker improved: can add event indicators on it (thanks @chasegiunta)
- ๐ง #439 Add support to horizontal field, with the
horizontalprop (thanks @electrolinux) - โ Add
mobile-nativeprop to datepicker and timepicker - โ Add
defaultDatepickerMobileNativeanddefaultTimepickerMobileNativeconstructor options - โ Add
eventsprop to modal (to bind events programmatically) - โ Add
positionprop to datepicker and timepicker - โ Add
sizeprop to dialog - โ Add
tabstopanddisabledprops to tag - โ Add
.syncoption to tablecurrent-page
๐ Fixes and changes
- Maxlength counter for input only shows on focus
- โ Add padding to tab content
- ๐ Fix autocomplete with
keep-firstselecting on blur when nothing is shown - ๐ Fix tabs buttons size sometimes flickering
- #416 Fix pagination color
- #419 Fix input icon size
- #428 Fix
current-pagefrom table to be reactive - #440 Fix upload input file width (thanks @frantic1048)
-
v0.6.1 Changes
- #409 Fix notification delete button
- #410 Fix alert triggering on upload
-
v0.6.0 Changes
๐ฅ Breaking changes
- Vue 2.5+ is now the minimum required version
- ๐ Bulma breaking changes, see changelog
- โ Removed the deprecated prompt dialog
inputPlaceholder,inputNameandinputMaxlengthprops - Buefy now uses MDI icons from community instead, you'll have to change icon names and if you use a CDN you should change:
<link rel="stylesheet" href="//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css">๐ New features
- ๐ New component: Timepicker, see docs
- ๐ New component: Checkbox Button, see docs
- ๐ New docs section: Extensions, see here
- ๐ Support for Bulma 0.6.1
- โ Add
disabledprop to tabItem - โ Add
focusableprop to table - โ Add
focus()method to table - โ Add
hoverableprop to table - โ Add
custom-sizeprop to icon - โ Add
custom-classprop to icon - โ Add
detail-keyandopened-detailedprops to table (thanks @wanxe) - โ Add
scrollprop to modal/dialog (changes what to do with<body>scrollbar) - โ Add
parentprop to modal, pass a Vue object to it to open component modal programmatically - #359 Add
mobile-modalprop to dropdown to enable/disable modal on mobile - #365 Add
src/scss/utils/_all.scssfor easier modular importing (thanks @gwvt) - ๐ #377 Add support to MDI icons from community
- #387 Add
current-pageprop to table (thanks @frantic1048) - #388 Add
sizeprop to radio and checkbox - #398 Add
unselectable-datesprop to datepicker to disable an array of dates - ๐ง #399 Add configurable closing options for dialog (like modal)
๐ Fixes
- โก๏ธ Update tooltip font size and padding, it's a bit bigger now
- โก๏ธ Update table keyboard navigation, now doesn't require pressing enter and only works when
focusable - #288 Fix input message from parent field (thanks @yarbshk)
- #358 Fix modal/dialog shifting content (
scrollprop) - #380 Fix clearing autocomplete input
- #395 Fix ref dropdown availability (thanks @frantic1048)
-
v0.5.4 Changes
- ๐ Deprecated prompt dialog
inputPlaceholder,inputNameandinputMaxlengthprops, use newinputAttrsprop, see docs - ๐ Fix
focusmethod on select - Table with
selectedprop can now be natigated with keyboard - #251, #345 Add
bottom-leftslot to table - 0๏ธโฃ #334 Add
defaultDialogConfirmTextanddefaultDialogCancelTextconstructor options - #335 Add
iconandiconPackprop to dialog - #350 Add Function type to
componentprop of modal (thanks @ivalkenburg) - #354 Add tab key press to autocomplete (thanks @tmepple)
- #356 Fix table header alignment
- ๐ Deprecated prompt dialog
-
v0.5.3 Changes
- ๐ New component: Collapse, see docs
- ๐ Panel deprecated, use new Collapse component, old docs here
- โก๏ธ Update Bulma to v0.5.3
- #223 Add
footerslot to table - ๐ #246 Remove
keyon detailed rows of table component (thanks @Tirke) - ๐ #301 Fix Bulma style override for radio and checkbox
- #303 Fix dropdown close on custom item when is replaced or changed
- #305 Fix datepicker calendar display when disabled and inline
- #309 Add
labelForprop to field component, to set nativeforattribute to the label tag (thanks @tmepple) - #314 Set pack prop to next/prev icon buttons for datepicker
- #315 Fix escape regexp characters to autocomplete
- #316 Fix checkbox shrinking when text is very long (thanks @Tirke)
- 0๏ธโฃ #317 Add default datepicker constructor options
- #324 Fix table broken sort state
- #330 Fix table empty and detail disposition
- โ #339 Fix upload warning when is required
- #340 Add
sizeprop to radio button
-
v0.5.2 Changes
- #262 Add
emptyslot to autocomplete (empty message) - #264 Add
has-counterprop to input, add it when you want show or hide character counter when maxlength prop is passed - #265 Fix disabled pagination (thanks @YassinOuider)
- #272 Add
readonlyprop to allow typing a date on datepicker - #273 Fix autocomplete for SSR (thanks @LANSELOT)
- #276 Add
first-day-of-weekprop to datepicker - 0๏ธโฃ #279 Fix table not default sorting async data
- #289 Fix dropdown-trigger container html tag
- ๐ง #291 Add configurable closing options for Modal (thanks @jwahdatehagh)
- #298 Fix mobile detection datepicker for SSR
- #302 Fix datepicker calendar display when disabled
- #262 Add
-
v0.5.1 Changes
- ๐ New component: Datepicker, see docs (thanks @bartboy011)
- ๐ New component: Tag, see docs
- #195 Add
custom-keyprop to table column, add it when you want a column without label - ๐ #221 Add backend pagination support to table (thanks @cappuc)
- #214 Add
activeprop to tooltip - #215 Add
headerslot to table (custom headers) - #228 Fix table checked rows not working on mobile
- #235 Add
custom-is-checkedprop to table column, add it when you want a custom compare function when is checkable - #237 Fix emit blur event for input
- #239 Fix table columns on v-for loop
- ๐ #241 Fix remove tabItem when it's bounded to array
- โก๏ธ #242 Update required Vue.js version (2.4+) (thanks @iwan-wijaya)
- 0๏ธโฃ #243 Add
default-sort-directionprop to table, add it when you want change default sort direction on the first click - #260 Fix radio/radio button emitting
inputmultiple times (thanks @frantic1048) - โ Add
metaprop to table column, useful for custom headers - โ Add
typeprop to switch (thanks @Tirke) - โ Add
multiplesupport to select - โ Add
inlineprop to dropdown, items are shown inline and trigger removed - โ Remove
has-custom-templateprop from autocomplete, just use scoped slot to have the same feature
-
v0.5.0 Changes
๐ฅ Breaking changes
- โก๏ธ Update Bulma to v0.5.1, changes on Sass variables naming, see docs
- Buefy Sass variables are also following the new convention
- โ Removed Menu component, it was experimental and wasn't good enough, needed too much to work and can easily be replaced with pure HTML
- 0๏ธโฃ Constructor option
defaultContentElementrenamed todefaultContainerElement b-dropdown-optionrenamed tob-dropdown-itemsubheaderprop renamed tocustom
- Any attributes on Input, Select and Autocomplete will be added directly to
<input>or<select>itself instead of the root element changeevents for all form controls (Input, Select Autocomplete, Checkbox, RadioGroup, Switch) that returned pure value will now return$event(and require.nativemodifier), useinputinstead- Checkbox
custom-valueprop renamed tonative-valuecheckedprop removed
- โ Removed CheckboxGroup, just add the same
v-modelto multiple Checkboxes and set anative-value, see docs - Radio and Radio Button
valueprop renamed tonative-value- Add
v-modelsupport - Radio Buttons have to be wrapped on a field
- Add
- โ Removed RadioGroup, just add the same
v-modelto multiple Radios/RadioButtons and set anative-valuesee docs - โ Remove switch
checkedprop
๐ New stuff
- ๐ New component: Upload, see docs (thanks @jtommy)
- Field
positionprop works forgroupedfields - โ Add
group-multilineprop to field - โ Add
sizeprop to message - ๐ #191 Add detail option (collapse) to table row, see docs (thanks @wanxe)
- ๐ #201 Add support to array on Field
messageprop (thanks @jtommy) - #207 Add
centeredprop to table column - โ Add
native-value,true-valueandfalse-valueprops to switch
๐ Bug fixes
- #206 Fix radio and checkbox within
v-for
- โก๏ธ Update Bulma to v0.5.1, changes on Sass variables naming, see docs