Skip to content

Commit

Permalink
upgrade to 0.8.8 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jul 29, 2020
1 parent eae5775 commit 83a0111
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 0.8.7 - 2019-05-05
## 0.8.8 - 2020-07-28
### Added

### Changed
- fixes #204 update Checkbox to functional component with default value handling

## 0.8.7 - 2020-05-05
### Added

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

## 0.8.6 - 2019-04-24
## 0.8.6 - 2020-04-24
### Added

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

## 0.8.5 - 2019-04-21
## 0.8.5 - 2020-04-21
### Added

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

## 0.8.4 - 2019-02-19
## 0.8.4 - 2020-02-19
### Added

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-schema-form",
"version": "0.8.7",
"version": "0.8.8",
"description": "React json schema form",
"keywords": [
"json schema",
Expand Down

0 comments on commit 83a0111

Please sign in to comment.