Skip to content

Commit 97a1f85

Browse files
committed
chore(changelog): update changelog to document reverted changes
1 parent d4f6e5f commit 97a1f85

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Reverted soften dark color on icons that caused issues.
13+
1014
## [2.1.7][] - 2021-12-08
1115

1216
### Fixed
@@ -31,13 +35,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3135
- Avatar: Added a `linkProps` and `linkAs` props which will be passed to the Thumbnail child.
3236
- UserBlock: Added a `linkProps` and `linkAs` props which will be passed to the Thumbnail child and used to wrap the username.
3337

38+
### Changed
39+
40+
- Limit lighten dark color to components: `Button`, `IconButton`, `Chip`, `Flags`, `Tabs`, `Icon`.
41+
3442
## [2.1.4][] - 2021-11-25
3543

3644
### Fixed
3745

3846
- Slideshow : fixed keyboard navigation, now the right arrow goes to the next slides and the left to the previous one.
3947
- Dialog : Focus parent element everytime the dialog closes, not only on escape and clickaway.
4048

49+
### Changed
50+
51+
- Soften medium and low dark buttons color.
52+
4153
## [2.1.3][] - 2021-11-19
4254

4355
### Added

0 commit comments

Comments
 (0)