eslint-plugin-react-hooks@4.0.3

This commit is contained in:
Dan Abramov 2020-05-26 16:11:08 +01:00
parent bb2239dc90
commit 67e130fc68
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 4.0.3
* Remove the heuristic that checks all Hooks ending with `Effect` due to too many false positives. ([@gaearon](https://github.com/gaearon) in [#19004](https://github.com/facebook/react/pull/19004))
## 4.0.2
* Prevent Hooks that have `Effect` in the middle from being considered effects. ([@surgeboris](https://github.com/surgeboris) in [#18907](https://github.com/facebook/react/pull/18907))

View File

@ -1,7 +1,7 @@
{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "4.0.2",
"version": "4.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",