Skip to content

Releases: Sage/carbon

v136.0.4

06 Jun 13:29
a51ba7f
Compare
Choose a tag to compare

136.0.4 (2024-06-06)

Bug Fixes

  • text-editor: content overflows in small viewports (c985d5d), closes #6707

v136.0.3

05 Jun 09:02
6c318cd
Compare
Choose a tag to compare

136.0.3 (2024-06-05)

Bug Fixes

  • dialog-full-screen: prevent horizontal overflow due to a child Form with a sticky footer (4fea1d5), closes #6719

v136.0.2

30 May 08:56
46308ef
Compare
Choose a tag to compare

136.0.2 (2024-05-30)

Bug Fixes

  • icon-button: allow aria-label prop to be applied and then default to icon type (fdac494)

v136.0.1

29 May 16:45
3fd5420
Compare
Choose a tag to compare

136.0.1 (2024-05-29)

Bug Fixes

  • card: ensure that focus outline wraps all card content when height prop is set (5b73495), closes #6741

v136.0.0

24 May 10:31
eb8a214
Compare
Choose a tag to compare

136.0.0 (2024-05-24)

⚠ BREAKING CHANGES

  • textarea: removed cols, size and tooltipMessage props from the TextArea
    component as they were no longer doing anything

Features

v135.1.3

24 May 08:57
f67f0b0
Compare
Choose a tag to compare

135.1.3 (2024-05-24)

Bug Fixes

  • accordion: ensure disableContentPadding works with subtle variant (8a6d5f8), closes #6723

v135.1.2

22 May 15:29
8123b49
Compare
Choose a tag to compare

135.1.2 (2024-05-22)

Bug Fixes

  • scrollable-block: ensure border-styling is applied when appropriate to do so (14b0b21)

v135.1.1

20 May 08:41
7d3624c
Compare
Choose a tag to compare

135.1.1 (2024-05-20)

Bug Fixes

  • toast: margin-top on notice variant prevents elements being clicked (1732886), closes #6730

v135.1.0

16 May 13:45
0300a5e
Compare
Choose a tag to compare

135.1.0 (2024-05-16)

Features

  • multi-action-button: add position prop (0a152b5), closes #6705
  • split-button: add position prop (716bed3)

v135.0.0

15 May 13:41
540e818
Compare
Choose a tag to compare

135.0.0 (2024-05-15)

⚠ BREAKING CHANGES

  • step-sequence: StepSequence and StepSequenceItem have been removed StepFlow should be
    used instead
  • carousel: The Carousel component no longer exists in Carbon
  • toast: Deprecated isCenter prop has been removed

Bug Fixes

  • toast: remove default value on isCenter prop, add default value of "center" to align prop (1fc80cd)
  • toast: remove the isCenter prop (a803f0e)

Miscellaneous Chores

  • carousel: remove component (7a2bea3)
  • step-sequence: remove component (915a0d8)