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.
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.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
+
6
22
## [ 7.14.2] - 2019-06-24
7
23
8
24
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.14.2 " ,
3
+ "version" : " 7.14.3 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments