File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,29 @@ 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.16.0] - 2019-10-04
7+
8+ ### Added
9+ * [ ` jsx-sort-default-props ` ] [ ] : make rule fixable ([ #2429 ] [ ] @emroussel )
10+
11+ ### Fixed
12+ * [ ` jsx-no-useless-fragment ` ] [ ] : use ` array-includes ` over ` .includes ` for back compat (@ljharb )
13+ * [ ` jsx-curly-brace-presence ` ] [ ] : allow necessary white-space literal ([ #2437 ] [ ] @uniqname )
14+ * [ ` jsx-curly-brace-presence ` ] [ ] : warns incorrectly on trailing whitespace ([ #2431 ] [ ] @BC-M )
15+ * [ ` no-unused-prop-types ` ] [ ] : false positive when nested destructuring ([ #2428 ] [ ] @golopot )
16+
17+ [ #2437 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2437
18+ [ #2431 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2431
19+ [ #2429 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2429
20+ [ #2428 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2428
21+
622## [ 7.15.1] - 2019-10-01
723
824### Fixed
9- * ` jsx-curly-brace-presence ` : bail out checks when JSXElements are passed as props ([ #2426 ] [ ] @vedadeepta )
25+ * [ ` jsx-curly-brace-presence ` ] [ ] : bail out checks when JSXElements are passed as props ([ #2426 ] [ ] @vedadeepta )
1026
1127### Changed
12- * [ Docs] ` prefer-es6-class ` : Fix typos ([ #2425 ] [ ] @spencerbyw )
28+ * [ Docs] [ ` prefer-es6-class ` ] [ ] : Fix typos ([ #2425 ] [ ] @spencerbyw )
1329
1430[ #2426 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2426
1531[ #2425 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2425
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.15.1 " ,
3+ "version" : " 7.16.0 " ,
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