@@ -3,11 +3,31 @@ 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.4] - 2020.07.26
7
+
8
+ ### Fixed
9
+ * improve algorithm to check if a variable is coming from the pragma ([ #2706 ] [ ] @jzabala )
10
+ * [ ` prop-types ` ] : handle component returning null ([ #2696 ] [ ] @hank121314 )
11
+ * [ ` prop-types ` ] /[ ` function-component-definition ` ] : Add check for first letter capitalization in functional component detection ([ #2699 ] [ ] @jzabala )
12
+ * [ ` prop-types ` ] : use variable value in prop type fields defined by variables ([ #2704 ] [ ] @jzabala )
13
+ * [ ` no-typos ` ] : warn on a bindingless ` react ` import
14
+
15
+ ### Changed
16
+ * [ Tests] ` boolean-prop-naming ` : Added test for function invocation of bool ([ #2697 ] [ ] @ajkovar )
17
+ * [ Tests] ` jsx-curly-brace-presence ` , ` jsx-no-comment-textnodes ` : add passing tests
18
+ * [ Refactor] ` no-unused-state ` : avoid a loop
19
+
20
+ [ 7.20.4 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.20.4
21
+ [ #2704 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2704
22
+ [ #2699 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2699
23
+ [ #2697 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2697
24
+ [ #2696 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2696
25
+
6
26
## [ 7.20.3] - 2020-06-30
7
27
8
28
### Fixed
9
- * [ Fix ] ` no-unused-prop-types ` / ` prop-types ` : typescript interface support literal type and only FunctionComponent should have propTypes validation ([ #2690 ] [ ] @hank121314 )
10
- * [ Fix ] ` no-unused-prop-types ` /TypeScript: avoid crash on indexable interface ([ #2687 ] [ ] @ljharb )
29
+ * [ ` no-unused-prop-types ` ] / [ ` prop-types ` ] : typescript interface support literal type and only FunctionComponent should have propTypes validation ([ #2690 ] [ ] @hank121314 )
30
+ * [ ` no-unused-prop-types ` ] /TypeScript: avoid crash on indexable interface ([ #2687 ] [ ] @ljharb )
11
31
12
32
[ 7.20.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.2...v7.20.3
13
33
[ #2690 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2690
@@ -16,10 +36,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
16
36
## [ 7.20.2] - 2020-06-29
17
37
18
38
### Fixed
19
- * [ Fix ] [ ` no-unused-prop-types ` ] : handle optional chaining ([ #2679 ] [ ] @hank121314 )
20
- * [ Fix ] [ ` jsx-pascal-case ` ] : fix a false positive with "H1" ([ #2683 ] [ ] @ljharb )
21
- * [ Fix ] [ ` jsx-no-useless-fragment ` ] : avoid a crash when autofixing a self-closing React.Fragment ([ #2680 ] [ ] @ljharb )
22
- * [ Fix ] [ ` forbid-prop-types ` ] : avoid crash ([ #2682 ] [ ] @ljharb )
39
+ * [ ` no-unused-prop-types ` ] : handle optional chaining ([ #2679 ] [ ] @hank121314 )
40
+ * [ ` jsx-pascal-case ` ] : fix a false positive with "H1" ([ #2683 ] [ ] @ljharb )
41
+ * [ ` jsx-no-useless-fragment ` ] : avoid a crash when autofixing a self-closing React.Fragment ([ #2680 ] [ ] @ljharb )
42
+ * [ ` forbid-prop-types ` ] : avoid crash ([ #2682 ] [ ] @ljharb )
23
43
24
44
[ 7.20.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.1...v7.20.2
25
45
[ #2683 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2683
0 commit comments