Skip to content

Releases: jaredpalmer/formik

formik-native@2.1.14

10 Dec 14:40
7fdd514
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [d4314a1]:
    • formik@2.2.6

formik@3.0.0-next.8

02 Dec 19:36
1c36c1c
Compare
Choose a tag to compare
formik@3.0.0-next.8 Pre-release
Pre-release

Patch Changes

formik-native@2.1.10-next.8

02 Dec 19:36
1c36c1c
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [0e57c8d]:
    • formik@3.0.0-next.8

v2.1.4

26 May 19:32
Compare
Choose a tag to compare
Remove react from manifest

v2.1.3

26 May 19:32
Compare
Choose a tag to compare

Patches

  • Start examples page: 8f998ae
  • Be nicer around unspecified checkboxes: #2198. Previously, Formik would throw if a checkbox's key wasn't specified in initialValues and a value wasn't specified at /. Now we are nicer about it, and set the next value to true instead of throwing.
  • Fix compat with latest @types/react: #2214
  • Attempt to fix codesandbox: #2218
  • Try using forwardRef (bypassed commit hooks, sorry!): 67ff970
  • Revert "Try using forwardRef (bypassed commit hooks, sorry!)": 4ff1c5c
  • Update useField docs: #2233
  • Update field.md: #2228
  • Update SECURITY.md to conform to semver: #2227
  • Make num of rows in example equal: #2226
  • Fix grammar and typos: #2225
  • Load Snack code from external source so it stays up to date: #2242

Credits

Huge thanks to @mackness, @JanCizmar, @is2ei, @leonvisscher, @stephan281094, and @brentvatne for helping!

v2.1.2...v2.1.3

v2.1.2

26 May 19:32
Compare
Choose a tag to compare

Patches

  • Fix broken formatting on useField docs: 587c5ee
  • Merge pull request #2175 from zingerj/patch-1: 7173d74
  • Fix hasOwnProperty: #2178
  • Fix for Object-like data without hasOwnProperty: #2177
  • Fix now.sh upstream: 4b23009
  • Fix now docs deploys by specifying node engine: 7f00fd6
  • Add generic to FieldHelperProps typings: #2179
  • Run tests on node 12: 9c1b0d0
  • Fix typo in Field documentation: #2183
  • Patch to getValueForCheckbox to resolve issues with undefined values: #2188
  • Fix use event callback in handlers: #2187
  • Update type of as and component props in FieldConfig to enable using forwardRef wrapped components with Field and FastField (#2193): #2182
  • Trigger onReset when resetForm is called, not just handleReset: #2201
  • Upgrade deps: #2203
  • Document the v2 breaking change of validate: #2195
  • Add submitForm to FormikHelpers to allow form re-submit: #2185
  • Run validationSchema for validateField calls: #1784
  • Expose formikbag as imperative methods: #1972

Credits

Huge thanks to @BjoernRave, @emrosenf, @kristenmills, @dremex, @zachintosh, @deini, @brunohkbx, @Menardi, @gwn, @fabb, and @jamesmosier for helping!

v2.1.1...v2.1.2

formik@3.0.0-next.7

19 Nov 16:42
d339bfb
Compare
Choose a tag to compare
formik@3.0.0-next.7 Pre-release
Pre-release

Patch Changes

  • 90fd693 #2921 Thanks @jaredpalmer! - Add hooks useSetValue, useSetErrors, useSetTouched, useSetStatus, useSubmitForm, useResetForm, useIsSubmitting, useIsValid, useIsDirty, useValidateForm, useValidateField

formik-native@2.1.10-next.7

19 Nov 16:42
d339bfb
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [90fd693]:
    • formik@3.0.0-next.7

formik@3.0.0-next.6

16 Nov 15:51
3c51c71
Compare
Choose a tag to compare
formik@3.0.0-next.6 Pre-release
Pre-release

Patch Changes

formik@3.0.0-next.5

16 Nov 15:04
76fa3c7
Compare
Choose a tag to compare
formik@3.0.0-next.5 Pre-release
Pre-release

Patch Changes