Skip to content

Commit 8150f5d

Browse files
committed
v2.2.1
1 parent 0d43ba1 commit 8150f5d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v2.2.0](https://github.com/formsy/formsy-react/compare/v2.1.0...v2.2.0)
8+
9+
> 27 August 2020
10+
11+
- Revalidate form when dynamic inputs are added, fixes #550 [`#551`](https://github.com/formsy/formsy-react/pull/551)
12+
- Pass submit event to onSubmitX methods, closes #549 [`#552`](https://github.com/formsy/formsy-react/pull/552)
13+
- Move build to use tsdx [`#547`](https://github.com/formsy/formsy-react/pull/547)
14+
- 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)
15+
- Pass submit event to onSubmitX methods, closes #549 (#552) [`#549`](https://github.com/formsy/formsy-react/issues/549)
16+
- Remove travis [`698f794`](https://github.com/formsy/formsy-react/commit/698f794d96dcfa0421210fe44adec4b55149653d)
17+
- Add Coverage to github actions [`12a2871`](https://github.com/formsy/formsy-react/commit/12a28717d0fc379faa14549f9645cb033b91a94a)
18+
- Change build badge [`1670a56`](https://github.com/formsy/formsy-react/commit/1670a56ef72331caade19045721a5c6bd0fcdb38)
19+
720
#### [v2.1.0](https://github.com/formsy/formsy-react/compare/v2.0.3...v2.1.0)
821

922
> 27 July 2020

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)