@@ -9,6 +9,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
9
9
* [ ` button-has-type ` ] : support trivial ternary expressions ([ #2748 ] [ ] @Hypnosphi )
10
10
* [ ` jsx-handler-names ` ] : add ` checkInlineFunction ` option ([ #2761 ] [ ] @dididy )
11
11
* [ ` jsx-no-literals ` ] : add ` noAttributeStrings ` option ([ #2782 ] [ ] @TaLeaMonet )
12
+ * [ ` prop-types ` ] : add support for ` PropTypes.exact ` ([ #2740 ] [ ] @jzabala )
13
+ * [ ` jsx-filename-extension ` ] : Add allow option ([ #2746 ] [ ] @remcohaszing )
12
14
13
15
### Fixed
14
16
* [ ` function-component-definition ` ] : ignore object properties ([ #2771 ] [ ] @stefan-wullems )
@@ -23,9 +25,13 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
23
25
* [ ` jsx-props-no-multi-spaces ` ] : "Expected no line gap between" false positive ([ #2792 ] [ ] @karolina-benitez )
24
26
* [ ` no-unknown-property ` ] : check attributes with any input case ([ #2790 ] [ ] @julienw )
25
27
* [ ` prop-types ` ] /[ ` no-unused-prop-types ` ] : handle CallExpression in ReturnType ([ #2802 ] [ ] @hank121314 )
28
+ * [ ` jsx-uses-react ` ] : mark fragment variables as used ([ #2775 ] [ ] @remcohaszing )
29
+ * [ ` no-unused-prop-types ` ] : improve component declared props detection ([ #2755 ] [ ] @jzabala )
30
+ * [ ` jsx-props-no-multi-spaces ` ] : Show error in multi-line props ([ #2756 ] [ ] @iiison )
26
31
27
32
### Changed
28
33
* [ Tests] [ ` jsx-one-expression-per-line ` ] : add passing tests ([ #2799 ] [ ] @TaLeaMonet )
34
+ * [ Tests] [ ` prop-types ` ] : add test ([ #2757 ] [ ] @jzabala )
29
35
30
36
[ #2802 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2802
31
37
[ #2801 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2801
@@ -38,12 +44,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
38
44
[ #2782 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2782
39
45
[ #2780 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2780
40
46
[ #2779 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2779
47
+ [ #2775 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2775
41
48
[ #2772 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2772
42
49
[ #2771 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2771
43
50
[ #2770 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2770
44
51
[ #2767 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2767
45
52
[ #2761 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2761
53
+ [ #2757 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2757
54
+ [ #2756 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2756
46
55
[ #2748 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2748
56
+ [ #2746 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2746
57
+ [ #2740 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2740
47
58
[ #1689 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1689
48
59
49
60
## [ 7.20.6] - 2020.08.12
0 commit comments