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.
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.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
+
6
27
## [ 7.2.1] - 2017-08-14
7
28
### Fixed
8
29
* Fix [ ` forbid-prop-types ` ] [ ] crash on identifiers ([ #1352 ] [ ] @ljharb )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.2.1 " ,
3
+ "version" : " 7.3.0 " ,
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