Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Mar 10, 2021
1 parent 2d10191 commit 345dd37
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 37 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.3](https://github.com/formsy/formsy-react/compare/v2.2.1...v2.2.3)

> 21 January 2021
- Add "formElement" props to allow any element to be render as a form [`#599`](https://github.com/formsy/formsy-react/pull/599)
- Add react 17 as valid peerDependencies [`#600`](https://github.com/formsy/formsy-react/pull/600)
- chore(deps): Bump ini from 1.3.5 to 1.3.7 [`#590`](https://github.com/formsy/formsy-react/pull/590)
- chore(deps): Bump node-fetch from 2.6.0 to 2.6.1 [`#564`](https://github.com/formsy/formsy-react/pull/564)
- Clarify and update API and sibling packages in README [`46df770`](https://github.com/formsy/formsy-react/commit/46df77024a6c6a6ed25f669426b11b8e18a106a7)

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

> 27 August 2020
Expand Down
28 changes: 10 additions & 18 deletions dist/formsy-react.cjs.development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/formsy-react.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formsy-react.cjs.production.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formsy-react.cjs.production.min.js.map

Large diffs are not rendered by default.

20 changes: 6 additions & 14 deletions dist/formsy-react.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/formsy-react.esm.js.map

Large diffs are not rendered by default.

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.3",
"version": "2.2.4",
"description": "A form input builder and validator for React",
"keywords": [
"form",
Expand Down

0 comments on commit 345dd37

Please sign in to comment.