Releases: formsy/formsy-react
Releases · formsy/formsy-react
v2.1.0
- Refactor index file, extract Formsy class to a separate file (#530) 371c646
- chore(deps): Bump lodash from 4.17.15 to 4.17.19 (#527) f2487ae
- Automatic library bumps (#511) 1261bff
- Improve initial render (#490) 78f3cd1
- fix: UMD version used in production build, closes #488 (#489) 257a8aa
- Add FormsyInjectedProps type (#470) 9bfef67
v2.0.3
v2.0.2
v2.0.1
- Respect dot notation in reset (#393) a2d2e5f
- Remove unnecesary externalError state (#398) d4eb73e
- Allow validation errors to be React elements (#394) 4096296
- Update rollup plugin libraries (#397) bebefbe
- Improvements to README and PR Template (#395) df5af84
- Fix types in Formsy spec tests (#396) 954370a
- Remove unused Formsy props; tighten types; improve runRules (#392) 0eaeef7
- Rename cloneIfObject to protectAgainstParamReassignment; Fix isObject (#391) 49fc634
- Added possibility to use browser builtin submit (#226) 761b3ef
- Improve test coverage (#378) b8881d0
- Dependabot Automatic Library Bumps (#376) 8b5a0db
- Use React's New Context API (#198) a79eec2
- Fix in-page link to updateInputsWithValue 6fcc682
- Change coveralls from dependency to dev dependency c9d9db5
- Add coverage to gitignore 0afef60
v2.0.0
- Much, much faster
- Many, many bug fixes
- Full Typescript typing
- Fixed deprecated lifecycle methods
- Updated all libraries
- Fixed a number of legacy decisions in the Formsy API, mostly a reliance on function props over value props passed down to wrapped components. However, the API changes are minor and listed below:
getErrorMessage()
=>errorMessage
getErrorMessages()
=>errorMessages
getValue()
=>value
hasValue()
=>hasValue
isFormDisabled():
=>isFormDisabled
isFormSubmitted()
=>isFormSubmitted
isPristine()
=>isPristine
isRequired()
=>isRequired
isValid():
=>isValid
showError()
=>showError
showRequired()
=>showRequired
v2.0.0-beta.8
- Edit types to parameterize value. Edit validations rules to apply to specific types (#341) 0c00e79
- Rewrite isSame to not use circular imports, remove arraysDiffer, objectsDiffer, find (#362) 3caf247
- Dependabot Automatic Library Bumps (#363) 3be238e
- Edit validation function type to add string type (for error message) (#339) 69ed456
- Add cloneIfObject utility to reduce code duplication (#337) dad4cfe
- Dependabot Automatic Library Bumps (#338) 803a8c9
- Apply automatic code formatting 9952dfe
- bug-fix: Improve performance, prevent redundant exponential data copy (#317) c6aac5f
- Fix deprecated lifecycle method usage in tests (#318) 292dbba
v2.0.0-beta.7
v2.0.0-beta.6
v2.0.0-beta.5
- Fix Typescript false vs boolean typing (#260) f8f99f9
- Fix Typescript type issue from false => boolean 0cafa43
- Bump np from 5.1.0 to 5.1.1 ec69f94
- Fix type incompatibility between validation and requiredValidation 349cc14
- Dependabot Automatic Library Bumps (#240) 9f04d39
- Update to wrapper types to fix props (#259) 2781dc3
- Remove deprecated lifecycle methods (#216) cbce6b1
- chore(deps-dev): Bump jest from 24.8.0 to 24.9.0 (#222) 4bd4950
- chore(deps-dev): Bump rollup from 1.19.2 to 1.20.3 (#223) 4d0bea5
- chore(deps-dev): Bump husky from 3.0.2 to 3.0.4 (#220) c72e6ac
- chore(deps): [Security] Bump eslint-utils from 1.4.0 to 1.4.2 (#215) 481432e
- chore(deps-dev): Bump @types/react from 16.8.24 to 16.9.2 (#221) 11e8a95
- Bump babel, typescript, and types (#212) 723bccc
- Fix shouldComponentUpdate and context changes in
withFormsy
(#200) 02656b2 - Add function formsyRef.setValue to change only one input (#189) 978d0b9
- Fix test utils imports to use src, not dist. (#199) 7233e35
v2.0.0-beta.4
- Add prettier format to Markdown files (#197) b5d836f
- Fix test imports to use src not dist files (#196) 64c922d
- Bump all libraries (#195) b6b6a69
- Allow HTMLFormElement attributes to be passed to a Formsy form (#193) 081af76
- chore(deps): [Security] Bump lodash from 4.17.11 to 4.17.14 (#191) fe380d0
- Fix 'types' package key to point at the generated type declaration. (#192) deab8dd