Changelog for eslint-plugin-react-hooks@4.3.0

This commit is contained in:
Dan Abramov
2021-11-09 13:55:27 +00:00
committed by GitHub
parent 2b77ab26ad
commit 827021c4e3
@@ -1,3 +1,11 @@
## 4.3.0
* Support ESLint 8. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#22248](https://github.com/facebook/react/pull/22248))
* Fix a crash with an empty effect. ([@ChrisRu](https://github.com/ChrisRu) in [#20385](https://github.com/facebook/react/pull/20385))
* Improve the error message. ([@callmetwan](https://github.com/callmetwan) in [#20692](https://github.com/facebook/react/pull/20692))
* Handle optional chained methods as dependency. ([@AriPerkkio](https://github.com/AriPerkkio) in [#20247](https://github.com/facebook/react/pull/20247))
* Assume the new `useTransition` signature in the rule. ([@rickhanlonii](https://github.com/rickhanlonii) in [#20976](https://github.com/facebook/react/pull/20976))
## 4.2.0
* No changes, this was an automated release together with React 17.