File tree 2 files changed +19
-3
lines changed
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.
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.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
+
6
22
## [ 7.15.1] - 2019-10-01
7
23
8
24
### 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 )
10
26
11
27
### Changed
12
- * [ Docs] ` prefer-es6-class ` : Fix typos ([ #2425 ] [ ] @spencerbyw )
28
+ * [ Docs] [ ` prefer-es6-class ` ] [ ] : Fix typos ([ #2425 ] [ ] @spencerbyw )
13
29
14
30
[ #2426 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2426
15
31
[ #2425 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2425
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.15.1 " ,
3
+ "version" : " 7.16.0 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
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