v1.0.0-alpha.3
Pre-release
Pre-release
jaredpalmer
released this
14 Mar 20:17
·
1398 commits
to main
since this release
Minor Release
New Stuff
submitCount
is now tracked by Formik state. More specifically, this tracks submit "attempts." It increments whenever eitherhandleSubmit
orsubmitForm
are called (before Formik looks if there are errors present). It resets to0
when eitherresetForm
orhandleReset
are called. Note: this may be renamedsubmitAttemptCount
in the future.- Updated docs
- Improved build tooling
Commits
- Remove hoistStatics from src 6ca00ad
- Stop bundling external dependencies (#513) 9ec072a
- Fix formatting for Table of Contents header (#425) 6857709
- Improve
FieldArray
example in README (#433) 62f03d1 - Add submitCount to Formik (#477) 89eaf0a
- Call validate method for each step (#508) b29e602
- Update README.md (#501) 5a71a47
- fix: modify conditionals in Guides#Basics in README (#498) e05ca99
- Fix example for Field#validate in README (#482) ee37297