buefy

Lightweight UI components for Vue.js based on Bulma

MIT License

Downloads
187.9K
Stars
9.5K
Committers
390

Bot releases are visible (Hide)

buefy - v0.9.29 Latest Release

Published by kikuomax 7 months 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

buefy - v0.9.28

Published by wesdevpro 8 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

buefy - v0.9.27

Published by wesdevpro 10 months ago

What's Changed

New Contributors

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

buefy - v0.9.25

Published by wesdevpro about 1 year ago

What's Changed v0.9.25

New Contributors

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

buefy - v0.9.24

Published by wesdevpro about 1 year ago

What's Changed in v0.9.24

  • Added mobileModal to Clockpicker Component by @julzELO
  • Added Input-id prop tp Checkbox Component by @ajomuch92
  • Fix: Logo not displaying in the Sidebar documentation by @amal-qb
  • Fix: Expired and broken websites in expo page by @amal-qb
  • Fix: Number input null issue by @amal-qb and @navedqb
  • Number Input: fix long-press breaking when disabled by @SylvainMarty
  • Updated Documentation for Notification Component by @wesdevpro
  • Fix: Full width sidebar doesn't have a close button by @amal-qb
  • Fix: infinite loop on Datepicker by @kikuomax
  • Bump Version From v0.9.23 to v0.9.24 by @wesdevpro
  • Fix: Validation error on Input not reset by programmatically correction by @kikuomax
  • Fix: Validation error on Field with multiple child components by @kikuomax
  • Add nearbyMonthDays prop support to Datetimepicker by @gmercey
  • Update Twitter and Sponsor Links by @wesdevpro
  • Update Package Json by @wesdevpro
  • Add Workflow to Publish Buefy on PR to Master by @wesdevpro
buefy - v0.9.23

Published by jtommy over 1 year ago

What's Changed

New Contributors

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

buefy - v0.9.22

Published by jtommy about 2 years 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)
buefy - v0.9.21

Published by jtommy over 2 years ago

Fixes

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

Published by jtommy over 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)
buefy - v0.9.19

Published by jtommy over 2 years ago

Fixes

  • Fix theme css build
buefy - v0.9.18

Published by jtommy over 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
buefy - v0.9.17

Published by jtommy over 2 years ago

Fixes

  • Fix #3676 table sort when backend
buefy - v0.9.16

Published by jtommy over 2 years ago

New features

Fixes

  • Fix #3672 filter table when multiple filters
  • Fix colorpicker sass warnings (thanks @SomethingNew71)
buefy - v0.9.15

Published by jtommy over 2 years ago

New features

  • New component: Colorpicker, see docs (thanks @Mars073)
  • Add year to week-number-click event (thanks @geeksilva97)
  • Add icon-size prop to notification (thanks @matt3188)
  • Add page input to pagination and table (thanks @chadlafontaine)
  • Allow any keyword as step of numberinput (thanks @OrestHk)

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)
buefy - v0.9.14

Published by jtommy almost 3 years ago

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

  • Fix table sort when null values (thanks @Ryan-Case-SingleStone)
  • Fix queue notification (thanks @geeksilva97)
  • Fix upload validation (thanks @l1bra2013)
  • Fix #3599 table using multiple column filters
  • Fix #3624 reset hovered autocomplete
buefy - v0.9.13

Published by jtommy almost 3 years ago

Fixes

  • Fix reset type and message when inner field
buefy - v0.9.12

Published by jtommy almost 3 years ago

Fixes

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

Published by jtommy almost 3 years ago

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)
buefy - v0.9.10

Published by jtommy about 3 years ago

Fixes

  • Fix double select event when clear-on-select
  • Fix event prevent on "Tab" key of autocomplete
buefy - v0.9.9

Published by jtommy about 3 years ago

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
Package Rankings
Top 0.58% on Npmjs.org
Top 15.37% on Repo1.maven.org