Releases: jaredpalmer/formik
Releases · jaredpalmer/formik
[email protected]
Patch Changes
e04886d
#2820 Thanks @wellyshen! - Fixed bug with scheduler andvalidateFormWithLowPriority
method not be scheduled correctly
[email protected]
Patch Changes
- Updated dependencies [
e04886d
]:
[email protected]
Minor Changes
-
4148181
#2794 Thanks @jaredpalmer! -setValue
can now optionally accept a function as a callback, exposingReact.SetStateAction
functionality. Previously, only the entire object was
allowed which caused issues with stale props.setValues(prevValues => ({...prevValues, ... }))
[email protected]
Patch Changes
- Updated dependencies [
4148181
]:
[email protected]
Patch Changes
bda9f41
#2785 Thanks @jaredpalmer! - Replace all instances of the deprecated React.SFC type with React.FC
[email protected]
Patch Changes
- Updated dependencies [
bda9f41
]:
v2.1.6-canary.0
v2.1.5-canary.0
v2.1.5-canary.0
v2.1.4-canary.0
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
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!