prettier / prettier-browser-extension

Prettier Browser Extension
https://chrome.google.com/webstore/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp
MIT License
201 stars 18 forks source link

Bump react-hook-form from 6.5.0 to 6.7.0 #334

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps react-hook-form from 6.5.0 to 6.7.0.

Release notes

Sourced from react-hook-form's releases.

Version 6.7.0

🏅 close 2730 improve clearErrors with exact option (#2765)

clearErrors('test.firstName')
clearErrors('test.lastName')
clearErrors('test', { exact: false }) // remove the entire `test` errors object

👨🏻‍💻 setError second argument as optional (#2766) 👨🏻‍💻 fix formState as dep (#2768) 🐞 fix #2758 improve re-render with multiple trigger (#2763) 🐞 fix #2754 group checkbox with defaultValues (#2761) 🐞 fix #2757 setValue bug with shouldUnregister (#2760)

Version 6.6.0

🐞 fix #2740 issue with schema validation isValid formState (#2745) 🐞 fix #2725 issue with dirty formState combined with watch API (#2736) 🐞 fix 2729 prepend child FieldArray (#2734) 👨🏻‍💻 expose all types (#2733) 👨🏻‍💻 Enrich warning messages under dev bulid (#2717)

Version 6.5.3

👨🏻‍💻 fix ref destructure 🐞 fix useFieldArray append diirtyFields issue (#2705)

Version 6.5.2

🚂 export types and fix minor issues (#2703) 🙅🏽‍♂️ improve rollup config to support ie11 (#2702) 👨🏻‍💻 export FieldValues, FormStateProxy types from the main package (#2640)

Version 6.5.1

🐞 fix useWatch stale value (#2693) 👀 improved MutationObserver usage (#2670)

Changelog

Sourced from react-hook-form's changelog.

[6.7.0] - 2020-08-30

Added

  • clearError have second option argument for clear errors which are exact or key name
register('test.firstName', { required: true });
register('test.lastName', { required: true });
clearErrors('test', { exact: false }); // will clear both errors from test.firstName and test.lastName
clearErrors('test.firstName'); // for clear single input error

[6.6.0] - 2020-08-28

Changed

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)