@@ -3,6 +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.12.4] - 2019-01-16
7
+
8
+ ### Fixed
9
+ * [ ` no-unused-prop-types ` ] [ ] : avoid a crash ([ #2131 ] [ ] , @ljharb )
10
+ * [ ` prop-types ` ] [ ] : avoid further crashes from nonexistent nodes in unusedPropTypes ([ #2127 ] [ ] , @ljharb )
11
+ * [ ` prop-types ` ] [ ] : Read name of callee object ([ #2125 ] [ ] , @CrOrc )
12
+ * [ ` prop-types ` ] [ ] : Ignore reassignments when matching props declarations with components ([ #2051 ] [ ] , [ #1957 ] [ ] , @yannickcr )
13
+ * [ ` prop-types ` ] [ ] , [ ` no-unused-prop-types ` ] [ ] , [ ` require-default-props ` ] [ ] : Detect components with return statement in switch/case ([ #2118 ] [ ] , @yannickcr )
14
+
15
+ ### Changed
16
+ * [ ` prop-types ` ] [ ] , [ ` no-typos ` ] [ ] : add passing test cases ([ #2123 ] [ ] , [ #2128 ] [ ] , [ #2136 ] [ ] , [ #2134 ] [ ] , @ljharb )
17
+
18
+ [ #2136 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2136
19
+ [ #2134 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2134
20
+ [ #2131 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2131
21
+ [ #2128 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2128
22
+ [ #2127 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2127
23
+ [ #2125 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2125
24
+ [ #2123 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2123
25
+ [ #2118 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2118
26
+ [ #2051 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2051
27
+ [ #1957 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1957
28
+
6
29
## [ 7.12.3] - 2019-01-04
7
30
8
31
### Fixed
0 commit comments