Skip to content

Releases: formsy/formsy-react

v2.1.0

27 Jul 21:07
Compare
Choose a tag to compare

v2.0.3...v2.1.0

v2.0.3

05 May 17:51
Compare
Choose a tag to compare
  • Automatic Library Updates (#416) 6e38f70
  • Allow errors in UpdateInputsWithError method to be React elements (#468) 63df277

v2.0.2...v2.0.3

v2.0.2

18 Feb 16:28
Compare
Choose a tag to compare

v2.0.1...v2.0.2

v2.0.1

18 Feb 03:48
Compare
Choose a tag to compare
  • 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...v2.0.1

v2.0.0

03 Feb 13:50
Compare
Choose a tag to compare
  • 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

v1.1.4...v2.0.0

v2.0.0-beta.8

30 Jan 21:24
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release
  • 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.8

v2.0.0-beta.7

14 Dec 15:41
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
  • Dependabot Automatic Library Bumps (#305) eceadad
  • Updated API.md to make emphasis in the double quote validation argument (#304) 59bb0a4
  • Fix wrapper unregister on unmount. (#282) 39be45c

v2.0.0-beta.6...v2.0.0-beta.7

v2.0.0-beta.6

28 Oct 21:16
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

27 Oct 02:46
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release
  • 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...v2.0.0-beta.5

v2.0.0-beta.4

12 Jul 12:49
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release
  • 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

v2.0.0-beta.3...v2.0.0-beta.4