@@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.21.3] - 2020.10.02
9
+
8
10
## Fixed
9
11
* [ ` prop-types ` ] : fix Cannot read property 'type' of undefined error when destructured param ([ #2807 ] [ ] @minwe )
10
12
* [ ` no-typos ` ] : avoid crash on spread syntax in createReactClass object ([ #2816 ] [ ] @ljharb @Songyu-Wang )
11
13
14
+ [ 7.21.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.2...v7.21.3
12
15
[ #2816 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2816
13
16
[ #2807 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2807
14
17
@@ -17,13 +20,15 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
17
20
### Fixed
18
21
* [ ` prop-types ` ] : handle RestElement in destructured param ([ #2805 ] [ ] @hank121314 )
19
22
23
+ [ 7.21.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.1...v7.21.2
20
24
[ #2805 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2805
21
25
22
26
## [ 7.21.1] - 2020.09.23
23
27
24
28
### Fixed
25
29
* [ ` jsx-handler-names ` ] : avoid a crash when an inline prop is not a MemberExpression ([ #2803 ] [ ] @willheslam )
26
30
31
+ [ 7.21.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.0...v7.21.1
27
32
[ #2803 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2803
28
33
29
34
## [ 7.21.0] - 2020.09.22
@@ -56,6 +61,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
56
61
* [ Tests] [ ` jsx-one-expression-per-line ` ] : add passing tests ([ #2799 ] [ ] @TaLeaMonet )
57
62
* [ Tests] [ ` prop-types ` ] : add test ([ #2757 ] [ ] @jzabala )
58
63
64
+ [ 7.21.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.6...v7.21.0
59
65
[ #2802 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2802
60
66
[ #2801 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2801
61
67
[ #2799 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2799
0 commit comments