Skip to content

v11.77.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 16:40
Β· 54 commits to main since this release
2a32901

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 🏠

@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 🏠

@carbon/react@1.77.0

New features πŸš€

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 🏠

@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 🏠

@carbon/themes@11.47.0

Documentation πŸ“

Housekeeping 🏠

@carbon/type@11.36.0

Housekeeping 🏠

@carbon/upgrade@11.24.0

New features πŸš€

Housekeeping 🏠

@carbon/utilities@0.5.0

New features πŸš€

Bug fixes πŸ›

Housekeeping 🏠

@carbon/utilities-react@0.5.0

New features πŸš€

Bug fixes πŸ›

Housekeeping 🏠

@carbon/web-components@2.24.0

New features πŸš€

Bug fixes πŸ›

Documentation πŸ“

Housekeeping πŸ