Skip to content

Releases: Sage/carbon

v147.4.0

06 Feb 09:04
dd1b8f4
Compare
Choose a tag to compare

147.4.0 (2025-02-06)

Features

  • search, menu-item: prevent tab focus on clear button and hide from aria, esc clears search (6cd605f), closes #7170

v147.3.1

05 Feb 09:17
21966b6
Compare
Choose a tag to compare

147.3.1 (2025-02-05)

Bug Fixes

  • action-popover: aria label has default value despite visible text on open button (8e623e4), closes #7143

v147.3.0

04 Feb 13:57
a6b27c3
Compare
Choose a tag to compare

147.3.0 (2025-02-04)

Features

v147.2.0

03 Feb 18:48
9e4d733
Compare
Choose a tag to compare

147.2.0 (2025-02-03)

Features

  • portrait, profile: allows custom colours to be set on the Portrait and Profile components (9e20799)

v147.1.0

03 Feb 09:52
03365cf
Compare
Choose a tag to compare

147.1.0 (2025-02-03)

Features

  • numeral-date, time: add support for labelAlign on non-inline labels (241d744)

Bug Fixes

  • numeral-date: ensure inlineLabel works as expected in Safari (b13e5dc)

v147.0.1

31 Jan 16:18
f6c7ad4
Compare
Choose a tag to compare

147.0.1 (2025-01-31)

Bug Fixes

  • dialog: ensure enableBackgroundUI is passed to Modal (9605627), closes #6023

v147.0.0

29 Jan 14:34
0e9595d
Compare
Choose a tag to compare

147.0.0 (2025-01-29)

⚠ BREAKING CHANGES

The following props have been removed from the listed components. Ensure any components
in the list below do not contain the associated props:

  • All Carbon components: className prop
  • Accordion: scheme and buttonHeading props
  • Box: tabIndex prop
  • ButtonToggle: grouped prop
  • Decimal: onKeyPress prop
  • Icon: 'extra-small' value of variant prop
  • Portrait: gravatar prop
  • SimpleColorPicker: isBlurBlocked prop
  • ListItem: variant prop (now inherits from parent List component)

Features

  • classname prop: remove className from public props (1c4fad4)

v146.6.1

28 Jan 13:33
7d83bc5
Compare
Choose a tag to compare

146.6.1 (2025-01-28)

Bug Fixes

  • form: ensure that additional margin-bottom is not applied to NumeralDate component (648cad7), closes #7171

v146.6.0

28 Jan 09:47
1eb9d2c
Compare
Choose a tag to compare

146.6.0 (2025-01-28)

Features

  • date: fix focus loss when using navbar with keyboard (151a710), closes #7158

v146.5.3

27 Jan 06:45
b655b63
Compare
Choose a tag to compare

146.5.3 (2025-01-27)

Bug Fixes

  • tabs-header: padding to be removed (2598bab), closes #7145