Skip to content

Commit 431152c

Browse files
author
Luke Bowerman
authored
Update CHANGELOG for 0.7.28 (#805)
1 parent 9bba808 commit 431152c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [UNRELEASED]
8+
## [0.7.28] - 2020-04-20
99

1010
### Added
1111

12-
- `ActionList` documentation and select test suite
13-
- `ActionListCheckbox` test suite
14-
- `ActionList` documentation
15-
- `CrossFilter` Icon
12+
- `ActionList`
13+
- Added test suite around "select" behaviors
14+
- Added documentation
1615
- `Checkbox` & `Radio` now support `readOnly` property
16+
- Icons - `CrossFilter`
1717

1818
### Fixed
1919

20-
- `Checkbox` & `Radio` disabled states match design spec correctly now
20+
- `Checkbox` & `Radio` disabled states match design spec
2121
- `ComponentsProvider` now automatically loads `GlobalStyle` (also provides `globalStyle={false}` prop to disable this behavior)
2222

2323
### Changed
2424

25-
- `InputText` will now show red error icon when validation fails
2625
- `Field*` components no longer have a bottom margin by default (see `Form` update)
2726
- `Form` now acts as `SpaceVertical` component automatically putting a gap between each child item
27+
- `InputText` will now show red error icon when validation fails
2828

2929
### Removed
3030

0 commit comments

Comments
 (0)