Releases: andykao1213/eslint-plugin-react-hook-form
Releases · andykao1213/eslint-plugin-react-hook-form
v0.3.1
What's Changed
- docs: fix typo by @goatwu1993 in #22
- feat(no-use-watch): Add rule prohibiting use of watch by @tatsuya-asami in #26
New Contributors
- @goatwu1993 made their first contribution in #22
- @tatsuya-asami made their first contribution in #26
Full Changelog: v0.3.0...v0.3.1
0.3.0 Release
What's Changed
- feat: Added support for useFormContext by @getTobiasNielsen in #20
- docs: Possible mistake in the readme by @getTobiasNielsen in #21
New Contributors
- @getTobiasNielsen made their first contribution in #20
Full Changelog: v0.2.5...v0.3.0
0.2.5 Release
0.2.4 Release
What's Changed
- fix(no-nested-object-setvalue): only throw error for Array & Object expressions by @andykao1213 in #18
Full Changelog: v0.2.3...v0.2.4
0.2.3 Release
0.2.2 Release
0.2.1 Release
v0.2.0
- Check if
formStatecomes fromuseFrom()oruseFormState()