Skip to content

Commit d6ef7df

Browse files
committed
chore(changelog): add v9.1.0 [skip ci]
1 parent a2842d1 commit d6ef7df

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,45 @@ _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.1.0 (2024-10-24)
17+
18+
#### :rocket: New Feature
19+
* `datepickers`
20+
* [#1955](https://github.com/zendeskgarden/react-components/pull/1955) feat(datepickers): provide `appendToNode` prop for handling `DatePicker` calendar rendering ([@jzempel](https://github.com/jzempel))
21+
22+
#### :bug: Bug Fix
23+
* `theming`
24+
* [#1960](https://github.com/zendeskgarden/react-components/pull/1960) fix(theming): `getColor` memoization peformance ([@jzempel](https://github.com/jzempel))
25+
* `.template`, `accordions`, `avatars`, `breadcrumbs`, `buttons`, `chrome`, `colorpickers`, `datepickers`, `draggable`, `dropdowns.legacy`, `dropdowns`, `forms`, `grid`, `loaders`, `modals`, `notifications`, `pagination`, `tables`, `tabs`, `tags`, `theming`, `tooltips`, `typography`
26+
* [#1954](https://github.com/zendeskgarden/react-components/pull/1954) fix(forms,tables): improve native `Select` styling and correct `Table` extends documentation ([@jzempel](https://github.com/jzempel))
27+
28+
#### :seedling: Internal
29+
* `dropdowns`
30+
* [#1961](https://github.com/zendeskgarden/react-components/pull/1961) refactor(dropdowns): use transient props where appropriate ([@ze-flo](https://github.com/ze-flo))
31+
* `dropdowns.legacy`, `forms`
32+
* [#1957](https://github.com/zendeskgarden/react-components/pull/1957) refactor(dropdowns.legacy): use transient props where appropriate ([@ze-flo](https://github.com/ze-flo))
33+
* `accordions`, `avatars`, `buttons`, `chrome`, `datepickers`, `draggable`, `dropdowns.legacy`, `dropdowns`, `forms`, `grid`, `modals`, `notifications`, `tables`, `tags`, `theming`, `typography`
34+
* [#1958](https://github.com/zendeskgarden/react-components/pull/1958) fix: add storybook demos to eslint config ([@jzempel](https://github.com/jzempel))
35+
* `forms`
36+
* [#1952](https://github.com/zendeskgarden/react-components/pull/1952) refactor(forms): use transient props where appropriate ([@ze-flo](https://github.com/ze-flo))
37+
* `buttons`
38+
* [#1949](https://github.com/zendeskgarden/react-components/pull/1949) refactor(buttons): use transient props where appropriate ([@ze-flo](https://github.com/ze-flo))
39+
* `chrome`
40+
* [#1948](https://github.com/zendeskgarden/react-components/pull/1948) refactor(chrome): use transient props where appropriate ([@ze-flo](https://github.com/ze-flo))
41+
* `forms`, `typography`
42+
* [#1945](https://github.com/zendeskgarden/react-components/pull/1945) chore(deps): update dependency @zendeskgarden/eslint-config to v44 ([@renovate[bot]](https://github.com/apps/renovate))
43+
* `colorpickers`
44+
* [#1941](https://github.com/zendeskgarden/react-components/pull/1941) chore(deps): update non-major shared dependencies ([@renovate[bot]](https://github.com/apps/renovate))
45+
* `datepickers`
46+
* [#1947](https://github.com/zendeskgarden/react-components/pull/1947) fix(deps): update dependency date-fns to v4 ([@renovate[bot]](https://github.com/apps/renovate))
47+
* Other
48+
* [#1943](https://github.com/zendeskgarden/react-components/pull/1943) chore(deps): update dependency @rollup/plugin-replace to v6 ([@renovate[bot]](https://github.com/apps/renovate))
49+
* [#1942](https://github.com/zendeskgarden/react-components/pull/1942) chore(deps): update dependency @rollup/plugin-commonjs to v28 ([@renovate[bot]](https://github.com/apps/renovate))
50+
* [#1944](https://github.com/zendeskgarden/react-components/pull/1944) chore(deps): update dependency @zendeskgarden/css-bedrock to v10 ([@renovate[bot]](https://github.com/apps/renovate))
51+
* [#1946](https://github.com/zendeskgarden/react-components/pull/1946) chore(deps): update dependency inquirer to v12 ([@renovate[bot]](https://github.com/apps/renovate))
52+
* `accordions`, `avatars`, `breadcrumbs`, `buttons`, `chrome`, `colorpickers`, `datepickers`, `draggable`, `dropdowns`, `forms`, `modals`, `notifications`, `pagination`, `tables`, `tags`
53+
* [#1940](https://github.com/zendeskgarden/react-components/pull/1940) fix(deps): update non-major package dependencies ([@renovate[bot]](https://github.com/apps/renovate))
54+
1655
## v9.0.0 (2024-10-01)
1756

1857
#### :boom: Breaking Change

0 commit comments

Comments
 (0)