Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Releases: carbon-design-system/carbon-components-react

v6.0.0

04 Jun 19:45
Compare
Choose a tag to compare

Overview

We're excited to announce the v6 release of carbon-components-react!

Global updates

  • Updated to React 16 (Requires React 16.4+)
  • Updated to use the newest version of Carbon Components which includes an updated color palette. Read more about the updated colors on our website.
  • Updated to use the newest version of Carbon Icons which uses the Duo icons

Components

New

Inline Code Snippet

The inline style is for code used within a block of text. Comes with both default and a light option.

Definition Tooltip

The primary purpose of a Definition Tooltip is to provide additional help or define an item or term.

Icon Tooltip

An Icon Tooltip is used to clarify the action or name of an interactive icon button.

Updated

Inputs and Form elements

All input components and form elements have been updated with a new visual style, and they are now offered in both a default and a light version. This includes:

  • DatePicker
  • Dropdown
  • MultiSelect
  • NumberInput
  • Select
  • Slider
  • TextInput
  • TextArea
  • TimePicker

Single-line Code Snippet (previously Terminal Code Snippet)

The single style is for single-line code snippets.

Multi-line Code Snippet (previously Code snippet)

The multi-line style is for larger, multi-line code snippets.

Deprecated

Add-ons components

The following components have been removed from the library, and are now available only through the React Cloud Add-on repo

  • Card
  • Detail page header
  • Interior Left Nav
  • Order summary

Dropdown and DropdownItem

These components are being replaced with DropdownV2 versions.

Pagination

Pagination is being replaced with PaginationV2.

Terminal code snippet

CodeSnippet type="terminal" has been replaced with type="single". This change brings a lighter style to the single line code snippet.

TooltipSimple

Please use Tooltip, TooltipDefinition or TooltipIcon instead.

Table

The Table component is being updated in the next release of carbon-components-react. Please use DataTable.Table instead.

6.0.0 (2018-06-04)

Bug Fixes

  • code-snippet: Add terminal and code back in as deprecated types (da70eb9)
  • components: fixed some issues with the inputs (#960) (853c04c)
  • search: Update search + add latest icons (#951) (72ea53f)
  • tooltip: Update tooltip html to add caret back in (#956) (f4c5c7f)

Features

BREAKING CHANGES

  • update to v9

v5.52.1

01 Jun 18:38
Compare
Choose a tag to compare

5.52.1 (2018-06-01)

Bug Fixes

v5.52.0

30 May 19:44
40ad417
Compare
Choose a tag to compare

5.52.0 (2018-05-30)

Features

  • package: add deprecation notices for components (#908) (40ad417)

v5.51.9

30 May 15:13
Compare
Choose a tag to compare

5.51.9 (2018-05-30)

Bug Fixes

  • ExpandableTile: improve the description for the chevron (#933) (#936) (bbd91c5)

v5.51.8

29 May 15:08
Compare
Choose a tag to compare

5.51.8 (2018-05-29)

Bug Fixes

  • Tooltip: prevent aria-owns attribute being set unless the target really exists (#926) (0352816), closes #913

v5.51.7

29 May 14:39
Compare
Choose a tag to compare

5.51.7 (2018-05-29)

Bug Fixes

  • Search: make search icon description translatable (#927) (073dd7e), closes #923

v5.51.6

24 May 15:07
Compare
Choose a tag to compare

5.51.6 (2018-05-24)

Bug Fixes

  • icon-skeleton: Add missing export for IconSkeleton component (#917) (0185067)

v5.51.5

21 May 15:47
Compare
Choose a tag to compare

5.51.5 (2018-05-21)

Bug Fixes

  • OverflowMenu: fix not covering floating menu (#906) (dddd7f6), closes #628

v5.51.4

20 May 00:39
37acad3
Compare
Choose a tag to compare

5.51.4 (2018-05-20)

Bug Fixes

  • table-toolbar-search: add i18n support (#903) (37acad3)

v5.51.3

18 May 18:47
Compare
Choose a tag to compare

5.51.3 (2018-05-18)

Bug Fixes