Socket
Socket
Sign inDemoInstall

formsy-react

Package Overview
Dependencies
Maintainers
9
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.0.2 to 2.0.3

35

CHANGELOG.md

@@ -7,2 +7,10 @@ ### Changelog

#### [v2.0.2](https://github.com/formsy/formsy-react/compare/v2.0.1...v2.0.2)
> 18 February 2020
- Unify definition of empty value; Clean up validation rules [`#402`](https://github.com/formsy/formsy-react/pull/402)
- Improve typing of Element tests [`#401`](https://github.com/formsy/formsy-react/pull/401)
- Test for regex equality [`#400`](https://github.com/formsy/formsy-react/pull/400)
#### [v2.0.1](https://github.com/formsy/formsy-react/compare/v2.0.0...v2.0.1)

@@ -136,3 +144,3 @@

#### [v2.0.0-beta.2](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.2)
#### [v2.0.0-beta.2](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.1...v2.0.0-beta.2)

@@ -156,2 +164,7 @@ > 21 June 2019

- Add np for standard, easy releases [`#137`](https://github.com/formsy/formsy-react/pull/137)
#### [v2.0.0-beta.1](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.0...v2.0.0-beta.1)
> 26 May 2019
- Merge v2.0 branch [`#135`](https://github.com/formsy/formsy-react/pull/135)

@@ -162,5 +175,13 @@ - Fixing #123 [`#124`](https://github.com/formsy/formsy-react/pull/124)

- Fix isValidValue call in documentation [`#99`](https://github.com/formsy/formsy-react/issues/99)
- Add np comment for easier releases [`8ffac25`](https://github.com/formsy/formsy-react/commit/8ffac255f2a22c87ae58a5b1f4397ca274130a86)
- fix: removed useless default for innerRef prop from the HOC to prevent warnings when the wrapped component is a SFC [`3284327`](https://github.com/formsy/formsy-react/commit/32843279adbaa64248709e3a2b208e54ad2ab0c6)
- Clarified preventExternalInvalidation [`95dd051`](https://github.com/formsy/formsy-react/commit/95dd0516052053accd8781c3acb358d06d28747b)
#### [v2.0.0-beta.0](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.0)
> 22 May 2018
- chore: removed deprecated Wrapper export and all the redundant tests for it [`a71a072`](https://github.com/formsy/formsy-react/commit/a71a072a8f4f7ca57587125cb512e0e1e6de124d)
- Fix tests [`42dbcfb`](https://github.com/formsy/formsy-react/commit/42dbcfbb64e623e81610ce72828cfdd9c08050f6)
- fix form level onchange not honoring dot notation nesting [`247d3cc`](https://github.com/formsy/formsy-react/commit/247d3ccb9c3cbcf92e4c3b2a09c56f5641493ff0)
#### [v1.1.4](https://github.com/formsy/formsy-react/compare/v1.1.2...v1.1.4)

@@ -473,2 +494,3 @@

- Merge pull request #63 from philippotto/checkValidity [`#60`](https://github.com/formsy/formsy-react/issues/60)
- Allow a component to decide whether it is valid (fixes #60) [`#60`](https://github.com/formsy/formsy-react/issues/60)
- Fixed bug with internal ajax [`ebd17fd`](https://github.com/formsy/formsy-react/commit/ebd17fde625101ec602aca34c7cfdf26d7d9b44c)

@@ -496,6 +518,4 @@ - Fixed validation bug [`0964b07`](https://github.com/formsy/formsy-react/commit/0964b07e1d35d006e1b791c3f525cae79f4c2f76)

- Add repository to package.json (prevents npm WARN) [`#41`](https://github.com/formsy/formsy-react/pull/41)
- Allow a component to decide whether it is valid (fixes #60) [`#60`](https://github.com/formsy/formsy-react/issues/60)
- Rewrite validation tests [`011d98d`](https://github.com/formsy/formsy-react/commit/011d98dfad9a78b460577d814f05ee32319790d9)
- Support React 0.13.1 [`5e12c95`](https://github.com/formsy/formsy-react/commit/5e12c95d36c540fd489ca46a424cbfbd32496c0a)
- Fix bug: Allow value === false to be passed [`bade05b`](https://github.com/formsy/formsy-react/commit/bade05b9cd2e3845ecc7814fe5d1516b05c82133)
- Update package.json [`2c64535`](https://github.com/formsy/formsy-react/commit/2c645355224a64fb049e7a027dd90928ee4d8ddc)

@@ -561,4 +581,2 @@ #### [v0.8.0](https://github.com/formsy/formsy-react/compare/v0.7.1...v0.8.0)

- Cross input validation, invalidateForm and bug fix [`e9743a2`](https://github.com/formsy/formsy-react/commit/e9743a2df1638f77f0cd7e223566e5496d4680f5)
- Update README.md [`7830def`](https://github.com/formsy/formsy-react/commit/7830defb34ebf66655a0120510dd364a8ade5449)
- Update README.md [`d813f2a`](https://github.com/formsy/formsy-react/commit/d813f2ade8e2d7df43b64bf67d665090fd5fd28b)

@@ -573,3 +591,3 @@ #### [v0.4.1](https://github.com/formsy/formsy-react/compare/v0.3.0...v0.4.1)

- Release 0.4.0 [`b04c989`](https://github.com/formsy/formsy-react/commit/b04c989cf63569e1e4ab4f4c59352ce887ed7df7)
- Update README.md [`4b960bf`](https://github.com/formsy/formsy-react/commit/4b960bf01788d966310f908eae0376123e376556)
- Update README.md [`d12ae50`](https://github.com/formsy/formsy-react/commit/d12ae507d0f6308d78ca5984da18153290834128)

@@ -581,3 +599,2 @@ #### [v0.3.0](https://github.com/formsy/formsy-react/compare/v0.2.3...v0.3.0)

- Added new handlers [`df4e84a`](https://github.com/formsy/formsy-react/commit/df4e84a10a9b6731ea81d2b710a28d579d7f3b7d)
- Update README.md [`d12ae50`](https://github.com/formsy/formsy-react/commit/d12ae507d0f6308d78ca5984da18153290834128)

@@ -584,0 +601,0 @@ #### [v0.2.3](https://github.com/formsy/formsy-react/compare/v0.2.2...v0.2.3)

@@ -12,3 +12,3 @@ import React, { ComponentClass } from 'react';

export declare type IUpdateInputsWithError = (errors: {
[key: string]: string;
[key: string]: ValidationError;
}, invalidate?: boolean) => void;

@@ -15,0 +15,0 @@ export declare type ValidationError = string | React.ReactNode;

{
"name": "formsy-react",
"version": "2.0.2",
"version": "2.0.3",
"description": "A form input builder and validator for React",

@@ -92,5 +92,5 @@ "keywords": [

"@typescript-eslint/parser": "^2.14.0",
"auto-changelog": "^1.14.1",
"auto-changelog": "^2.0.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^25.1.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.0.6",

@@ -110,12 +110,12 @@ "babelrc-rollup": "^3.0.0",

"husky": "^4.2.1",
"jest": "^25.1.0",
"jest": "^26.0.1",
"np": "^5.0.0",
"prettier": "^1.18.2",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.0",
"react": "^16.2.0 || ^16.0.0",
"react-dom": "^16.2.0 || ^16.0.0",
"rollup": "^1.19.2",
"rollup": "^2.7.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-peer-deps-external": "^2.2.0",
"sinon": "^8.0.2",
"sinon": "^9.0.0",
"typescript": "^3.5.3"

@@ -122,0 +122,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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