Skip to content

Commit

Permalink
Docs: update CHANGELOG on v0.9.28 (#4010)
Browse files Browse the repository at this point in the history
- Adds changes made since `CHANGELOG.md` was last updated.
  • Loading branch information
kikuomax committed Feb 9, 2024
1 parent a13d844 commit a705b0a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Expand Up @@ -13,9 +13,18 @@
* Fix [#3963](https://github.com/buefy/buefy/issues/3963) No dropdown showed up if the data array was empty and only the footer slot was registered (thanks @GMartigny)
* Fix [#3971](https://github.com/buefy/buefy/issues/3971) Problems with table headers and dates due to 0.9.25 → 0.9.27 changes
* Fix [#3971](https://github.com/buefy/buefy/issues/3971) Percentage width on table columns doubly applied
* Fix [#3991](https://github.com/buefy/buefy/pull/3991) Potential call after unmount in `NumberInput` (thanks @Arooba-git)
* Fix [#3991](https://github.com/buefy/buefy/pull/3991) Potential call after unmount in `Sidebar` (thanks @Arooba-git)
* Fix [#3991](https://github.com/buefy/buefy/pull/3991) Potential call after unmount in the following components (thanks @Arooba-git):
* `NumberInput`
* `Sidebar`
* Fix [#3991](https://github.com/buefy/buefy/pull/3991) Potential listener leaks in `SliderThumb` (thanks @Arooba-git)
* Fix [#4000](https://github.com/buefy/buefy/pull/4000) Potential call after unmount in the following components (thanks @Arooba-git):
* `Autocomplete`
* `ColorpickerHSLRepresentationSquare`
* `ColorpickerHSLRepresentationTriangle`
* `Dropdown`
* `Slider`
* `Taginput`
* `Tooltip`

## 0.9.27

Expand Down

0 comments on commit a705b0a

Please sign in to comment.