Skip to content

Commit

Permalink
eslint-plugin-react-hooks@4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 7, 2020
1 parent 7c35cb2 commit 6fd4321
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/eslint-plugin-react-hooks/CHANGELOG.md
@@ -1,3 +1,14 @@
## 4.0.6
* Fix crashes and other bugs related to optional chaining. ([@gaearon](https://github.com/gaearon) in [#19273](https://github.com/facebook/react/pull/19273) and [#19275](https://github.com/facebook/react/pull/19275))

## 4.0.5
* Fix a crash when the dependency array has an empty element. ([@yeonjuan](https://github.com/yeonjuan) in [#19145](https://github.com/facebook/react/pull/19145))
* Fix a false positive warning that occurs with optional chaining. ([@fredvollmer](https://github.com/fredvollmer) in [#19061](https://github.com/facebook/react/pull/19061))

## 4.0.4
* Fix a false positive warning that occurs with optional chaining. ([@fredvollmer](https://github.com/fredvollmer) in [#19061](https://github.com/facebook/react/pull/19061))
* Support nullish coalescing and optional chaining. ([@yanneves](https://github.com/yanneves) in [#19008](https://github.com/facebook/react/pull/19008))

## 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))

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-hooks/package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "4.0.5",
"version": "4.0.6",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
Expand Down

0 comments on commit 6fd4321

Please sign in to comment.