Buefy Versions Save

Lightweight UI components for Vue.js based on Bulma

v0.9.17

2 years ago

Fixes

  • Fix #3676 table sort when backend

v0.9.16

2 years ago

New features

Fixes

  • Fix #3672 filter table when multiple filters
  • Fix colorpicker sass warnings (thanks @SomethingNew71)

v0.9.15

2 years ago

New features

  • New component: Colorpicker, see docs (thanks @Mars073)
  • Add year to week-number-click event (thanks @geeksilva97)
  • Add icon-size prop to notification (thanks @matt3188)
  • Add page input to pagination and table (thanks @chadlafontaine)
  • Allow any keyword as step of numberinput (thanks @OrestHk)

Fixes

  • Fix #3614 display zero in numberinput (thanks @rockandre)
  • Fix #3649 datetimepicker parser when minute is 59
  • Fix #3663 increment/decrement when v-model is null/undefined
  • Fix #3664 clip when mobile dropdown is active as modal (thanks @Jimmar)
  • Fix reset multi-sort table (thanks @nimaebra)
  • Fix tooltip span to div, w3 validation (thanks @nimbleStalker)

v0.9.14

2 years ago

New features

  • Add normalize string for search in tables (thanks @matheushahnn)
  • Add year to week-number-click event (thanks @geeksilva97)
  • Add start and end slot to tabs
  • Add active-change event to navbar dropdown (thanks @arusahni)

Fixes

  • Fix table sort when null values (thanks @Ryan-Case-SingleStone)
  • Fix queue notification (thanks @geeksilva97)
  • Fix upload validation (thanks @l1bra2013)
  • Fix #3599 table using multiple column filters
  • Fix #3624 reset hovered autocomplete

v0.9.13

2 years ago

Fixes

  • Fix reset type and message when inner field

v0.9.12

2 years ago

Fixes

  • Fix #3571 custom-class prop to image
  • Fix #3572 datepicker timezone
  • Fix #3577 field loop using message

v0.9.11

2 years ago

Fixes

  • Fix stay open on mouse click when autocomplete is keep-open
  • Fix emitting autocomplete header and footer events (thanks @geeksilva97)
  • Fix loading when using fixed navbar (thanks @geeksilva97)
  • Fix datetimepicker when use granularity (thanks @geeksilva97)
  • Fix numberinput increment bug (thanks @geeksilva97)
  • Fix #3475 attributes duplication on navbar (thanks @GMartigny)
  • Fix #3490 duplicate tags on select with enter and allow-new
  • Fix #3543 focused date when is range
  • Fix #3277 avoid to emit event when clear-on-select
  • Fix #3418 timepicker hour 12 displayed as 0 (thanks @cain)

New features

  • New component: Breadcrumb, see docs (thanks @mouadTaoussi)
  • Add progress bar (remaining time to close) to notification (thanks @mouadTaoussi)
  • Add selectable-header and selectable-footer props to autocomplete (thanks @JDurman)
  • Add close-button-aria-label prop to modal (thanks @tcitworld)
  • Add navbar burger and dropdowns to be focusable and keyboard selectable (thanks @tcitworld)

v0.9.10

2 years ago

Fixes

  • Fix double select event when clear-on-select
  • Fix event prevent on "Tab" key of autocomplete

v0.9.9

2 years ago

New features

  • Add tag prop to navbar dropdown (thanks @GMartigny)
  • Add select-on-click-outside prop to autocomplete (thanks @elisamuelps)
  • Add aria-labelledby prop to checkbox and switch (thanks @milad-mirkarimi)
  • Add icon-right and icon-right-clickable props to datepicker and datetimepicker (thanks @rubjo)
  • Add caption prop to table (thanks @eveenendaal)
  • Add pause-on-hover prop to toast (thanks @milad-mirkarimi)
  • Improve number input validation (thanks @fabiofdsantos)
  • Enable click event to notification (thanks @franciscoh017)
  • Show switch control label if slot exists (thanks @cain)
  • Prevent emitting the prompt value when inputted text is compositing (thanks @soudai-s)

Fixes

  • Fix autocomplete using keep first (thanks @dauriata)
  • Fix combination of filters with custom searches (AND operator) (thanks @massimozappino)
  • Fix avoid reading undefined range on datepicker (thanks @apauly)
  • Fix sidebar delay on hover leave (thanks @holtolee)
  • Fix #3431 disable sort when column is not sortable (multisort)
  • Fix #3438 reset current tag when duplicated
  • Fix #3442 wrong prop on timepicker
  • Fix #3461 check if a detail row is visible before trying to close it (thanks @GMartigny)
  • Fix #3473 emit typing to force reload items on tagsinput

v0.9.8

2 years ago

New features

  • Shipped with Bulma 0.9.3 (release note)
  • Support keep first on taginput elements (thanks @fabiofdsantos)
  • Add missing typehints for the notification component (thanks @maartenvanasperen)
  • Improve accessibility to dropdown and autocomplete (thanks @eveenendaal)
  • Add detail-icon prop to Table component (thanks @holtolee)
  • Add delay prop to Sidebar component (thanks @holtolee)

Fixes

  • Fix #3329 checkbox autocompletion (thanks @markovejnovic)
  • Fix datepicker tab navigation with nearby-selectable-month-days prop (thanks @Raljuk)
  • Fix #3342 iPad detection (thanks @lboecker)
  • Fix #3333 multiple datepicker stay on month on date removal (thanks @mateusbw)
  • Fix #3366 notification animation effect on close (thanks @LeoMouyna)