v11.77.0 (2025-2-26)
Important
react-is is now a peer dependency in @carbon/react
To facilitate React 19 support, react-is has moved from being a hard dependency to instead being a peer dependency. (#18585)
This gives you the most flexibility to run the version intended to be used with the specific version of React you're using in your project.
For instance:
- If you're using React 16, you can install
react-is@^16.13.1 - If you're using React 17, you can install
react-is@^17.0.2 - If you're using React 18, you can install
react-is@^18.3.1 - If you're using React 19, you can install
react-is@^19.0.0
If you already have react-is in your dependency chain, you can tell your package manager to resolve it to the proper version by adding an overrides (or resolutions if using yarn) key to your package.json.
This also fixes an issue you may be encountering with tabs/tabpanels not rendering, #18777
typescript-config-carbon@0.5.0
New features 🚀
Housekeeping 🏠
@carbon/cli@11.24.0
New features 🚀
Housekeeping 🏠
@carbon/colors@11.30.0
Documentation 📝
Housekeeping 🏠
@carbon/elements@11.62.0
Housekeeping 🏠
@carbon/grid@11.32.0
Housekeeping 🏠
@carbon/icon-helpers@10.55.0
New features 🚀
Housekeeping 🏠
@carbon/icons@11.56.0
New features 🚀
Housekeeping 🏠
@carbon/icons-react@11.56.0
Housekeeping 🏠
@carbon/icons-vue@10.105.0
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817) - chore(deps): bump elliptic in /packages/icons-vue/examples/vue-cli (#18572) (
bed330069)
@carbon/layout@11.30.0
Housekeeping 🏠
@carbon/motion@11.25.0
Housekeeping 🏠
@carbon/pictograms@12.47.0
Housekeeping 🏠
@carbon/pictograms-react@11.73.0
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore(deps): bump store2 (#18684) (
a47fb6be3) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817)
@carbon/react@1.77.0
New features 🚀
- feat: add stackblitz to components (#18433) (
95fb30176) - feat: add rest parameter to ToggletipLabel (#18601) (
69623ab66) - feat(tree-links): Adds support for link nodes in the TreeView component (#18409) (
f531f10f8) - feat: make
highContrastanddropShadowprops configurable (#18636) (23a11c183) - feat(typescript): upgrade to v5 (#18577) (
494ab2ec7) - feat: added ploymorphicProps to UIShell Link (#18540) (
9883d5349) - feat: add stackblitz to components (#18489) (
5e7fb9e84)
Bug fixes 🐛
- fix: update FilterableMultiSelect onMenuChange behavior (#18606) (
c2cc7de65) - fix(ComboBox): fix fully controlled story and delete test story (#18680) (
d4a071afb) - fix(es-toolkit): include as internal to avoid module resolution errors (#18639) (
e8f0589f1) - fix: use initialSelectedItem only on initial render in ComboBox (#18602) (
84fd3647f) - fix: mark menuAlignment as optional in MenuButton (#18659) (
b67877bdd) - fix(18624): unique name for selectall input (#18645) (
3095c6238) - fix: add anchor element attribute types to IconButton (#18597) (
bef47b9bd) - fix: cancel InlineLoading success timeout on unmount (#18605) (
74e2cb7bd) - fix: added condition to handle selection clearing (#18584) (
a8ac37a6b) - fix: add anchor element attribute types to Button (#18598) (
73c143994) - fix(tabs): move react-is to peer dependencies (#18585) (
4315d4a9c) - fix(17119): combobox not displaying selected option once search query is cleared (#18498) (
2018d2587) - fix: filterItems prop should be optional in FilterableMultiSelectProps (#18581) (
10ecdd310) - fix(tablistvertical): no longer require aria-label (#18571) (
c2a911502) - fix: remove deprecated ariaLabel prop (#18551) (
0ff886d3c) - fix(tabs): make IconTab's tooltip visible again (#18447) (
8a383446e) - fix: added condition to clear input when closed (#18544) (
8b69ead04)
Documentation 📝
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - refactor: replace equals util with isEqual from react-fast-compare (#18681) (
f65cf6b9c) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817) - chore(tile): web component parity (#18514) (
862159a6e) - test: add Toggletip tests (#18641) (
a60a4d307) - refactor: rewrite selection in typescript (#18642) (
e2d106a2e) - chore(floating-ui): fix package imports (#18567) (
ec82b573c)
@carbon/styles@1.76.0
New features 🚀
- feat(tree-links): Adds support for link nodes in the TreeView component (#18409) (
f531f10f8) - feat: custom type property output proposal (#17198) (
18e2c6171)
Bug fixes 🐛
Documentation 📝
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore: update accessibility-checker to 4.0.1 and turns rules on (#18676) (
4a16ad3d7) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817)
@carbon/themes@11.47.0
Documentation 📝
Housekeeping 🏠
@carbon/type@11.36.0
Housekeeping 🏠
@carbon/upgrade@11.24.0
New features 🚀
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817) - chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0 (#18554) (
6eb79e9cd)
@carbon/utilities@0.5.0
New features 🚀
Bug fixes 🐛
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817) - chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0 (#18554) (
6eb79e9cd)
@carbon/utilities-react@0.5.0
New features 🚀
Bug fixes 🐛
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817) - chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0 (#18554) (
6eb79e9cd)
@carbon/web-components@2.24.0
New features 🚀
- feat: new webcomponent heading react/wc (#18556) (
40a4462ee) - feat(typescript): upgrade to v5 (#18577) (
494ab2ec7)
Bug fixes 🐛
- fix(accordion): remove max block sizing on accordion content (#18666) (
4250e9191) - fix(text-input): fix warn and invalid icon overlap with password toggle (#18698) (
3cf17efe7) - fix: center alligned ghost icon button (#18503) (
62b5c1e2d) - fix(Loading): wc parity issues (#18343) (
988392017) - fix(Checkbox): react/wc parity (#18329) (
2fbb4a909)
Documentation 📝
Housekeeping 🏠
- chore(release): v11.77.0 (#18708) (
2a32901cb) - chore(deps-dev): bump vite (#18697) (
3572a01d3) - chore(deps-dev): bump vite (#18691) (
77f9c6c2a) - chore(release): v11.77.0-rc.0 (#18682) (
faf649817) - chore(tile): web component parity (#18514) (
862159a6e) - test(web-components): add testing setup (#18537) (
d8b3bcc0b) - chore(deps-dev): bump vite (#18513) (
c010c50e1)