Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Aug 27, 2020
1 parent 0d43ba1 commit 8150f5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.2.0](https://github.com/formsy/formsy-react/compare/v2.1.0...v2.2.0)

> 27 August 2020
- Revalidate form when dynamic inputs are added, fixes #550 [`#551`](https://github.com/formsy/formsy-react/pull/551)
- Pass submit event to onSubmitX methods, closes #549 [`#552`](https://github.com/formsy/formsy-react/pull/552)
- Move build to use tsdx [`#547`](https://github.com/formsy/formsy-react/pull/547)
- Revalidate form when dynamic inputs are added, fixes #550 (#551) [`#550`](https://github.com/formsy/formsy-react/issues/550) [`#550`](https://github.com/formsy/formsy-react/issues/550)
- Pass submit event to onSubmitX methods, closes #549 (#552) [`#549`](https://github.com/formsy/formsy-react/issues/549)
- Remove travis [`698f794`](https://github.com/formsy/formsy-react/commit/698f794d96dcfa0421210fe44adec4b55149653d)
- Add Coverage to github actions [`12a2871`](https://github.com/formsy/formsy-react/commit/12a28717d0fc379faa14549f9645cb033b91a94a)
- Change build badge [`1670a56`](https://github.com/formsy/formsy-react/commit/1670a56ef72331caade19045721a5c6bd0fcdb38)

#### [v2.1.0](https://github.com/formsy/formsy-react/compare/v2.0.3...v2.1.0)

> 27 July 2020
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": "formsy-react",
"version": "2.2.0",
"version": "2.2.1",
"description": "A form input builder and validator for React",
"keywords": [
"form",
Expand Down

0 comments on commit 8150f5d

Please sign in to comment.