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

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 and defaultSnackbarPosition 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 and defaultUseHtml5Validation 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
  • 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 and Array<File> when multiple as v-model
    • ๐Ÿ“‡ Rename readonly to editable 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
  • v0.6.7 Changes

    ๐Ÿ†• New features

    • Table improved: can change columns dynamically
    • โž• Add auto-close and duration 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 and before-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 and changeYear events to datepicker in change-month and change-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 and changeYear 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 collapse trigger 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