Breaking Changes
- copy text by default in
CodeSnippet
andCopyButton
usingclipboard-copy
- deprecate
light
prop inContentSwitcher
Features
- support disabled state for
SelectableTile
,RadioTile
- add
TooltipFooter
component - support
OverflowMenu
in Breadcrumbs - support danger kind for
ContextMenuOption
- allow sorting to be disabled for a specific header in
DataTable
<DataTable
sortable
headers={[
{ key: 'name', value: 'Name' },
{ key: 'protocol', value: 'Protocol', sort: false }
]}
/>
- render an empty header column in
DataTableSkeleton
if a value is{ "empty": true }
- export
inputRef
prop inMultiSelect
- add
searchClass
prop toSearch
, which is passed to the outermost element - add
noMargin
prop toFormGroup
to remove default bottom margin (default value isfalse
)
Fixes
- render initial
ContextMenu
position based on viewport constraints - correctly display invalid text in
TimePicker
- remove outer div in
ToolbarSearch
- set hasScrollingContent class on
ModalBody
Documentation
- add disabled state examples for
SelectableTile
,RadioTile
- add expandable
DataTable
size examples, empty header columnDataTableSkeleton
example - remove the light
ContentSwitcher
example
Housekeeping
- upgrade
carbon-components
to version 10.32.0 - add
clipboard-copy
to direct dependencies