File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ 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.2.1] - 2017-08-14
7
+ ### Fixed
8
+ * Fix [ ` forbid-prop-types ` ] [ ] crash on identifiers ([ #1352 ] [ ] @ljharb )
9
+ * Fix [ ` boolean-prop-naming ` ] [ ] crash with propTypes wrapper ([ #1354 ] [ ] @dustinsoftware )
10
+ * Fix [ ` prop-types ` ] [ ] false positive with local variable ` props ` ([ #1288 ] [ ] @DianaSuvorova )
11
+ * Fix wrapped propTypes detection ([ #1366 ] [ ] )
12
+
13
+ ### Changed
14
+ * Documentation improvements ([ #1123 ] [ ] @penx )
15
+
16
+ [ 7.2.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.2.0...v7.2.1
17
+ [ #1352 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1352
18
+ [ #1354 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1354
19
+ [ #1288 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1288
20
+ [ #1366 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1366
21
+ [ #1123 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1123
22
+
6
23
## [ 7.2.0] - 2017-08-09
7
24
### Added
8
25
* Add [ ` no-unused-state ` ] [ ] rule ([ #1103 ] [ ] @wbinnssmith )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.2.0 " ,
3
+ "version" : " 7.2.1 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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