Releases: carbon-design-system/carbon-components-react
v6.0.0
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
andcode
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
- code-snippet: Add updated code snippet variations (#883) (3863eb8)
- Add light version to all input types (#912) (aa43aca)
- Light dropdown & multiselect (#919) (7f5c685)
- icons: Update components to v7 of carbon-icons (#939) (23d335d)
- slider: Light variation (#937) (d6a593a), closes #885 #886 #885 #885 #892 #887 #872 #553 #896 #890 #491 #899 #897 #893 #903 #906 #628 #917 #927 #923 #926 #913
- tooltip: add Definition and Icon variants (#935) (c2221ad), closes #927 #923 #933 #936 #933 #908
- update carbon-components (9097a6a)
BREAKING CHANGES
- update to v9