File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ 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.20.5] - 2020.07.28
7
+
8
+ ### Fixed
9
+ * [ ` jsx-curly-brace-presence ` ] : disable disallowed JSX text chars check in props ([ #2710 ] [ ] @jzabala )
10
+ * [ ` no-unused-state ` ] : check for class expression ([ #2712 ] [ ] @jzabala )
11
+ * [ ` prop-types ` ] : handle anonymous functions ([ #2730 ] [ ] , [ #2731 ] [ ] @odinho @wKich @jzabala )
12
+
13
+ ### Docs
14
+ * [ Docs] [ ` no-access-state-in-setstate ` ] : fix example ([ #2724 ] [ ] @youngjuning )
15
+
16
+ [ 7.20.5 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.4...v7.20.5
17
+ [ #2731 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2731
18
+ [ #2730 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2730
19
+ [ #2724 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2724
20
+ [ #2712 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2712
21
+ [ #2710 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2710
22
+
6
23
## [ 7.20.4] - 2020.07.26
7
24
8
25
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.20.4 " ,
3
+ "version" : " 7.20.5 " ,
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