Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed May 5, 2020
1 parent 6e38f70 commit 2adbaeb
Show file tree
Hide file tree
Showing 9 changed files with 479 additions and 498 deletions.
35 changes: 26 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.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)

> 18 February 2020
Expand Down Expand Up @@ -132,7 +140,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix version command blocking beta-3 release [`fe8ea23`](https://github.com/formsy/formsy-react/commit/fe8ea23ee1257362f072d6ae2961a1c4092e313a)
- Fix build [`6f183a2`](https://github.com/formsy/formsy-react/commit/6f183a2f44a11194786709595bed2dbe43f2c664)

#### [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)

> 21 June 2019
Expand All @@ -151,13 +159,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add information about standard-changelog [`#139`](https://github.com/formsy/formsy-react/pull/139)
- Remove broken examples and webpack-dev-server [`#138`](https://github.com/formsy/formsy-react/pull/138)
- 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)
- Fixing #123 [`#124`](https://github.com/formsy/formsy-react/pull/124)
- Fix isValidValue call in documentation. Closes #99. [`#101`](https://github.com/formsy/formsy-react/pull/101)
- Merge pull request #101 from guillaumevincent/patch-1 [`#99`](https://github.com/formsy/formsy-react/issues/99)
- 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)

Expand Down Expand Up @@ -466,6 +487,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Allow a component to decide whether it is valid (fixes #60) [`#63`](https://github.com/formsy/formsy-react/pull/63)
- Added example [`#69`](https://github.com/formsy/formsy-react/pull/69)
- 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)
- Fixed validation bug [`0964b07`](https://github.com/formsy/formsy-react/commit/0964b07e1d35d006e1b791c3f525cae79f4c2f76)
- Added section on validate method [`f1d9d6c`](https://github.com/formsy/formsy-react/commit/f1d9d6c15c7946544d26050b0a00484bea0d0f79)
Expand All @@ -488,10 +510,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix global variable leak [`#61`](https://github.com/formsy/formsy-react/pull/61)
- Suppress error in non-browser environments [`#59`](https://github.com/formsy/formsy-react/pull/59)
- 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)

#### [v0.8.0](https://github.com/formsy/formsy-react/compare/v0.7.1...v0.8.0)

Expand Down Expand Up @@ -552,8 +572,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 14 January 2015
- 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)

#### [v0.4.1](https://github.com/formsy/formsy-react/compare/v0.3.0...v0.4.1)

Expand All @@ -563,14 +581,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Allow for no url, using "onSubmit" handler to pass model for manual XHR [`#5`](https://github.com/formsy/formsy-react/pull/5)
- Fixed required and no validations bug [`915ddb8`](https://github.com/formsy/formsy-react/commit/915ddb8cee8182a3205ab85369d3c7330af41151)
- 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)

#### [v0.3.0](https://github.com/formsy/formsy-react/compare/v0.2.3...v0.3.0)

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

#### [v0.2.3](https://github.com/formsy/formsy-react/compare/v0.2.2...v0.2.3)

Expand Down
Loading

0 comments on commit 2adbaeb

Please sign in to comment.