Skip to content

Commit 345dd37

Browse files
committed
v2.2.4
1 parent 2d10191 commit 345dd37

8 files changed

+31
-37
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.3](https://github.com/formsy/formsy-react/compare/v2.2.1...v2.2.3)
8+
9+
> 21 January 2021
10+
11+
- Add "formElement" props to allow any element to be render as a form [`#599`](https://github.com/formsy/formsy-react/pull/599)
12+
- Add react 17 as valid peerDependencies [`#600`](https://github.com/formsy/formsy-react/pull/600)
13+
- chore(deps): Bump ini from 1.3.5 to 1.3.7 [`#590`](https://github.com/formsy/formsy-react/pull/590)
14+
- chore(deps): Bump node-fetch from 2.6.0 to 2.6.1 [`#564`](https://github.com/formsy/formsy-react/pull/564)
15+
- Clarify and update API and sibling packages in README [`46df770`](https://github.com/formsy/formsy-react/commit/46df77024a6c6a6ed25f669426b11b8e18a106a7)
16+
717
#### [v2.2.1](https://github.com/formsy/formsy-react/compare/v2.2.0...v2.2.1)
818

919
> 27 August 2020

dist/formsy-react.cjs.development.js

Lines changed: 10 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.cjs.development.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.cjs.production.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.cjs.production.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.esm.js

Lines changed: 6 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)