Skip to content

Commit 83a0111

Browse files
committed
upgrade to 0.8.8 and update changelog
1 parent eae5775 commit 83a0111

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12-
## 0.8.7 - 2019-05-05
12+
## 0.8.8 - 2020-07-28
13+
### Added
14+
15+
### Changed
16+
- fixes #204 update Checkbox to functional component with default value handling
17+
18+
## 0.8.7 - 2020-05-05
1319
### Added
1420

1521
### Changed
1622
- fixes #196 add timestamp component to default to the current Date()
1723

18-
## 0.8.6 - 2019-04-24
24+
## 0.8.6 - 2020-04-24
1925
### Added
2026

2127
### Changed
2228
- fixes #195 add setDefault to populate default value from the Select constructor
2329

24-
## 0.8.5 - 2019-04-21
30+
## 0.8.5 - 2020-04-21
2531
### Added
2632

2733
### Changed
2834
- fixes #194 fix the logic for default value for Select component
2935

30-
## 0.8.4 - 2019-02-19
36+
## 0.8.4 - 2020-02-19
3137
### Added
3238

3339
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-schema-form",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "React json schema form",
55
"keywords": [
66
"json schema",

0 commit comments

Comments
 (0)