File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55
66## Unreleased
77
8+ ## [ 7.28.0] - 2021.12.22
9+
810### Added
911* [ ` function-component-definition ` ] : support namedComponents option being an array ([ #3129 ] [ ] @petersendidit )
10- * component detection: add ` util.isReactHookCall ` ([ #3156 ] [ ] @duncanbeevers )
1112
1213### Fixed
1314* [ ` jsx-indent-props ` ] : Reset ` line.isUsingOperator ` correctly after ternary ([ #3146 ] [ ] @tobiaswaltl )
@@ -16,7 +17,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1617* [ Refactor] [ ` no-arrow-function-lifecycle ` ] , [ ` no-unused-class-component-methods ` ] : use report/messages convention (@ljharb )
1718* [ Tests] component detection: Add testing scaffolding ([ #3149 ] [ ] @duncanbeevers )
1819* [ New] component detection: track React imports ([ #3149 ] [ ] @duncanbeevers )
20+ * [ New] component detection: add ` util.isReactHookCall ` ([ #3156 ] [ ] @duncanbeevers )
1921
22+ [ 7.28.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0
2023[ #3156 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3156
2124[ #3149 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3149
2225[ #3146 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3146
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.27.1 " ,
3+ "version" : " 7.28.0 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments