Improvements
validateOnMount?: boolean = false
(does what you think it does)- Added CodeSandbox CI for PRs
- Validation errors are no longer swallowed
- New v2 tutorial
- You can now reinitialize touched, errors, and status by changing
initialX
.
Bug fixes
- Fixed useEventCallback()
- Added back SSR support
Commits
- #1134 fix validationSchema nested object for FieldArray Validat… (#1135) fb3e004
- Add validateOnMount (#1913) 4ccb6b2
- v2 tutorial (#1831) 92749ed
- Activating Open Collective (#1892) 9d22e28
- Correct type signature of resetForm, fix initialErrors, touched… (#1908) d72cbbf
- Replace deprecated prepublish npm script with prepublishOnly (#1910) 526f7ad
- Add config for CodeSandbox CI (#1802) e1f84e9
- Recursively validateYupSchema. Fix #1520 (#1740) 25edd71
- Stop eating validation errors (#1846) b26aba9
- update connect() type signature (#1797) 93647ca
- set initial value for ref in useEventCallback() (#1826) 45b7bb9
- Allow re-initialize of errors and touched (#1799) 3aaaef3
- Add useCallback to setFormikState (#1820) 073ee36
- Fix typo in useFormikContext example (#1881) 819c745
- Add link to accessibility article (#1885) 5e23096
- Fix typos in useFormikContext.md (#1890) 9c1ae03
- Fix a few typos (#1852) 1e05f66
- iOS UX fix for form submittal (#1844) 14f0455
- fix error with onChange for select-multiple (#1848) f6adef5
- Improve documentation of setSubmitting. (#1857) 909292d
- Create FUNDING.yml eefe964
- Update tutorial.md (#1806) 2be1cf0
- Release Notes for Latest Version in Docs (#1785) 44afb37
- add zauberware.com as formik user (#1710) 26ce764
- fix setIn when deep object or array is wrong type (#1774) 0b24613
- Update validation.md (#1769) da9da04
- Document useFormikContext() (#1764) 3da4858
- Fix undefined error in yupToFormErrors. (#1767) 24ac8dd
- Kill cached directories 6d8e56d
- Use useIsomorphicLayoutEffect (#1766) 2832282