You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,32 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
13
13
<!-- DO NOT MODIFY BELOW THIS COMMENT -->
14
14
<!-- insert-new-changelog-here -->
15
15
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))
* 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))
0 commit comments