npm formik 2.0.1-rc.10

latest releases: 2.4.6, 2.4.5, 2.4.4...
4 years ago

(Maybe) Breaking Change

Schema based low-priority validation (triggered by change/blur) now runs at a given schema path using Yup.schema.validateAt (if possible). This means that Yup will run validation against a single slice of the whole schema if it can do so. This should significantly boost perf on underpowered devices. There may be some edge cases that we need to iron out, but neither I or Jason Quense could come up with ones. Regardless, we'll mark this as a breaking change (even though it probably isn't).

Commits

  • Make sure that field registry isn't recycled (#1658) ade2dc6
  • Missing shouldValidate parameter from typings (#1643) 793a58e
  • fix missing import yup package (#1641) 4e629c9
  • Run low-pri validation at a given field / path in schema (#1578) 7ba657c

v2.0.1-rc.8...v2.0.1-rc.10

Don't miss a new formik release

NewReleases is sending notifications on new releases.