Skip to content

Releases: jaredpalmer/formik

formik@2.2.1

23 Oct 20:05
67c0da9
Compare
Choose a tag to compare

Patch Changes

  • e04886d #2820 Thanks @wellyshen! - Fixed bug with scheduler and validateFormWithLowPriority method not be scheduled correctly

formik-native@2.1.9

23 Oct 20:05
67c0da9
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e04886d]:
    • formik@2.2.1

formik@2.2.0

08 Oct 21:01
7279751
Compare
Choose a tag to compare

Minor Changes

  • 4148181 #2794 Thanks @jaredpalmer! - setValue can now optionally accept a function as a callback, exposing React.SetStateAction functionality. Previously, only the entire object was
    allowed which caused issues with stale props.

    setValues(prevValues => ({...prevValues, ... }))

formik-native@2.1.8

08 Oct 21:01
7279751
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [4148181]:
    • formik@2.2.0

formik@2.1.7

01 Oct 21:08
d1c1657
Compare
Choose a tag to compare

Patch Changes

formik-native@2.1.7

01 Oct 21:08
d1c1657
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [bda9f41]:
    • formik@2.1.7

v2.1.6-canary.0

24 Sep 20:06
Compare
Choose a tag to compare
v2.1.6-canary.0 Pre-release
Pre-release

Patches

  • Add props.validateOnChange check to cDU #2148
  • Fix validateOnMount to validate even when initialValues is unchanged #2625
  • Extract validateOnMount into its own hook

v2.1.5-canary.0

14 Jul 17:57
Compare
Choose a tag to compare
v2.1.5-canary.0 Pre-release
Pre-release
v2.1.5-canary.0

v2.1.4-canary.0

06 Feb 18:12
Compare
Choose a tag to compare
v2.1.4-canary.0 Pre-release
Pre-release

Patches

  • Docs: mention that ref prop currently doesn't work: #2235
  • Fix typo in 'Field' docs: #2236
  • Fix typo in api docs: #2232
  • Adds the same behavior in the resetForm as a formik v1.: #2205
  • Add Gremlin to users: #2216
  • Fix validateOnMount useEffect issue: #2243
  • [ImgBot] Optimize images: #2252
  • Add basic-typescript codesandbox example folder: 8bd2b54
  • Add array example: 21ca9a6
  • Add checkbox example: 0c803ba
  • Add Radio Group example: f67e217
  • Add async submission example: ce12418
  • Add one-liner readme's to examples: a5210f0
  • Fix combined validations example: fd35d5a
  • Add instant feedback example: 6e963ca
  • Created new page with links to wrapper libs: #2269
  • Updated docusaurus to v1.14.4: #2264
  • Update JS-doc for mapPropsToErrors to reference errors state: #2258
  • Add setError to v2 breaking changes doc: #2272
  • Upgrade to tsdx 12: #2275

Credits

Huge thanks to @brunohkbx, @aloeugene, @mstanielewicz, @krailler, @zslabs, @whazap, @jcolbyfisher, @jkimbo, and @lukebrobbs for helping!

v2.1.3-canary.1

28 Jan 14:59
Compare
Choose a tag to compare
v2.1.3-canary.1 Pre-release
Pre-release

Patches

  • 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!