Releases: formsy/formsy-react
Releases · formsy/formsy-react
v2.0.0-beta.3
- Significant tightening / improvements of Typescript Types (#175) be7d469
- chore(deps-dev): Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 (#185) 7f6cd66
- Add back a number of disabled eslint checks (#184) 6795089
- Bump all libraries and reset yarn lock (#183) 21fa6be
- Convert tests to Typescript (#182) 14fbac6
- Convert Wrapper to Typescript (#181) f6cca0e
- Convert index / Formsy to Typescript (#178) 7c138b0
- Bump all eslint libraries and reset yarn lock (#180) 6056170
- Convert utils to typescript (#177) 0c7ba35
- Convert validationRules to Typescript (#174) ed79715
- Restrict prettier from formatting dist (#176) 5f24a45
- Replace webpack with rollup for cleaner releases (#173) 02db580
- Clean up tests and remove unnecesary dev libraries (#172) f35d717
- Stop project from building when running yarn (#171) d1131b9
- Switch from standard-changelog to auto-changelog (#170) 8000684
- Revert some changes with Enzyme (#169) 0c0fd10
- docs: Update gitter badge (#168) cd52e9c
- Switch to Enzyme for testing (#167) fb2ebc6
- Switch to Jest for testing (#166) 4347dd8
- refactor: Upgrade all babel libraries to 7.x (#165) ddbeb9d
- chore(deps-dev): Bump np from 5.0.2 to 5.0.3 (#150) 5746110
- chore(deps-dev): Bump eslint-plugin-react from 7.5.1 to 7.13.0 (#163) dfe7847
- chore(deps): [Security] Bump hoek from 4.2.0 to 4.2.1 (#162) 3ab3cb6
- chore(deps-dev): Bump nodeunit from 0.11.2 to 0.11.3 (#159) a40e113
- chore(deps-dev): Bump eslint-plugin-jsx-a11y from 6.0.3 to 6.2.1 (#157) 035ebe4
- chore(deps-dev): Bump babel-eslint from 8.1.2 to 10.0.2 (#158) bdf33c2
- chore(deps-dev): Bump webpack from 3.10.0 to 3.12.0 (#160) 90cec3f
- chore(deps-dev): Bump eslint from 4.14.0 to 4.19.1 (#161) 025849c
- chore(deps-dev): Bump eslint-plugin-import from 2.8.0 to 2.17.3 (#149) 05b5c96
- chore(deps-dev): Bump sinon from 4.1.3 to 7.3.2 (#152) a32ef13
- chore(deps-dev): Bump react from 16.2.0 to 16.8.6 (#154) d8e5a46
v2.0.0-beta.2
- style: Add prettier (#156) ffd1005
- docs: Add guide for upgrading from 1.x to 2.x to README (#142) 2ffd0a4
- chore(deps): [Security] Bump extend from 3.0.1 to 3.0.2 (#147) d0a1fcb
- chore(deps): [Security] Bump is-my-json-valid from 2.16.1 to 2.20.0 (#148) 1ad7d25
- chore(deps): [Security] Bump lodash from 4.17.4 to 4.17.11 (#151) 9b63799
- chore(deps-dev): [Security] Bump react-dom from 16.2.0 to 16.8.6 (#155) 8ece9d8
- chore(deps): [Security] Bump stringstream from 0.0.5 to 0.0.6 (#153) 9793dc9
- Increase performance (#126) 4dcf816
- Fix: Improve comparison of dates in isSame (#129) db4f8ba
- Improve form valid state (#95) 9518834
- test(form): Element's sCU is called with correct value (#97) c4a44f9
- docs: Add Github pull request template (#140) ceef8c9
- Add information about standard-changelog (#139) 56564cd
- Remove broken examples and webpack-dev-server (#138) db19729
- Add np for standard, easy releases (#137) 47ccee6
- Merge v2.0 branch (#135) b1ca0d6
- Fixing #123 (#124) 1c5cc12
- fix: removed useless default for innerRef prop from the HOC to prevent warnings when the wrapped component is a SFC 3284327
- Merge pull request #101 from guillaumevincent/patch-1 9f6675f
- Fix isValidValue call in documentation e875c58
- Clarified preventExternalInvalidation 95dd051
v2.0.0-beta.1
- Add np comment for easier releases 8ffac25
- Merge v2.0 branch (#135) b1ca0d6
- Fixing #123 (#124) 1c5cc12
- fix: removed useless default for innerRef prop from the HOC to prevent warnings when the wrapped component is a SFC 3284327
- Merge pull request #101 from guillaumevincent/patch-1 9f6675f
- Fix isValidValue call in documentation e875c58
- Clarified preventExternalInvalidation 95dd051
v2.0.0-beta.0
v1.1.4
v1.1.2
v1.1.1
v1.1.0
Features
- React 16 support
v1.0.2
Improvements
- Exporting both
withFormsyandWrapperagain.Wrapperdisplays a deprecation warning, replicated some of the tests
v1.0.1
Bug Fixes
- #14 Change PropType for
valueto allow any (@twisty) - #8 Fix incorrect
mappingprop type (@rkuykendall) - #5 Updated readme and package.json for new organization (@rkuykendall)
Features
- Replaced
React.PropTypeswith prop-types - Removed
React.createClassto allow support for React 16
BREAKING CHANGES
- Mixins are deprecated and replaced with
withFormsyHOC you can use to wrap your components. See examples in the README Formsy.Formis also replaced withFormsy. You can still use the same API to manage validations and submit