Skip to content

Releases: Sage/carbon

v70.1.1

28 Apr 12:04
b741efa
Compare
Choose a tag to compare

70.1.1 (2021-04-28)

Bug Fixes

  • definition-list: fix dl focused elements outline cut by "overflow: hidden" (f7ca1d3)

v70.1.0

28 Apr 08:29
f4a34dc
Compare
Choose a tag to compare

70.1.0 (2021-04-28)

Features

  • duelling-picklist: add support for styled-system margin interface (8a373be)

v70.0.1

27 Apr 13:07
269f23d
Compare
Choose a tag to compare

70.0.1 (2021-04-27)

Bug Fixes

  • flat-table-row-header: add zIndex to styles (2026816), closes #3909

v70.0.0

26 Apr 13:44
c3e2230
Compare
Choose a tag to compare

70.0.0 (2021-04-26)

⚠ BREAKING CHANGES

  • DialogFullScreen, Dialog, Alert and Confirm components
    no longer support enabling background UI interactions or disabling focus trap
    Dialog, Alert and Confirm height prop behaviour has changed

Code Refactoring

  • refactor modal based components (59c65da)

v69.1.1

26 Apr 09:26
4e8087f
Compare
Choose a tag to compare

69.1.1 (2021-04-26)

Bug Fixes

  • select-list: fix bottom of focus border is cut off by the select-list (b944350)

v69.1.0

23 Apr 09:17
21dc80f
Compare
Choose a tag to compare

69.1.0 (2021-04-23)

Features

  • tile-select: add new footer prop (baa4442)
  • tile-select: expand prop types for title, subtitle and description to node (7563e4e)

v69.0.0

22 Apr 12:21
5c29bbc
Compare
Choose a tag to compare

69.0.0 (2021-04-22)

⚠ BREAKING CHANGES

  • babel: polyfills for IE11 will no longer be included in our build.
    We polyfill the latest 2 versions of Chrome, Firefox, Edge and Safari

Miscellaneous Chores

v68.25.3

22 Apr 08:16
5f9b7b3
Compare
Choose a tag to compare

68.25.3 (2021-04-22)

Bug Fixes

  • flat-table-row: add support for controlling expanded rows externally (721f975), closes #3875

v68.25.2

20 Apr 08:37
245f407
Compare
Choose a tag to compare

68.25.2 (2021-04-20)

Bug Fixes

  • flat-table: ensure all th elements are sticky when sticky head prop is set (82dd6c9), closes #3876

v68.25.1

19 Apr 09:10
b8fe593
Compare
Choose a tag to compare

68.25.1 (2021-04-19)

Bug Fixes

  • flat-table: fix an alignment gap between the colapse icon and the text (c8d90e5)