From 827021c4e30d632f48cdaa41b2e6b2da8719eb8d Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 9 Nov 2021 13:55:27 +0000 Subject: [PATCH] Changelog for eslint-plugin-react-hooks@4.3.0 --- packages/eslint-plugin-react-hooks/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/eslint-plugin-react-hooks/CHANGELOG.md b/packages/eslint-plugin-react-hooks/CHANGELOG.md index b3e5d1736cb4c..6a560c6012f41 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -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.