v11.100.0 (2026-1-28)
@carbon/cli@11.39.0
Bug fixes 🐛
Housekeeping 🏠
@carbon/colors@11.46.0
Housekeeping 🏠
@carbon/elements@11.83.0
Housekeeping 🏠
@carbon/grid@11.49.0
Housekeeping 🏠
@carbon/icon-helpers@10.71.0
Bug fixes 🐛
Housekeeping 🏠
@carbon/icons@11.74.0
Housekeeping 🏠
@carbon/icons-react@11.74.0
Bug fixes 🐛
Housekeeping 🏠
@carbon/icons-vue@10.123.0
Housekeeping 🏠
- chore(release): v11.100.0 (#21394) (
f36644844) - chore(release): v11.100.0-rc.0 (#21377) (
cbde6bd5d) - chore(deps): bump lodash in /packages/icons-vue/examples/vue-cli (#21353) (
18a86b376)
@carbon/layout@11.47.0
Housekeeping 🏠
@carbon/motion@11.40.0
Housekeeping 🏠
@carbon/pictograms@12.68.0
Housekeeping 🏠
@carbon/pictograms-react@11.94.0
Housekeeping 🏠
@carbon/react@1.100.0
New features 🚀
- feat(DataTableSkeleton): add size prop for consistent row sizing (#21111) (
283c2b3fc) - feat(modal): inline-loading, initial focus, and parity with react (#21074) (
f048d9ded) - feat: include setup for using carbon/utlities styles (#21221) (
6c0be3dc9)
Bug fixes 🐛
- fix(actionable-notification): include children in focusWrap (#21205) (
ad68e7a0c) - fix(Dropdown): add support for string items in itemToElement (#21285) (
84d82a93e) - fix(ExpandableTile): stabilize state, a11y, and layout (#21286) (
dece73a4c) - fix(TextArea): word mode onChange (#21214) (
675672d7b) - fix(SideNav): apply inert via DOM for React compatibility (#21287) (
a1eda7c62) - fix: InlineLoading changes browser title to not loading due to missing svg (#19469) (
5c4ef8d70) - fix(DatePicker): keep calendar open on modal click (#21291) (
c62f37e40) - fix(DataTable): allow function children in PropTypes (#21300) (
d4cb5e30b) - fix(accordion): update Storybook args for React and Web Components (#21267) (
0db1adc02) - fix(eslint): resolve no-invalid-void-type errors (#21315) (
dc57c9491) - fix(multiselect): Disallow invalid & warn when readonly or disabled (#20806) (
6cdbc1b4f) - fix(ComboBox): fire onChange when clearing custom value (#21290) (
4f35d6b97) - fix: drop title a11y handling and address todos (#21324) (
9b896e17b) - fix(file-uploader): ignore directories on drop (#21326) (
3e2f7063f) - fix(eslint): resolve no-empty-object-type errors (#21312) (
5badef9cd) - fix: issue 21281 (#21282) (
67ceb55f2)
Housekeeping 🏠
- chore(release): v11.100.0 (#21394) (
f36644844) - chore(actionableNotification): remove test story (#21393) (
1d3003d27) - chore(deps): bump lodash in /packages/react/examples/react-router (#21376) (
151d76f03) - chore(release): v11.100.0-rc.0 (#21377) (
cbde6bd5d) - refactor: cleanup hooks and address todos (#21308) (
41f2fedbc) - refactor: update forwardRef components to use generics (#21316) (
8f5ff43e7) - refactor: replace deprecated react types (#21322) (
2ad95c56d) - refactor: update stories and address todos (#21303) (
b38a45458) - chore(deps): bump tar (#21335) (
3135802f1) - chore(Tag): update guidance for title prop (#21332) (
6f642e5e1) - build(eslint): allow ts-nocheck in figma files (#21307) (
7eb98cd59) - refactor: replace deprecated MutableRefObject types (#21314) (
96a57478f) - refactor: remove createClassWrapper (#21289) (
db434efc9) - chore(deps): bump tar (#21306) (
2ae600904) - refactor: remove FC and FunctionComponent types (#20396) (
755183d13)
@carbon/styles@1.99.0
New features 🚀
- feat: use adoptStyles on various web components (#21240) (
08dee5fe9) - feat: include setup for using carbon/utlities styles (#21221) (
6c0be3dc9)
Bug fixes 🐛
- fix(tabs): ensure selected tabs styling applies in HCM (#21358) (
fd1445316) - fix(Toggletip): use label styles for ToggletipLabel (#21283) (
a3cc39ef2) - fix(tooltip): resolve tooltip sass if() deprecation warning (#21305) (
e28c9cd59) - fix(TreeView): scope button focus styles to tree labels (#21284) (
6f6337375)
Housekeeping 🏠
@carbon/themes@11.67.0
Housekeeping 🏠
@carbon/type@11.53.0
Housekeeping 🏠
@carbon/upgrade@11.36.0
Bug fixes 🐛
Housekeeping 🏠
- chore(release): v11.100.0 (#21394) (
f36644844) - chore(release): v11.100.0-rc.0 (#21377) (
cbde6bd5d) - refactor: remove FC and FunctionComponent types (#20396) (
755183d13)
@carbon/utilities@0.15.0
New features 🚀
Bug fixes 🐛
Housekeeping 🏠
- chore(release): v11.100.0 (#21394) (
f36644844) - chore(release): v11.100.0-rc.0 (#21377) (
cbde6bd5d) - refactor: remove license tags from copyright notices (#21310) (
e4a543404)
@carbon/utilities-react@0.18.0
Housekeeping 🏠
@carbon/web-components@2.47.0
New features 🚀
- feat: use adoptStyles on various web components (#21240) (
08dee5fe9) - feat(modal): inline-loading, initial focus, and parity with react (#21074) (
f048d9ded) - feat: new property, allow custom value for combobox (#21257) (
cff544081)
Bug fixes 🐛
- fix(tabs): ensure selected tabs styling applies in HCM (#21358) (
fd1445316) - fix(actionable-notification): include children in focusWrap (#21205) (
ad68e7a0c) - fix(menu-button): prevent interaction when closed (#21359) (
e789410c4) - fix(tabs): manual selction mode not working (#21354) (
4b4d5a37f) - fix(cds-popover): interactive elements closing wrapped popover onclick (#21350) (
ea0330a4d) - fix(side-nav-menu-item): pass on target prop (#21341) (
ee351ef51) - fix(accordion): update Storybook args for React and Web Components (#21267) (
0db1adc02) - fix(eslint): resolve no-invalid-void-type errors (#21315) (
dc57c9491) - fix(multiselect): Disallow invalid & warn when readonly or disabled (#20806) (
6cdbc1b4f) - fix: Add null check for _buttonNode in header-global-action shouldUpdate (#21295) (
c997e3491) - fix(eslint): resolve misc errors (#21313) (
ab04d62ce) - fix(eslint): resolve no-empty-object-type errors (#21312) (
5badef9cd) - fix(menu): guard missing slot in _registerMenuItems (#21301) (
7ee681697) - fix(autoalign): fix alignments for
list-boxandmenucomponents (#21280) (3b8e41971) - fix: issue 21281 (#21282) (
67ceb55f2)
Housekeeping 🏠
- chore(release): v11.100.0 (#21394) (
f36644844) - chore(release): v11.100.0-rc.0 (#21377) (
cbde6bd5d) - test(fluid-select): add test cases (#21364) (
d13d5f6d8) - refactor: update form data types and address todos (#21325) (
58c7b4058) - refactor: remove svgResultCarbonIconLoader (#21323) (
3cb6a1f65) - build(eslint): allow ts-nocheck in figma files (#21307) (
7eb98cd59) - refactor: remove license tags from copyright notices (#21310) (
e4a543404) - chore: prevent web components
distfolder from being packed (#21249) (00135b4de)