Skip to content

Releases: buefy/buefy

v0.9.29

31 Mar 22:01
09207a4
Compare
Choose a tag to compare

What's Changed in v0.9.29

Fixes

  • Fix #4017 Tooltip - AbortController is not defined in SSR mode (Nuxt)
  • Fix #4018 Browser tab froze when Field with both grouped and horizontal props true got a validation error. However, there is another issue that validation errors cannot be reset once they are set if grouped and horizontal are combined (#4031).

Full Changelog: v0.9.28...v0.9.29

v0.9.28

10 Feb 16:50
Compare
Choose a tag to compare

0.9.28

What's Changed in v0.9.28

New features

  • #3862 Expose isActiveDetailRow method in the default scoped slot props of table column (thanks @OrestHk)
  • #3863 Add active event emitted when dropdown turns active/inactive (thanks @daniil4udo)

Fixes

  • Fix #3961 Dropdown with "hover" trigger incorrectly rendered on mobile devices

  • Fix #3963 No dropdown showed up if the data array was empty and only the footer slot was registered (thanks @GMartigny)

  • Fix #3971 Problems with table headers and dates due to 0.9.25 → 0.9.27 changes

  • Fix #3971 Percentage width on table columns doubly applied

  • Fix #3991 Potential call after unmount in the following components (thanks @Arooba-git):

    • NumberInput
    • Sidebar
  • Fix #3991 Potential listener leaks in SliderThumb (thanks @Arooba-git)

  • Fix #4000 Potential call after unmount in the following components (thanks @Arooba-git):

    • Autocomplete
    • ColorpickerHSLRepresentationSquare
    • ColorpickerHSLRepresentationTriangle
    • Dropdown
    • Slider
    • Taginput
    • Tooltip
  • Release 0.9.28 by @kikuomax in #4011

Full Changelog: v0.9.27...v0.9.28

v0.9.27

03 Jan 15:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.25...v0.9.27

v0.9.25

26 Sep 20:23
Compare
Choose a tag to compare

What's Changed v0.9.25

New Contributors

Full Changelog: v0.9.24...v0.9.25

v0.9.23

05 Mar 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.22...v0.9.23

v0.9.22

11 Sep 10:28
Compare
Choose a tag to compare

New features

Fixes

  • Fix input type not updated when type prop is changed (thanks @GMartigny)
  • Fix horizontal classes typo (thanks @daniil4udo)
  • Fix #3484 table overflow when last column is numeric (thanks @gmercey)
  • Fix #3731 input with emoji don't show the right length (thanks @joaoGabriel55)

v0.9.21

21 May 10:24
Compare
Choose a tag to compare

Fixes

  • Fix #3734 refresh columns on destroy
  • Fix setting type html attribute on non-button tags (thanks @tcitworld)

v0.9.20

17 Apr 09:50
Compare
Choose a tag to compare

New features

  • Add search feature to docs (thanks @Mars073)
  • Add checkbox-type prop to table (thanks @Mars073)

Fixes

v0.9.19

02 Mar 00:14
Compare
Choose a tag to compare

Fixes

  • Fix theme css build

v0.9.18

01 Mar 22:38
Compare
Choose a tag to compare

New features

  • Add open and close events to tooltip (thanks @GMartigny)
  • Improve accessibility of dropdown, collapse and tabs (thanks @mateuswetah)

Fixes

  • Fix #2889 tooltip when append-to-body
  • Fix #2998 sidebar close when content is dynamic
  • Fix #3677 emit active-change when hoverable