Skip to content

Releases: Sage/carbon

v75.0.1

27 May 08:51
9bd5ce5
Compare
Choose a tag to compare

75.0.1 (2021-05-27)

Bug Fixes

  • date-range: fix react-testing-library errors (1102017)

v75.0.0

27 May 08:35
817fadc
Compare
Choose a tag to compare

75.0.0 (2021-05-27)

⚠ BREAKING CHANGES

  • tabs: Internal support for updating window location has been removed from the Tabs
    component, the setLocation prop has also been removed as it serves no purpose beyond serving as a
    guard for this functionality. Consumers who wish to have this functionality should utilise the
    onTabChange and selectedTabId props with whatever history implementation they want to.

Here is an example implementation using history v5:
https://codesandbox.io/s/demo-external-history-and-tabs-xdbll

Features

  • tabs: remove internal support for history and url manipulation (bd76906), closes #3520

v74.5.1

21 May 14:03
9d0faf0
Compare
Choose a tag to compare

74.5.1 (2021-05-21)

Bug Fixes

  • sidebar: make close button css more specific (bb7adaf), closes #3943

v74.5.0

21 May 11:07
a12af3f
Compare
Choose a tag to compare

74.5.0 (2021-05-21)

Features

  • drawer: add sticky footer option (42de058)
  • drawer: add sticky header option (6ffd744)
  • sticky-footer: add new internal sticky footer component (b3383a7)

v74.4.0

21 May 09:09
5189dc8
Compare
Choose a tag to compare

74.4.0 (2021-05-21)

Features

  • grouped-character: add styled-system margin support (04c5055)

v74.3.1

19 May 14:31
ed21852
Compare
Choose a tag to compare

74.3.1 (2021-05-19)

Bug Fixes

  • checkable-inputs: fix name prop forwarding (0c98eab)

v74.3.0

19 May 14:13
cd2684b
Compare
Choose a tag to compare

74.3.0 (2021-05-19)

Features

  • accordion-group: allow empty children (d925be9)
  • draggable-container: allow empty children (6803776)
  • grid: allow empty children (c0ad597)
  • simple-color-picker: allow empty children (58da22c)

v74.2.0

19 May 08:19
334afe7
Compare
Choose a tag to compare

74.2.0 (2021-05-19)

Features

  • decimal: add styled-system margin props (77dcd95)

v74.1.2

18 May 14:24
36b89d5
Compare
Choose a tag to compare

74.1.2 (2021-05-18)

Bug Fixes

  • pill: fix text wrap if there are multiple words (a9333ff)

v74.1.1

14 May 10:03
2ef958b
Compare
Choose a tag to compare

74.1.1 (2021-05-14)

Bug Fixes

  • date-range: fix incorrect gaps between date fields (70507ba)