Skip to content

Tags: Sage/carbon

Tags

v148.0.1

Toggle v148.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 148.0.1

## [148.0.1](v148.0.0...v148.0.1) (2025-02-24)

### Bug Fixes

* **tabs:** reposition tab title on focus to prevent content moving on focus ([5bb5931](5bb5931))

v148.0.0

Toggle v148.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 148.0.0

## [148.0.0](v147.11.0...v148.0.0) (2025-02-24)

### ⚠ BREAKING CHANGES

* Temporary incompatibility with React Strict Mode. In React v18, Strict Mode
now intentionally re-renders components and re-executes their effects and callbacks an extra time.
This leads to unintended side effects in several Carbon components.

A fix will be provided in advance of introducing React v19 support.

If you encounter issues, you can either disable Strict Mode globally, or apply it selectively to
specific parts of your application.
* Both packages are now ESM-only, which may affect tools like Jest
that run your project code in a Node.js environment. Adjust your bundler configuration
to handle ESM code if issues arise.

### Features

* introduce support for react v18 ([bac91b2](bac91b2))
* **menu:** let browser handle tabbing to prevent focus on non-focusable items ([b0dcfba](b0dcfba))
* **menu:** prevent showing hover styling for non-focusable menu items ([db8f54c](db8f54c))
* **menu:** skip non-focusable submenu items when moving focus with Up, Down, Home and End keys ([824115f](824115f))
* **portrait:** add `data-element` and `data-role` props for testing purposes ([fad5723](fad5723))
* update @tanstack/react-virtual to version ^3.11.2 ([30581d7](30581d7))
* upgrade `react-dnd` and `react-dnd-html5-backend` to v16 ([3d495ec](3d495ec))

### Bug Fixes

* **menu-item:** prevent root element from being focused when containing focusable content ([f086303](f086303))
* **menu:** ensure focus state remains consistent between tabbing and Home/End key presses ([5e2119e](5e2119e))
* **select:** debounce scroll handler on option list to reduce frequency of onListScrollBottom calls ([112ed5e](112ed5e))

v147.11.0

Toggle v147.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.11.0

## [147.11.0](v147.10.0...v147.11.0) (2025-02-21)

### Features

* **content:** reduce margin of content body to 24px when inline ([cfb02ba](cfb02ba))

v147.10.0

Toggle v147.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.10.0

## [147.10.0](v147.9.1...v147.10.0) (2025-02-21)

### Features

* **profile:** update margin-left for XS and S sizes ([20e25b5](20e25b5)), closes [#7206](#7206)

v147.9.1

Toggle v147.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.9.1

## [147.9.1](v147.9.0...v147.9.1) (2025-02-20)

### Bug Fixes

* **time:** adding zero-padding to returned hour and minute input values via onChange and onBlur ([92a1cff](92a1cff)), closes [#7183](#7183)

v147.9.0

Toggle v147.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.9.0

## [147.9.0](v147.8.1...v147.9.0) (2025-02-18)

### Features

* **radio-button-group, checkbox-group:** add id prop ([8208950](8208950)), closes [#7191](#7191)

### Bug Fixes

* **checkbox-group:** legendInline has unexpected behaviour with new validation ([e66bc07](e66bc07))

v147.8.1

Toggle v147.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.8.1

### [147.8.1](v147.8.0...v147.8.1) (2025-02-14)

### Bug Fixes

* **accordion:** ensure custom title is not wrapped in a heading tag when provided ([2816f83](2816f83)), closes [#7202](#7202)

v147.8.0

Toggle v147.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.8.0

## [147.8.0](v147.7.2...v147.8.0) (2025-02-14)

### Features

* **message:** add `width` prop ([f24a44f](f24a44f)), closes [#6966](#6966)

v147.7.2

Toggle v147.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.7.2

### [147.7.2](v147.7.1...v147.7.2) (2025-02-14)

### Bug Fixes

* **switch:** margins and alignment ([0c66a7d](0c66a7d)), closes [#7179](#7179)

v147.7.1

Toggle v147.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
carbonci Sage Carbon
chore(release): 147.7.1

### [147.7.1](v147.7.0...v147.7.1) (2025-02-12)

### Bug Fixes

* **time:** ensure that ARIA attributes conform to valid values ([e710805](e710805))