diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db8aeff..e337ab20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.0-beta.4](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.3...v2.0.0-beta.4) + +> 12 July 2019 + +- Add prettier format to Markdown files [`#197`](https://github.com/formsy/formsy-react/pull/197) +- Fix test imports to use src not dist files [`#196`](https://github.com/formsy/formsy-react/pull/196) +- Bump all libraries [`#195`](https://github.com/formsy/formsy-react/pull/195) +- Allow HTMLFormElement attributes to be passed to a Formsy form [`#193`](https://github.com/formsy/formsy-react/pull/193) +- chore(deps): [Security] Bump lodash from 4.17.11 to 4.17.14 [`#191`](https://github.com/formsy/formsy-react/pull/191) +- Fix 'types' package key to point at the generated type declaration. [`#192`](https://github.com/formsy/formsy-react/pull/192) + #### [v2.0.0-beta.3](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.2...v2.0.0-beta.3) > 5 July 2019 @@ -64,6 +75,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) - 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) @@ -186,7 +198,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Use better displayNames for components wrapped into HOC [`#357`](https://github.com/formsy/formsy-react/pull/357) - Fixed #335: getErrorMessages is undocumented in API [`#335`](https://github.com/formsy/formsy-react/issues/335) - Fixed #298: RangeError: Maximum call stack size exceeded with custom validator [`#298`](https://github.com/formsy/formsy-react/issues/298) -- Fixed #361: Unknown props `onValidSubmit`, `onSubmitted` on