Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 11, 2020
1 parent 2219193 commit 6383b86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/gentle-boxes-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'formik': patch
---

Added optimized Form, ErrorMessage, and the following additional optimized field-level hooks
and components that only rerender when their respective slices have changed:

- `unstable_useFieldValue`
- `unstable_useFieldTouched`
- `unstable_useFieldError`
- `unstable_useStrictField`
- `unstable_StrictField`

In addition, there is a very very unstable `unstable_useFormikContextSelector` that we'll be using
to prototype other APIss in product that is also included. This will definitely **not** be released, so you have been warned.

0 comments on commit 6383b86

Please sign in to comment.