- Added the
favoritesToggleComponent
props to theHeader
component - Added an inverse color variant to the
IconButton
component wheninversecolors
is enabled - Added the
darkInverse
,focusInverse
, andselectedInverse
colors to the palette - Added
Developer Notes
section inDialog
component's Storybook Docs
- Corrected the focus styling of
preview icon
in theTile
component andzoom buttons
in thePreview
component to meet the required contrast ratio - Corrected the focus styling of endActionButtons in
DataGrid
component. - Added
role="alert"
to the snackbar message text for improved screen reader accessibility.
- Added keyboard accessibility to the header in
DataGrid
component - Added focus to the input label in
TextField
andSelectMultiple
components - Fixed
TextField
accessibility attributes to read label - Fixed the width of the
Tile
action menu and corrected the focus of nested-levelAccordion
component - Added a configurable optional property for
Snackbar
position - Fixed accessibility issue with
Autocomplete
required state
- Added required
backButton
property intooltipTexts
to display tooltip for the back button in thePreview
component.
- Added all new icons including icons package v1.3.0 to the icon preview
- Added the
ToggleButton
component - Added the
HCLSoftwareBlue 07 (20P)
color - Added the
selectedOpacityHover
in theme.palette.action - Added the
Accordion
component. - Added the
disableOpacityHover
color to the colors. - Added the
List
component. - Added the
Tab
component. - Added the
ToggleButtonGroup
component. - Added the
ProgressBar
component. - Added
selected
,showEndIcon
,label
properties inIconButton
component - Added
PreviewAccordion
component
- corrected the hex value for HCLSOFTWAREBLUE06 to #003CE6
- Added hasThumbnail and disabled properties to the Tile component.
- Added as hover image preview icon for the Tile component.
- Adding props for error handling in Preview component.
- Adding handleClick, disabled and tooltip to the ActionProps interface in the InputLabelAndAction component.
- Added spacing, type and hoverBackground properties to the Link component.
- Added VisualTest to the Link stories.
- Adjusted height when subTitle is empty, added keyboard accessibility for click & preview actions of
Tile
component. - Adjusted the width of dropdown menu of
Select
component whenfullWidth
is settrue
- Added a toggle button to the panel component.
- Adjusted the text alignment of the Tab component.
- Added hover actions for the Accordion component.
- Added sync icon for the Tile component.
- Adjusted
IconButton
component styling - Added tooltips to the icons in the pagination, dialog, header, and snackbar components.
- Added
withbackdrop
props to the circular progress component - Added a prop to the
Preview
component for a version comparison. - Updated breadcrumb icons to reflect directionality (RTL/LTR)
- Resolved spacing issues for icon buttons in the panel component.
- Updated Tooltip title type with React.ReactNode from string so as to accept string as well as html node.
- Added
isRowClickable
prop to theDataGrid
component. - Added
tooltipPlacement
prop to theMultipleSelectChip
,Autocomplete
andPanel
component. - Updated icon button spacing in Snackbar
- Adjusted checkbox alignment in
DataGrid
component - Resolved tooltip issue of options in
Autocomplete
component
- Adding the
items--search--empty
icon to the icons preview - PR checks for build, lint and test
- Fixing console error - Warning: Received
false
for a non-boolean attributefocus
. - hardened test cases
- Cleanup Storybook controls and description
- refactored tests to no longer use deprecated theme creation
- Change the Tooltip background
Initial release.