File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.25.2] - 2021.09.16
9
+
8
10
### Fixed
9
11
* [ ` jsx-no-useless-fragments ` ] : Handle insignificant whitespace correctly when ` allowExpressions ` is ` true ` ([ #3061 ] [ ] @benj-dobs )
10
12
* [ ` prop-types ` ] , ` propTypes ` : handle implicit ` children ` prop in react's generic types ([ #3064 ] [ ] @vedadeepta )
11
13
* [ ` display-name ` ] : fix arrow function returning result of function call with JSX arguments being interpreted as component ([ #3065 ] [ ] @danielfinke )
12
14
* [ ` jsx-no-target-blank ` ] : avoid crash on attr-only href ([ #3066 ] [ ] @ljharb @gaz77a )
13
15
* [ ` jsx-uses-vars ` ] : ignore lowercase tag names ([ #3070 ] [ ] @alanorozco )
14
16
17
+ [ 7.25.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2
15
18
[ #3070 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3070
16
19
[ #3066 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3066
17
20
[ #3065 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3065
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.25.1 " ,
3
+ "version" : " 7.25.2 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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