All Versions
100
Latest Version
Avg Release Cycle
94 days
Latest Release
9 days ago

Changelog History
Page 8

  • 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
  • v0.6.2 Changes

    ๐Ÿ†• New features

    • ๐Ÿ†• New component: Tag Input, see docs (thanks @jgerbes)
    • 0๏ธโƒฃ #125 Add queue prop to toast/snackbar and defaultNoticeQueue constructor 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 horizontal prop (thanks @electrolinux)
    • โž• Add mobile-native prop to datepicker and timepicker
    • โž• Add defaultDatepickerMobileNative and defaultTimepickerMobileNative constructor options
    • โž• Add events prop to modal (to bind events programmatically)
    • โž• Add position prop to datepicker and timepicker
    • โž• Add size prop to dialog
    • โž• Add tabstop and disabled props to tag
    • โž• Add .sync option to table current-page

    ๐Ÿ›  Fixes and changes

    • Maxlength counter for input only shows on focus
    • โž• Add padding to tab content
    • ๐Ÿ›  Fix autocomplete with keep-first selecting on blur when nothing is shown
    • ๐Ÿ›  Fix tabs buttons size sometimes flickering
    • #416 Fix pagination color
    • #419 Fix input icon size
    • #428 Fix current-page from 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, inputName and inputMaxlength props
    • 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 disabled prop to tabItem
    • โž• Add focusable prop to table
    • โž• Add focus() method to table
    • โž• Add hoverable prop to table
    • โž• Add custom-size prop to icon
    • โž• Add custom-class prop to icon
    • โž• Add detail-key and opened-detailed props to table (thanks @wanxe)
    • โž• Add scroll prop to modal/dialog (changes what to do with <body> scrollbar)
    • โž• Add parent prop to modal, pass a Vue object to it to open component modal programmatically
    • #359 Add mobile-modal prop to dropdown to enable/disable modal on mobile
    • #365 Add src/scss/utils/_all.scss for easier modular importing (thanks @gwvt)
    • ๐Ÿ‘ #377 Add support to MDI icons from community
    • #387 Add current-page prop to table (thanks @frantic1048)
    • #388 Add size prop to radio and checkbox
    • #398 Add unselectable-dates prop 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 (scroll prop)
    • #380 Fix clearing autocomplete input
    • #395 Fix ref dropdown availability (thanks @frantic1048)
  • v0.5.4 Changes

    • ๐Ÿ—„ Deprecated prompt dialog inputPlaceholder, inputName and inputMaxlength props, use new inputAttrs prop, see docs
    • ๐Ÿ›  Fix focus method on select
    • Table with selected prop can now be natigated with keyboard
    • #251, #345 Add bottom-left slot to table
    • 0๏ธโƒฃ #334 Add defaultDialogConfirmText and defaultDialogCancelText constructor options
    • #335 Add icon and iconPack prop to dialog
    • #350 Add Function type to component prop of modal (thanks @ivalkenburg)
    • #354 Add tab key press to autocomplete (thanks @tmepple)
    • #356 Fix table header alignment
  • 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 footer slot to table
    • ๐Ÿšš #246 Remove key on 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 labelFor prop to field component, to set native for attribute 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 size prop to radio button
  • v0.5.2 Changes

    • #262 Add empty slot to autocomplete (empty message)
    • #264 Add has-counter prop 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 readonly prop to allow typing a date on datepicker
    • #273 Fix autocomplete for SSR (thanks @LANSELOT)
    • #276 Add first-day-of-week prop 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
  • v0.5.1 Changes

    • ๐Ÿ†• New component: Datepicker, see docs (thanks @bartboy011)
    • ๐Ÿ†• New component: Tag, see docs
    • #195 Add custom-key prop to table column, add it when you want a column without label
    • ๐Ÿ‘ #221 Add backend pagination support to table (thanks @cappuc)
    • #214 Add active prop to tooltip
    • #215 Add header slot to table (custom headers)
    • #228 Fix table checked rows not working on mobile
    • #235 Add custom-is-checked prop 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-direction prop to table, add it when you want change default sort direction on the first click
    • #260 Fix radio/radio button emitting input multiple times (thanks @frantic1048)
    • โž• Add meta prop to table column, useful for custom headers
    • โž• Add type prop to switch (thanks @Tirke)
    • โž• Add multiple support to select
    • โž• Add inline prop to dropdown, items are shown inline and trigger removed
    • โœ‚ Remove has-custom-template prop 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 defaultContentElement renamed to defaultContainerElement
    • b-dropdown-option renamed to b-dropdown-item
      • subheader prop renamed to custom
    • Any attributes on Input, Select and Autocomplete will be added directly to <input> or <select> itself instead of the root element
    • change events for all form controls (Input, Select Autocomplete, Checkbox, RadioGroup, Switch) that returned pure value will now return $event (and require .native modifier), use input instead
    • Checkbox custom-value prop renamed to native-value
      • checked prop removed
    • โœ‚ Removed CheckboxGroup, just add the same v-model to multiple Checkboxes and set a native-value, see docs
    • Radio and Radio Button value prop renamed to native-value
      • Add v-model support
      • Radio Buttons have to be wrapped on a field
    • โœ‚ Removed RadioGroup, just add the same v-model to multiple Radios/RadioButtons and set a native-value see docs
    • โœ‚ Remove switch checked prop

    ๐Ÿ†• New stuff

    • ๐Ÿ†• New component: Upload, see docs (thanks @jtommy)
    • Field position prop works for grouped fields
    • โž• Add group-multiline prop to field
    • โž• Add size prop to message
    • ๐Ÿ“š #191 Add detail option (collapse) to table row, see docs (thanks @wanxe)
    • ๐Ÿ‘ #201 Add support to array on Field message prop (thanks @jtommy)
    • #207 Add centered prop to table column
    • โž• Add native-value, true-value and false-value props to switch

    ๐Ÿ› Bug fixes

    • #206 Fix radio and checkbox within v-for