Socket
Socket
Sign inDemoInstall

formsy-react

Package Overview
Dependencies
Maintainers
10
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formsy-react - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

10

CHANGELOG.md

@@ -7,6 +7,14 @@ ### Changelog

#### [v2.2.0](https://github.com/formsy/formsy-react/compare/v2.1.0...v2.2.0)
#### [v2.2.1](https://github.com/formsy/formsy-react/compare/v2.2.0...v2.2.1)
> 27 August 2020
#### [v2.2.0](https://github.com/formsy/formsy-react/compare/v2.1.1...v2.2.0)
> 27 August 2020
#### [v2.1.1](https://github.com/formsy/formsy-react/compare/v2.1.0...v2.1.1)
> 27 August 2020
- Revalidate form when dynamic inputs are added, fixes #550 [`#551`](https://github.com/formsy/formsy-react/pull/551)

@@ -13,0 +21,0 @@ - Pass submit event to onSubmitX methods, closes #549 [`#552`](https://github.com/formsy/formsy-react/pull/552)

6

package.json
{
"name": "formsy-react",
"version": "2.2.1",
"version": "2.2.2",
"description": "A form input builder and validator for React",

@@ -74,4 +74,4 @@ "keywords": [

"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
},

@@ -78,0 +78,0 @@ "standard-version": {

@@ -6,3 +6,2 @@ # formsy-react

[![Coverage Status](https://coveralls.io/repos/github/formsy/formsy-react/badge.svg?branch=master)](https://coveralls.io/github/formsy/formsy-react?branch=master)
[![Gzipped size](http://img.badgesize.io/https://unpkg.com/formsy-react?compression=gzip)](https://unpkg.com/formsy-react)
[![GitHub contributors](https://img.shields.io/github/contributors/formsy/formsy-react.svg)](https://github.com/formsy/formsy-react/contributors)

@@ -45,6 +44,5 @@ ![Typescript Types included](https://badgen.net/npm/types/tslib)

- [twisty/formsy-react-components](https://github.com/twisty/formsy-react-components) - Bootstrap components for a
formsy-react form.\
- [zabute/formsy-semantic-ui-react](https://github.com/zabute/formsy-semantic-ui-react) - Formsy-React wrappers for
Semantic-Ui-React's form components
([currently being updated to formsy 2.x](https://github.com/zabute/formsy-semantic-ui-react/pull/77))
Formsy-React form.
- [zabute/formsy-semantic-ui-react](https://github.com/zabute/formsy-semantic-ui-react) - Semantic-Ui-React components for a
Formsy-React form.

@@ -158,2 +156,6 @@ ## 1.x to 2.x Upgrade Guide

## 3. More
See the [API](/API.md) for more information.
## Contribute

@@ -160,0 +162,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc