File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ 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.14.3] - 2019-07-23
7+
8+ ### Fixed
9+ * Fix [ ` prop-types ` ] [ ] to ignore validation when Flow indexers are used ([ #2330 ] [ ] @yannickcr )
10+ * Fix error being thrown after the first warning when react version cannot be detected ([ #2336 ] [ ] @abhishekdev )
11+ * Fix component detection when ` memo ` and ` forwardRef ` are used together ([ #2349 ] [ ] @yannickcr )
12+
13+ ### Changed
14+ * Documentation improvements (@ljharb , [ #2354 ] [ ] @golopot )
15+
16+ [ 7.14.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.2...v7.14.3
17+ [ #2330 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2330
18+ [ #2336 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2336
19+ [ #2349 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2349
20+ [ #2354 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2354
21+
622## [ 7.14.2] - 2019-06-24
723
824### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.14.2 " ,
3+ "version" : " 7.14.3 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments