Skip to content

Commit 495a98e

Browse files
committed
chore(changelog): add v9.0.0-next.27 [skip ci]
1 parent 1e33779 commit 495a98e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,32 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1313
<!-- DO NOT MODIFY BELOW THIS COMMENT -->
1414
<!-- insert-new-changelog-here -->
1515

16+
## v9.0.0-next.27 (2024-09-26)
17+
18+
#### :rocket: New Feature
19+
* `loaders`, `theming`
20+
* [#1926](https://github.com/zendeskgarden/react-components/pull/1926) feat(loaders): allow color props to receive color variable keys in addition to hex values ([@jzempel](https://github.com/jzempel))
21+
22+
#### :bug: Bug Fix
23+
* `dropdowns`
24+
* [#1930](https://github.com/zendeskgarden/react-components/pull/1930) fix(dropdowns): ensure focus is returned to menu trigger before calling `onChange` ([@ze-flo](https://github.com/ze-flo))
25+
* `colorpickers`, `modals`, `theming`
26+
* [#1929](https://github.com/zendeskgarden/react-components/pull/1929) chore: v9 QA sweep ([@jzempel](https://github.com/jzempel))
27+
* decrease space between `ColorPickerDialog`/`ColorSwatchDialog` and trigger
28+
* prevent render thrashing on `getColor` storybook demo
29+
* split migration guides out of historical changelogs for improved `website` documentation
30+
* `avatars`, `colorpickers`
31+
* [#1927](https://github.com/zendeskgarden/react-components/pull/1927) fix(colorpickers): prevent arrow from positioning over a `ColorSwatchDialog` tooltip ([@jzempel](https://github.com/jzempel))
32+
33+
#### :memo: Documentation
34+
* [#1922](https://github.com/zendeskgarden/react-components/pull/1922) docs: adds verbosity to initial v9 migration steps ([@geotrev](https://github.com/geotrev))
35+
36+
#### :seedling: Internal
37+
* `breadcrumbs`
38+
* [#1932](https://github.com/zendeskgarden/react-components/pull/1932) chore(breadcrumbs): remove `Anchor` underline in demo ([@jzempel](https://github.com/jzempel))
39+
* Other
40+
* [#1924](https://github.com/zendeskgarden/react-components/pull/1924) chore(deps-dev): bump rollup from 4.21.0 to 4.22.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
41+
1642
## v9.0.0-next.26 (2024-09-12)
1743

1844
#### :bug: Bug Fix

0 commit comments

Comments
 (0)