Releases: buefy/buefy
v3.0.4
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
- @sunilkasarpu made their first contribution in #4277
- @SpartaSixZero made their first contribution in #4280
Full Changelog: v3.0.3...v3.0.4
v3.0.3
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 devstopped working.
Chores (docs)
- #4249 Bumped
vitefrom 6.3.5 to 6.3.6.
Auto Generated Release Notes
What's Changed
- Publish Buefy v3.0.1 by @wesdevpro in #4224
- Update StackBlitz by @wesdevpro in #4227
- Bubble Up Table Mouse Events by @wesdevpro in #4229
- Augment Using Vue by @wesdevpro in #4236
- Extend Buefy CSS with Built Versions by @wesdevpro in #4235
- Update Buefy CSS Path by @wesdevpro in #4237
- Update Navbar Icon Colors and Fix Navburger by @wesdevpro in #4238
- Prepare to publish by @wesdevpro in #4242
- Publish Buefy v3.0.2 by @wesdevpro in #4243
- Fix Drop down Style by @wesdevpro in #4228
- Fix: dev script in docs stopped working by @kikuomax in #4255
- chore(deps-dev): bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #4249
- Add
use[Component]()functions + updated docs by @ElteHupkes in #4253 - Update Ads to Match Buefy Theme by @wesdevpro in #4254
New Contributors
- @ElteHupkes made their first contribution in #4253
Full Changelog: v3.0.1...v3.0.3
v3.0.2
🔗 View on npm
🚀 Try it now: npm i buefy
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-tablerows for better interactivity (@kikuomax). - #4236 Augmented
Using Vuedocs 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
- Publish Buefy v3.0.1 by @wesdevpro in #4224
- Publish Buefy v3.0.2 by @wesdevpro in #4243
Full Changelog: v3.0.0...v3.0.2
v3.0.1
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
@forwardin 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
What's Changed
- Update links to github page by @julzELO in #4149
- FIX various bugs on Autocomplete component by @gmercey in #4139
- Added ref to clockpicker face in the Clockpicker Component by @julzELO in #4150
- CHORE: update component documentation for Vue3 components by @gmercey in #4142
- Remove Deprecated High Contrast by @wesdevpro in #4160
- Update Discord Links by @wesdevpro in #4161
- fix(Snackbar): export SnackbarOpenParams type by @daniil4udo in #4156
- Bump Typescript ESBuild Dependencies by @wesdevpro in #4175
- Update Social Links by @wesdevpro in #4166
- Migrate to StackBlitz⚡ by @wesdevpro in #4170
- Fix ImproveThis Link by @wesdevpro in #4176
- Add Buefy Open Collective to Funding Links by @wesdevpro in #4177
- Reinstall StackBlitz as Dev Dependency by @wesdevpro in #4180
- Remove Accidental Dependencies from Fix by @wesdevpro in #4182
- Bump to v1.0.2 by @wesdevpro in #4173
- Add Bulma as Buefy Dependency by @wesdevpro in #4184
- Make Dev Packages Public by @wesdevpro in #4185
- Clean Up README by @wesdevpro in #4186
- Clean Up Stackblitz by @wesdevpro in #4192
- Clean Up README by @wesdevpro in #4193
- Implement Carbon Ads by @wesdevpro in #4196
- fixed #4188 : clockpicker not closing and removed "autoSwitch" by @dagnelies in #4189
- Update Changelog for Buefy v1.0.2 by @wesdevpro in #4197
- Migrate to Bulma v1 by @wesdevpro in #4201
Full Changelog: v1.0.1...v3.0.0
v1.0.2
Buefy v1.0.2 🎉🛠️
What's Changed in buefy v1.0.2
- #4139 Fix various bugs in
Autocompleteby @gmercey - #4189 Fix
Clockpickernot closing and removeautoSwitchby @wesdevpro - #4156 Export
SnackbarOpenParamstype by @daniil4udo - #4176 Fix
ImproveThiscomponent by @wesdevpro - #4142 Update Vue 3 component documentation by @gmercey
- #4193 Clean up README by @wesdevpro
- #4170 Migrate examples from CodePen to StackBlitz by @wesdevpro
- #4196 Implement Carbon Ads by @wesdevpro
- #4184 Add
bulmaas a dependency by @wesdevpro
New Contributors
- @daniil4udo made their first contribution in #4156
- @julzELO made their first contribution in #4149
- @gmercey made their first contribution in #4139
Generated Notes
- Publish Buefy v1.0.2 by @wesdevpro in #4174
Full Changelog: v1.0.1...v1.0.2
v3.0.0-rc.1
What's Changed
- Added mobileModal to Clockpicker Component by @julzELO in #3840
- Feature/new prop checkbox by @ajomuch92 in #3832
- Fix: Logo not displaying in the Sidebar documentation (#3838) by @amal-qb in #3839
- Fix: Expired and broken websites in expo page (#3780) by @amal-qb in #3845
- Number input null issue fix - #3698 by @navedqb in #3847
- Numberinput: fix long-press breaking when disabled by @SylvainMarty in #3860
- Migrate to bulma v1 by @gmercey in #4138
- Update Documentation for Sass and Css Var by @gmercey in #4151
- Documentation - Update Component Style Variables by @gmercey in #4152
- Create a Color System for Buefy V3 Docs by @wesdevpro in #4178
New Contributors
Full Changelog: v0.9.23...v3.0.0-rc.1
v1.0.1
What's Changed
- Added mobileModal to Clockpicker Component by @julzELO in #3840
- Feature/new prop checkbox by @ajomuch92 in #3832
- Fix: Logo not displaying in the Sidebar documentation (#3838) by @amal-qb in #3839
- Fix: Expired and broken websites in expo page (#3780) by @amal-qb in #3845
- Number input null issue fix - #3698 by @navedqb in #3847
- Numberinput: fix long-press breaking when disabled by @SylvainMarty in #3860
- Publish Buefy v1.0.0 by @wesdevpro in #4077
- Added tooltip position 'is-auto' to dynamically place it away from window border by @dagnelies in #4135
- Updated front page by @dagnelies in #4136
- Publish Buefy V1 by @wesdevpro in #4144
- Bump Version to v1.0.1 by @wesdevpro in #4146
- Publish v1.0.1 by @wesdevpro in #4147
New Contributors
v0.9.29
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
Fieldwith bothgroupedandhorizontalpropstruegot a validation error. However, there is another issue that validation errors cannot be reset once they are set ifgroupedandhorizontalare combined (#4031).
Full Changelog: v0.9.28...v0.9.29
v0.9.28
0.9.28
What's Changed in v0.9.28
New features
- #3862 Expose
isActiveDetailRowmethod in the default scoped slot props of table column (thanks @OrestHk) - #3863 Add
activeevent 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):
NumberInputSidebar
-
Fix #3991 Potential listener leaks in
SliderThumb(thanks @Arooba-git) -
Fix #4000 Potential call after unmount in the following components (thanks @Arooba-git):
AutocompleteColorpickerHSLRepresentationSquareColorpickerHSLRepresentationTriangleDropdownSliderTaginputTooltip
Full Changelog: v0.9.27...v0.9.28