- Notifications
You must be signed in to change notification settings - Fork1.1k
Releases: buefy/buefy
Releases · buefy/buefy
v0.9.29
09207a4
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed inv0.9.29
Fixes
- Fix#4017
Tooltip
- AbortController is not defined in SSR mode (Nuxt) - Fix#4018 Browser tab froze when
Field
with bothgrouped
andhorizontal
propstrue
got a validation error. However, there is another issue that validation errors cannot be reset once they are set ifgrouped
andhorizontal
are combined (#4031).
Full Changelog:v0.9.28...v0.9.29
Assets2
3 people reacted
v0.9.28
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
0.9.28
What's Changed inv0.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
Full Changelog:v0.9.27...v0.9.28
v0.9.27
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- Add slot documentation to Tooltip component by@gmercey in#3895
- Modal render on mounted (#3827) by@kikuomax in#3880
- Fix: Change Broken Link at
/expo
by@wesdevpro in#3899 - 🪶 :Add loading to the button in diglog component. by@zhanghengxin in#3897
- Fix ESLint errors in Autocomplete and Breadcrumb components by@amal-qb in#3900
- fix(taginput): fix dropdown position when autocompleted and appended … by@francisfontoura in#3865
- Fix: b-button nativeType for tag 'input' by@mistersaal in#3859
- Fix: Invalid type error for tags (#3887) by@kikuomax in#3911
- Fix: SVG icons too large in Safari (#3872) by@kikuomax in#3910
- fix(lib): update
build:scss
script by@wesdevpro in#3913 - Tooltip Glitchy (#3753) by@kikuomax in#3914
- Bump minimist, mkdirp, cypress, loader-fs-cache, handlebars and extract-zip by@dependabot in#3844
- Bump @babel/traverse from 7.8.4 to 7.23.5 by@dependabot in#3917
- Bump @cypress/request and cypress by@dependabot in#3920
- Bump browserify-sign from 4.0.4 to 4.2.2 by@dependabot in#3919
- Update dependencies by@kikuomax in#3929
- Horizontal scrollable table ignores column width (#3726) by@kikuomax in#3937
- Update custom pagination buttons example by@kikuomax in#3936
- Fix: sort icons on Table overlapped next columns by@kikuomax in#3940
- Fix: Modal: Display close button in mobile version (#2621) by@kikuomax in#3942
- Drag-n-drop on touch screens (#3916) by@kikuomax in#3941
- Fix: Table: customSort does not work when sortMultiple is enabled (#2681) by@kikuomax in#3945
- Fix: unnecessary component duplication in navbar-item (#3939) by@kikuomax in#3946
- Fix: Tag with close in tag list produces unwanted offset (#3074) by@kikuomax in#3948
- chore(lib): refresh Table.spec snapshot by@kikuomax in#3950
- chore: update changelog v0.9.22 → v0.9.26 by@kikuomax in#3953
- chore: bump version to 0.9.26 by@kikuomax in#3954
- feat: publish
Buefy v0.9.26
tonpm
by@wesdevpro in#3955 - fix: GitHub action build publish error and publish Buefy
v0.9.27
by@wesdevpro in#3959
New Contributors
- @zhanghengxin made their first contribution in#3897
- @francisfontoura made their first contribution in#3865
- @mistersaal made their first contribution in#3859
Full Changelog:v0.9.25...v0.9.27
v0.9.25
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed v0.9.25
- 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
- Update Notifications Documentation by@wesdevpro in#3867
- Fix: Full width sidebar doesn't have a close button (#3802) by@amal-qb in#3856
- Fix: Datepicker keyboard navigation causes browser hangup (#3876) by@kikuomax in#3877
- Fix: Validation error on Input not reset by programmatically correcting the value (#3884) by@kikuomax in#3886
- Fix: Validation error on Field with multiple child components (addons) persists after value is corrected (#3883) by@kikuomax in#3885
- Add nearbyMonthDays prop support to Datetimepicker by@gmercey in#3881
- Update Twitter and Sponsor Links by@wesdevpro in#3888
- docs update: pagination slot by@OlegKlochkov in#3868
- Fix: CDN link not working after update (#3890) by@kikuomax in#3891
- Fix ESLint errors in pagination examples by@amal-qb in#3889
- Apply CDN Fixes to Buefy v0.9.24 by@wesdevpro in#3894
New Contributors
- @julzELO made their first contribution in#3840
- @navedqb made their first contribution in#3847
- @kikuomax made their first contribution in#3877
- @OlegKlochkov made their first contribution in#3868
Full Changelog:v0.9.24...v0.9.25
v0.9.23
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- Fixed the calculation of the checkIfReachedTheEndOfScroll when footer… by@JDurman in#3787
- FIX scope message/notification auto-close progress style by@gmercey in#3754
- dropdown trigger-tabindex prop by@Spacarar in#3749
- Draft: Use the color-parser props for colorPicker value by@GMartigny in#3788
- Fix sidebar closing on dynamic content click by@OrestHk in#3709
- Wrap b-table select all button with slot by@Minhyme in#3793
- Added testcases for tooltip component by@NitinRamnani in#3795
- add increment-hours in props by@HasegawaShiro in#3797
- Fix issue 3760 by@geeksilva97 in#3800
- Pass Dropdown active state to DatePicker trigger slot by@GMartigny in#3803
- docs: Add section for config when loading from CDN by@tipsy in#3809
- Disable infinite scroll output by@Sjerd in#3807
- docs: add Cloud IDE preview link by@icarusion in#3812
- Revert "docs: add Cloud IDE preview link" by@jtommy in#3813
- add Cloud IDE preview link by@icarusion in#3814
- Vue breakpoint mixin by@ajomuch92 in#3815
- Update VeeValidate.vue by@scriptburn in#3835
- Fix: Disabled radio button has cursor 'pointer' (#3826) by@amal-qb in#3836
- Fix: Fire event when Colorpicker RGB inputs are changed by@RuslanGetmansky in#3831
- feat: Adding new prop on modal to set class for content by@ajomuch92 in#3828
- fix: add .vue extension to component imports by@daniil4udo in#3822
- Dedicated prop for keep-open on taginput by@CobraClutch in#3830
New Contributors
- @Spacarar made their first contribution in#3749
- @Minhyme made their first contribution in#3793
- @NitinRamnani made their first contribution in#3795
- @HasegawaShiro made their first contribution in#3797
- @tipsy made their first contribution in#3809
- @Sjerd made their first contribution in#3807
- @icarusion made their first contribution in#3812
- @ajomuch92 made their first contribution in#3815
- @scriptburn made their first contribution in#3835
- @amal-qb made their first contribution in#3836
- @RuslanGetmansky made their first contribution in#3831
Full Changelog:v0.9.22...v0.9.23
v0.9.22
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixes
- Fix#3734 refresh columns on destroy
- Fix setting type html attribute on non-button tags (thanks@tcitworld)
v0.9.20
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
New features
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
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixes
- Fix theme css build
Assets2
v0.9.18
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
New features
- Add open and close events to tooltip (thanks@GMartigny)
- Improve accessibility of dropdown, collapse and tabs (thanks@mateuswetah)