Skip to content

Releases: buefy/buefy

v0.9.17

21 Feb 22:45
Compare
Choose a tag to compare

Fixes

  • Fix #3676 table sort when backend

v0.9.16

18 Feb 07:35
Compare
Choose a tag to compare

New features

Fixes

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

v0.9.15

16 Feb 07:47
Compare
Choose a tag to compare

New features

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

30 Dec 10:30
Compare
Choose a tag to compare

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

v0.9.13

08 Nov 22:25
Compare
Choose a tag to compare

Fixes

  • Fix reset type and message when inner field

v0.9.12

08 Nov 21:37
Compare
Choose a tag to compare

Fixes

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

v0.9.11

30 Oct 16:41
Compare
Choose a tag to compare

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

27 Aug 09:11
Compare
Choose a tag to compare

Fixes

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

v0.9.9

25 Aug 22:29
Compare
Choose a tag to compare

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

19 Jun 07:58
Compare
Choose a tag to compare

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