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.
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.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+
623## [ 7.2.0] - 2017-08-09
724### Added
825* Add [ ` no-unused-state ` ] [ ] rule ([ #1103 ] [ ] @wbinnssmith )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.2.0 " ,
3+ "version" : " 7.2.1 " ,
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