File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
627## [ 7.12.2] - 2019-01-02
728
829### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.12.2 " ,
3+ "version" : " 7.12.3 " ,
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