Skip to content

Releases: buefy/buefy

v3.0.4

18 Jan 03:37
0d87bf3

Choose a tag to compare

What's Changed - 3.0.4

Fixes

  • #4277 Fixed dropdown style for link-based items.
  • #4280 Fixed missing background color in Datepicker.
  • #4283 Added missing reference to Table component.

Enhancements

  • #4261 Updated and expanded documentation as part of the revamp.
  • #4287 Enhanced RTL support for Checkbox, Radio, Switch, and Form Field components.
  • #4267 Added support for custom class props across components.

Chores & Dependency Updates

  • #4268 Bumped Vite from 6.3.6 to 6.4.1.
  • #4273 Bumped js-yaml from 4.1.0 to 4.1.1.
  • #4279 Upgraded various project dependencies.
  • #4281 Bumped shelljs and pre-commit versions.

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

16 Sep 09:03
18d8d5f

Choose a tag to compare

Changelog

Fixes

  • #4228 Fixed dropdown style inconsistencies.
  • #4253 Added use[Component]() functions and improved documentation.
  • #4254 Updated ad components to match Buefy theme.

Fixes (docs)

  • #4254 Fixed CarbonAds code and themed it around buefy's theme.
  • #4255 Fixed broken dev script in documentation - npm run dev stopped working.

Chores (docs)

  • #4249 Bumped vite from 6.3.5 to 6.3.6.

Auto Generated Release Notes

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.3

v3.0.2

29 Aug 15:19
520b887

Choose a tag to compare

🔗 View on npm
🚀 Try it now: npm i buefy

⚠️ Warning: If you're using buefy.css in your project, please update the path to: /dist/css/buefy.css

We've added a new versions/ folder that contains differently compiled Buefy CSS files — take a look and see which version best fits your needs!

If you have feedback or run into any issues, feel free to open a discussion or issue.

https://app.unpkg.com/buefy@3.0.2/files/dist/css

Thank you to all who help contribute to this release!💜

Best regards,
@wesdevpro

3.0.2

Fixes

  • #4238 Updated navbar icon colors and fixed NavBurger rendering.
  • #4229 Bubble up mouse events from b-table rows for better interactivity (@kikuomax).
  • #4236 Augmented Using Vue docs and examples for clarity (@ElteHupkes).
  • #4235 Extended Buefy CSS output to include built versions for CDN and static use.
  • #4237 Updated internal CSS path references for consistency.

Fixes (docs)

  • #4227 Updated StackBlitz integration to reflect latest component usage and styling.

Generated by GitHub

What's Changed

Full Changelog: v3.0.0...v3.0.2

v3.0.1

17 Aug 21:57
a46dcc1

Choose a tag to compare

What's Changed

Fixes

  • #4211 Restored autocomplete arrow key hover styles.
  • #4205 Removed old modal style for closing "x" (now fixed in Bulma v1).
  • #4204 Added missing span to NavBurger.
  • #4210 chore(lib): use @forward in Buefy main Sass file to allow custom Sass variables.

Fixes (docs)

  • #4202 Updated the Buefy footer.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Aug 22:46
49d318b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v3.0.0

v1.0.2

08 Aug 00:14
a058da6

Choose a tag to compare

Buefy v1.0.2 🎉🛠️

What's Changed in buefy v1.0.2

New Contributors

Generated Notes

Full Changelog: v1.0.1...v1.0.2

v3.0.0-rc.1

06 Aug 23:46
5997d4f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.23...v3.0.0-rc.1

v1.0.1

25 Jun 04:42
0bd09f7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog

v0.9.29

31 Mar 22:01
09207a4

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

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