Skip to content

Releases: buefy/buefy

v0.8.18

10 May 21:08
Compare
Choose a tag to compare

New features

  • Add message slot to field
  • Add scrollable and max-height to dropdown (thanks @franciscoh017)
  • Add rounded prop to skeleton
  • Add mobile-mode prop and $steps-mobile-max-width SCSS variable to step
  • Add expand-on-hover-fixed prop to sidebar
  • Add expanded prop to upload (thanks @kaangokdemir)
  • Add close-type prop to tag (thanks @kaangokdemir)
  • Add defaultTabsAnimated constructor options
  • #2474 Add icon-click event to autcomplete
  • #2487 Add native event as second parameter of select event on autocomplete

Fixes

  • Fix security (XSS) on message field
  • Fix taginput shallow copy in watcher (thanks @lunfel)
  • Fix #2456 double message when field horizontal and multiple fields
  • Fix #2459 checkbox, radio, switch group on mobile
  • Fix #2469 keep sort during search
  • Fix #2485 datepicker and timepicker default shadow when not editable
  • Fix #2489 dropdown item padding on mobile when has-link
  • Fix #2493 clean hovered on select option (autocomplete and taginput)

v0.8.17

25 Apr 15:53
Compare
Choose a tag to compare

New features

  • Add types to ConfigProgrammatic

Fixes

  • Fix #2438 create modal content only when is active

v0.8.16

22 Apr 21:44
Compare
Choose a tag to compare

New features

  • New component: Skeleton, see docs
  • Add destroy-on-hide prop to modal
  • Add searchable slot to table (thanks @service-paradis)
  • Add icon-right prop to autocomplete
  • Add vertical and rounded props to steps (thanks @service-paradis)
  • Add step prop to step item (thanks @service-paradis)
  • Add card-layout prop to table
  • Add is-row-selectable prop to table

Fixes

  • Fix icon type to account for colors that are hyphenated (thanks @BrauBeast)
  • Fix width of options menu when autocomplete on taginput
  • Fix #2156 focus on tag remove
  • Fix #2211 check only one tab selected at once (thanks @service-paradis)
  • Fix #2328, #2358 slider resize (thanks @service-paradis)
  • Fix #2364 close sidebar when is not overlay
  • Fix #2371 clean hovered after select
  • Fix #2381 label-position when position is right
  • Fix #2425 reactive data on carousel list

v0.8.15

31 Mar 23:42
Compare
Choose a tag to compare

Fixes

  • Fix check whitelist on fixed sidebar
  • Fix static sidebar on press esc key

v0.8.14

31 Mar 22:08
Compare
Choose a tag to compare

New features

  • New component: Sidebar, see docs
  • Add append-to-body prop to dropdown, autocomplete, datepicker, timepicker and datetimepicker
  • Add dropdown-position prop to dropdown
  • Add collapsible prop to navbar dropdown

Fixes

  • Fix switch elastic animation for non-rounded (thanks @service-paradis)
  • Fix #1666 native validation on datepicker
  • Fix #2317 default icon prev and next (thanks @service-paradis)
  • Fix #2325 native validation on autocomplete
  • Fix #2336 animation on tabs when vertical (top - bottom)

v0.8.13

11 Mar 19:41
Compare
Choose a tag to compare

New features

  • Add selected slot to taginput
  • Add scrollable prop to table
  • Add sticky prop to table column
  • Add cell-class and header-class prop to table column
  • Add height prop to table
  • Add filters-event prop to table
  • Add slide animation to menu item and in the core code
  • Improve accessibility to datepicker (thanks @service-paradis)
  • #2269 Add bigger-slider-focus prop to slider (thanks @melogustavo)
  • #2290 Add activable prop to menu
  • #2308 Add max-height prop to autocomplete

Fixes

  • Fix datepicker clearing selected array in the first selection when multiple
  • Fix #2195 switch transition on Safari (thanks @bender-a)
  • Fix #2205 datepicker table rendering on Safari (thanks @bender-a)
  • Fix #2236 table performance on destroy
  • Fix #2257 button with icon and without default slot
  • Fix #2262 numberinput custom icons
  • Fix #2270 taginput when remove a tag on mobile
  • Fix #2272 check input ref before to focus (thanks @bender-a)
  • Fix #2273 end animation on dropdown
  • Fix #2292 sticky header using subheading
  • Fix #2293 focus on icon click when type "textarea"

v0.8.12

22 Feb 07:48
Compare
Choose a tag to compare

New features

  • Add sticky-header prop to table

Fixes

  • Fix #2254 button with icon in the default slot
  • Fix #2250 taginput option item when autocomplete without slot

v0.8.11

19 Feb 21:55
Compare
Choose a tag to compare
  • Add multi column sorting to table (thanks @suneab)
  • Add clearable prop to autocomplete (thanks @melogustavo)
  • Add icon-right prop to input (thanks @melogustavo)
  • Add tag slot to taginput (thanks @jacobgoh101)
  • Add tz-offset prop to datepicker (thanks @zedrdave)
  • Add repeat prop to carousel (thanks @GerryWilko)
  • Add icon prop to nofitication and message (thanks @service-paradis)
  • Add multiline prop to tabs
  • Add aria attributes to dropdown (thanks @mariusj)

Fixes

  • Fix missing export taginput component
  • Fix prevent table thead jumping when sorting is changed
  • Fix #2152 tab-item rendering using header slot (thanks @service-paradis)
  • Fix #2153 text overflow to progress bar (thanks @service-paradis)
  • Fix #2157 carousel when autoplay and no pause
  • Fix #2160 remove body classes of navbar on destroy
  • Fix #2185 taginput when over maxtags
  • Fix #2187 taginput rendering when attached and over maxtags
  • Fix #2189 'undefined' on carousel (thanks @service-paradis)
  • Fix #2190 remove margin when not exists text on button
  • Fix #2191 navbar dropdown close on click when hoverable
  • Fix #2216 menu item warning
  • Fix #2217 percentage calc on progress bar (thanks @service-paradis)
  • Fix #2219 field label when position is inside and add-on
  • Fix #2227 double blur event emitted by pickers
  • Fix #2228 check if the row is checkable before unchecking it (thanks @service-paradis)
  • Fix #2240 check ref datetimepicker on mount when mobile

v0.8.10

20 Jan 21:16
Compare
Choose a tag to compare

New features

  • Improve rendering performance on table
  • Add focusand blur event on datetimepicker
  • Add animation prop to notification (thanks @service-paradis)
  • Add trap-focus prop to datepicker (thanks @service-paradis)
  • Add hour-increment prop to timepicker (thanks @LeoMouyna)
  • Add backend-filtering prop and filters-change event to table (thanks @zeljkokalezic)

Fixes

v0.8.9

30 Dec 22:22
Compare
Choose a tag to compare

New features

  • Add infinite-scroll prop to autocomplete and taginput (thanks @mateuswetah)
  • Add scss variables to loading and snackbar (thanks @service-paradis)
  • Add range start and end events to datepicker (thanks @lunfel)
  • Add close event to notification, snackbar and toast (thanks @service-paradis)
  • Add new props to carousel and carousel-list (thanks @apolokaklab)
  • Add aria-role prop to snackbar (thanks @service-paradis)
  • Remove Vue import and registration of Vue instance (thanks @afwn90cj93201nixr2e1re)
  • #2075 Add focusable prop to datepicker
  • #2085 Add blur event on picker close

Fixes