File tree 2 files changed +22
-1
lines changed 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## [ 7.12.3] - 2019-01-04
7
+
8
+ ### Fixed
9
+ * [ ` jsx-indent ` ] [ ] : Prevent crash on valueless props ([ #2120 ] [ ] , @jomasti )
10
+ * [ ` jsx-fragments ` ] [ ] : avoid crashing on self-closing fragments ([ #2113 ] [ ] , @alexzherdev )
11
+ * [ ` no-unused-prop-types ` ] [ ] : Fix propType detection inside class bodies ([ #2115 ] [ ] , @drx )
12
+ * [ ` no-unused-prop-types ` ] [ ] : fix issue with propTypes misclassifying props ([ #2111 ] [ ] , @drx )
13
+ * [ ` display-name ` ] [ ] : fix false positive for ` React.memo ` ([ #2109 ] [ ] , @jomasti )
14
+
15
+ ### Changed
16
+ * [ Docs] add a missing comma in the JSON settings ([ #2117 ] [ ] , @haideralsh )
17
+ * [ Docs] update README to document React version detection ([ #2114 ] [ ] , @mohsinulhaq )
18
+
19
+ [ #2120 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2120
20
+ [ #2117 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2117
21
+ [ #2115 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2115
22
+ [ #2114 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2114
23
+ [ #2113 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2113
24
+ [ #2111 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2111
25
+ [ #2109 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2109
26
+
6
27
## [ 7.12.2] - 2019-01-02
7
28
8
29
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.12.2 " ,
3
+ "version" : " 7.12.3 " ,
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