Comparing version 2.2.5 to 2.2.6
# formik | ||
## 2.2.6 | ||
### Patch Changes | ||
- [`d4314a1`](https://github.com/formium/formik/commit/d4314a14cac4bfb0b2c2f1e5cf07a4fc3fb2d2d8) [#2955](https://github.com/formium/formik/pull/2955) Thanks [@jkbktl](https://github.com/jkbktl)! - fix(docs): fix link to docs in console warning | ||
## 2.2.5 | ||
@@ -4,0 +10,0 @@ |
@@ -74,3 +74,3 @@ import * as React from 'react'; | ||
/** Set error message of a form field directly */ | ||
setFieldError: (field: string, message: string) => void; | ||
setFieldError: (field: string, message: string | undefined) => void; | ||
/** Set whether field has been touched directly */ | ||
@@ -77,0 +77,0 @@ setFieldTouched: (field: string, isTouched?: boolean, shouldValidate?: boolean) => void; |
{ | ||
"name": "formik", | ||
"description": "Forms in React, without tears", | ||
"version": "2.2.5", | ||
"description": "Build forms in React, without the tears", | ||
"version": "2.2.6", | ||
"license": "Apache-2.0", | ||
"author": "Jared Palmer <jared@palmer.net>", | ||
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)", | ||
"repository": "formium/formik", | ||
"homepage": "https://formik.org", | ||
"keywords": [ | ||
"formik", | ||
"form", | ||
"forms", | ||
"react", | ||
"react-dom", | ||
"form", | ||
"hooks", | ||
"react hooks", | ||
"validation", | ||
"forms", | ||
"render props", | ||
"validation", | ||
"higher order component", | ||
"hoc" | ||
], | ||
"funding": [ | ||
{ | ||
"type": "individual", | ||
"url": "https://opencollective.com/formik" | ||
} | ||
], | ||
"main": "dist/index.js", | ||
@@ -20,0 +30,0 @@ "umd:main": "dist/formik.umd.production.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
578843
1