Features
- add new Gray 80 (g80) theme
- support expandable
Search
variant - dispatch open, close, click:overlay events in
SideNav
- allow custom hamburger menu icons (
iconMenu
,iconClose
) - support "xl"
Button
size - support "medium"
DataTable
size - support warning state, inline variant for
PasswordInput
Fixes
- replace
<strong>
with semantic paragraph element for file uploader label - wrap
code
element withpre
- add missing restProps annotation to
ToolbarSearch
(#647 contributed by @gregorw)
Refactor
- remove usage of deprecated
Icon
component - use button specific tooltip class for icon-only variant
Documentation
- update available site theming options to include Gray 80 (g80)
- add Search example "Expandable variant"
- add Button example "Extra-large size"
- add DataTable example "Medium rows"
- add PasswordInput examples "Inline" and "Warning state"
Housekeeping
- upgrade
carbon-components
to version 10.34.0