v2.1.3
jaredpalmer
released this
26 May 19:32
·
0 commits
to 2852cdb8ded18f5840dc3dac4cac4c4859120130
since this release
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 avalue
wasn't specified at /. Now we are nicer about it, and set the nextvalue
totrue
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!