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
55
66## Unreleased  
77
8+ ## [ 7.25.2]  - 2021.09.16 
9+ 
810### Fixed  
911*  [ ` jsx-no-useless-fragments ` ] : Handle insignificant whitespace correctly when ` allowExpressions `  is ` true `  ([ #3061  ] [ ]  @benj-dobs  )
1012*  [ ` prop-types ` ] , ` propTypes ` : handle implicit ` children `  prop in react's generic types ([ #3064  ] [ ]  @vedadeepta  )
1113*  [ ` display-name ` ] : fix arrow function returning result of function call with JSX arguments being interpreted as component ([ #3065  ] [ ]  @danielfinke  )
1214*  [ ` jsx-no-target-blank ` ] : avoid crash on attr-only href ([ #3066  ] [ ]  @ljharb   @gaz77a  )
1315*  [ ` jsx-uses-vars ` ] : ignore lowercase tag names ([ #3070  ] [ ]  @alanorozco  )
1416
17+ [ 7.25.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2 
1518[ #3070 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3070 
1619[ #3066 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3066 
1720[ #3065 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3065 
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" 
3-  "version" : " 7.25.1 " 
3+  "version" : " 7.25.2 " 
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" 
55 "description" : " React specific linting rules for ESLint" 
66 "main" : " index.js" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments