This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
Releases: carbon-design-system/carbon-components-react
Releases · carbon-design-system/carbon-components-react
v7.2.0
7.2.0 (2019-04-30)
Experimental Changes
- SideNav has new props. Use
defaultExpanded
to control the initial state of the component andexpanded
to engage full controlled mode.
When a component is fully controlled, the developer has full control over the component for the rest of it's lifecycle.
Bug Fixes
- add disabled label styles (#2159) (fe9fd41)
- ComboBox: match experimental spec (#2158) (2753040)
- apply correct aria label prop for radio (#2079) (1fb7214)
- accordion: remove role=presentation (#2256) (9ff509e)
- code-snippet: add screen reader accessibility improvements (#2165) (bda3016)
- content-switcher: update markup to match v10 changes (#2209) (f2c67c5)
- DataTable: update data-table styles and add description prop (#2127) (4196a39)
- DataTableSkeleton: headers prop can now be array of objects to match DataTable (#2181) (0e050a6)
- Icon: no alt in svg (#2243) (676b6a6)
- Icon: removes description default value (#2235) (89582e3)
- Loading: adds aria-label and description property to component (#2252) (f487cf9)
- modal: set initial focus and conditionally render focus trap (#2163) (74e580e)
- Modal: adds text to modalAriaLabel on story. (#2217) (7d80890)
- Modal: fix button type in danger mode (#2254) (8ea0fc8), closes #2249
- Modal: fix NPE at onTransitionEnd (#2141) (09c248a), closes #2140
- multi-select: introduce translateWithId (#2175) (e769f33), closes #2162
- notification: adds aria-label to button (#2255) (13c4546)
- pagination: add noLabel prop to Select (#2260) (b9743ef)
- Pagination: pageInputDisabled won't disable buttons (#2264) (#2278) (b910758)
- Tab: add missing disabled prop (#2234) (986bf7c), closes #1293
- Tabs: avoid stale tab ref cache (#2224) (2335c44), closes #2204
- TextInput: add invalid attr on wrapper div (#2134) (bbbcff8)
- tooltip: handle esc keydown event (#2164) (2fbe6af)
- tooltip: remove aria-owns (#2273) (fa8b534)
- Tooltip: adds esc listener (#2248) (b6825cc)
- Tooltop: a11y improvements (#2245) (6190488)
- use new classnames (#2200) (2351b03)
Features
v7.1.0
v7.0.1
7.0.1 (2019-04-10)
Bug Fixes
- add disabled label styles (#2159) (fe9fd41)
- apply correct aria label prop for radio (#2079) (1fb7214)
- DataTable: update data-table styles and add description prop (#2127) (4196a39)
- Modal: fix NPE at onTransitionEnd (#2141) (09c248a), closes #2140
- multi-select: introduce translateWithId (#2175) (e769f33), closes #2162
- TextInput: add invalid attr on wrapper div (#2134) (bbbcff8)
v7.0.0
v6.114.0
v6.113.1
v6.113.0
v7.0.0-rc.0
7.0.0-rc.0 (2019-03-27)
BREAKING CHANGES
- icon: the name prop for Icon has been removed
- pagination: Pagination now points to PaginationV2
- components: the Footer component has been removed
- dropdown: Dropdown now points to DropdownV2
- DropdownV2: DropdownItem removed, DropdownV2 is now Dropdown
- tooltip-simple: The TooltipSimple component has been removed.
- table: TableData and TableRowExpanded have been removed.