File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ 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.3.0] - 2017-08-21
7+ ### Added
8+ * Add checks for ` propTypes ` , ` contextTypes ` and ` childContextTypes ` to [ ` no-typos ` ] [ ] ([ #213 ] [ ] @DianaSuvorova )
9+
10+ ### Fixed
11+ * Fix [ ` boolean-prop-naming ` ] [ ] crash ([ #1369 ] [ ] @EvHaus )
12+ * Fix [ ` no-typos ` ] [ ] crash ([ #1353 ] [ ] @jseminck )
13+ * Fix [ ` require-default-props ` ] [ ] stopping when it finds a component without props ([ #1380 ] [ ] @brgibson )
14+ * Fix [ ` no-direct-mutation-state ` ] [ ] detection with nested components ([ #1382 ] [ ] )
15+
16+ ### Changed
17+ * Documentation improvements ([ #1383 ] [ ] @mjomble )
18+
19+ [ 7.3.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.2.1...v7.3.0
20+ [ #213 ] : https://github.com/yannickcr/eslint-plugin-react/issues/213
21+ [ #1369 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1369
22+ [ #1353 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1353
23+ [ #1380 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1380
24+ [ #1382 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1382
25+ [ #1383 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1383
26+
627## [ 7.2.1] - 2017-08-14
728### Fixed
829* Fix [ ` forbid-prop-types ` ] [ ] crash on identifiers ([ #1352 ] [ ] @ljharb )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.2.1 " ,
3+ "version" : " 7.3.0 " ,
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