@@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
629## [ 7.12.3] - 2019-01-04
730
831### Fixed
0 commit comments