Skip to content

Commit c138da9

Browse files
authored
Release/2.0.0 (#88)
* prepared changelog for v2.0.0 * 2.0.0
1 parent 5a22f96 commit c138da9

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,37 @@
33
## Unreleased
44

55
### Added
6+
7+
### Fixed
8+
9+
### Changed
10+
11+
### Breaking changes
12+
13+
## 2.0.0
14+
15+
### Added
16+
- Added keyboard accessibility to the header in `DataGrid` component
617
- Added the `favoritesToggleComponent` props to the `Header` component
718
- Added an inverse color variant to the `IconButton` component when `inversecolors` is enabled
819
- Added the `darkInverse`, `focusInverse`, and `selectedInverse` colors to the palette
920
- Added `Developer Notes` section in `Dialog` component's Storybook Docs
10-
11-
### Fixed
12-
- Corrected the focus styling of `preview icon` in the `Tile` component and `zoom buttons` in the `Preview` component to meet the required contrast ratio
13-
- Corrected the focus styling of endActionButtons in `DataGrid` component.
1421
- Added `role="alert"` to the snackbar message text for improved screen reader accessibility.
1522
- Added tooltip to the `Autocomplete` textfield for the truncated values.
1623
- Added `aria-label` to the input fields for the pagination row label and page label to enhance screen reader accessibility.
17-
18-
### Changed
19-
- Added keyboard accessibility to the header in `DataGrid` component
2024
- Added focus to the input label in `TextField` and `SelectMultiple` components
25+
- Added a configurable optional property for `Snackbar` position
26+
27+
28+
### Fixed
29+
- Corrected the focus styling of `preview icon` in the `Tile` component and `zoom buttons` in the `Preview` component to meet the required contrast ratio
30+
- Corrected the focus styling of endActionButtons in `DataGrid` component.
2131
- Fixed `TextField` accessibility attributes to read label
2232
- Fixed the width of the `Tile` action menu and corrected the focus of nested-level `Accordion` component
23-
- Added a configurable optional property for `Snackbar` position
2433
- Fixed accessibility issue with `Autocomplete` required state
2534

35+
### Changed
36+
2637
### Breaking changes
2738
- Added required `backButton` property in `tooltipTexts` to display tooltip for the back button in the `Preview` component.
2839

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcl-software/enchanted-react-components",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Enchanted React Components is a collection of components that are used in HCL Software products.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)