Features
- support nested object values for DataTable sorting (#602, contributed by @alkanna)
- pass DataTable header display function to slotted cell (#615, contributed by @rafadess)
- add icon prop to
Link
to support rendering links with icons; refactorOutboundLink
to useLink.icon
prop
Fixes
- prevent DataTable sorting from crashing by defaulting
undefined
to an empty string (#602, contributed by @alkanna) - add extra DataTable cell
colspan
to support expandable, selectable rows (#618, contributed by @mabentley85) - support disabled state for
ClickableTile
- add missing "3x2" ratio to
AspectRatio
Documentation
- add DataTable example "Sortable with nested object values"
- add ClickableTile example "Disabled state"
- add Link example "Link with icon"
Housekeeping
- upgrade
carbon-components
to version 10.33.0