Skip to content

Commit eee94e4

Browse files
authored
Release/2.1.0 (#144)
* updated Changelog * 2.1.0
1 parent 6327d15 commit eee94e4

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5+
### Added
6+
7+
### Fixed
8+
9+
### Changed
10+
11+
### Breaking changes
12+
13+
## 2.1.0
14+
515
### Added
616
- Added an inverse color property to the `Button` component when `inversecolors` is enabled.
717
- Added announcing status message for `zoom in` and `zoom out` button in `Preview` component.
@@ -25,10 +35,6 @@
2535
- Fixed button height to align with design specifications
2636
- Fixed Text spacing accessibility issue on `Pagination` component
2737

28-
### Changed
29-
30-
### Breaking changes
31-
3238
## 2.0.0
3339

3440
### Added
@@ -54,8 +60,6 @@
5460
- Fixed the width of the `Tile` action menu and corrected the focus of nested-level `Accordion` component
5561
- Fixed accessibility issue with `Autocomplete` required state
5662

57-
### Changed
58-
5963
### Breaking changes
6064
- Added required `backButton` property in `tooltipTexts` to display tooltip for the back button in the `Preview` component.
6165

@@ -104,8 +108,6 @@
104108
- Adjusted checkbox alignment in `DataGrid` component
105109
- Resolved tooltip issue of options in `Autocomplete` component
106110

107-
### Breaking changes
108-
109111
## 1.1.0
110112

111113
### Added

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": "2.0.0",
3+
"version": "2.1.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)