Buefy Versions Save

Lightweight UI components for Vue.js based on Bulma

v0.9.29

1 month ago

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: https://github.com/buefy/buefy/compare/v0.9.28...v0.9.29

v0.9.28

2 months ago

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 https://github.com/buefy/buefy/pull/4011

Full Changelog: https://github.com/buefy/buefy/compare/v0.9.27...v0.9.28

v0.9.27

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/buefy/buefy/compare/v0.9.25...v0.9.27

v0.9.25

7 months ago

What's Changed v0.9.25

New Contributors

Full Changelog: https://github.com/buefy/buefy/compare/v0.9.24...v0.9.25

v0.9.23

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/buefy/buefy/compare/v0.9.22...v0.9.23

v0.9.22

1 year ago

New features

  • Shipped with Bulma 0.9.4 (release note)
  • Add messages prop to message slot in field (thanks @GMartigny)
  • Add long-press prop to number input (thanks @SylvainMarty )

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

1 year ago

Fixes

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

v0.9.20

2 years ago

New features

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

Fixes

  • Fix #3432 accessibility using keyboard on checkbox into the table (thanks @chadlafontaine)
  • Fix #3705 validation error on focus instead of blur (thanks @lucraraujo)
  • Fix #3707 field inner type
  • Fix issues about colorpicker (thanks @Mars073)
  • Fix expanded on menu item (thanks @adamgreenhall)
  • Fix clockpicker close (thanks @s-nesbigall)

v0.9.19

2 years ago

Fixes

  • Fix theme css build

v0.9.18

2 years ago

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