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

v6.0.0

Compare
Choose a tag to compare
@carbon-bot carbon-bot released this 04 Jun 19:45
· 543 commits to master since this release

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