File tree 2 files changed +5
-2
lines changed
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
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.28.0] - 2021.12.22
9
+
8
10
### Added
9
11
* [ ` function-component-definition ` ] : support namedComponents option being an array ([ #3129 ] [ ] @petersendidit )
10
- * component detection: add ` util.isReactHookCall ` ([ #3156 ] [ ] @duncanbeevers )
11
12
12
13
### Fixed
13
14
* [ ` 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
16
17
* [ Refactor] [ ` no-arrow-function-lifecycle ` ] , [ ` no-unused-class-component-methods ` ] : use report/messages convention (@ljharb )
17
18
* [ Tests] component detection: Add testing scaffolding ([ #3149 ] [ ] @duncanbeevers )
18
19
* [ New] component detection: track React imports ([ #3149 ] [ ] @duncanbeevers )
20
+ * [ New] component detection: add ` util.isReactHookCall ` ([ #3156 ] [ ] @duncanbeevers )
19
21
22
+ [ 7.28.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0
20
23
[ #3156 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3156
21
24
[ #3149 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3149
22
25
[ #3146 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3146
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.27.1 " ,
3
+ "version" : " 7.28.0 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments