@@ -3,6 +3,26 @@ 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+ ## [ 6.3.0] - 2016-09-20
7+ ### Added
8+ * Add ` no-children-prop ` rule ([ #720 ] [ ] @benstepp )
9+ * Add ` no-unescaped-entities ` rule ([ #681 ] [ ] @pfhayes )
10+ * Add JSXExpressionContainer support to ` jsx-indent ` rule ([ #838 ] [ ] @eelyafi )
11+
12+ ### Fixed
13+ * Fix ` style-prop-object ` crash ([ #834 ] [ ] )
14+ * Fix ` style-prop-object ` false positive on computed properties ([ #820 ] [ ] )
15+ * Fix ` style-prop-object ` to deal with null and spread props that can't be resolved ([ #809 ] [ ] [ #812 ] [ ] @petersendidit )
16+
17+ [ 6.3.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.2.2...v6.3.0
18+ [ #720 ] : https://github.com/yannickcr/eslint-plugin-react/issues/720
19+ [ #681 ] : https://github.com/yannickcr/eslint-plugin-react/pull/681
20+ [ #838 ] : https://github.com/yannickcr/eslint-plugin-react/pull/838
21+ [ #834 ] : https://github.com/yannickcr/eslint-plugin-react/issues/834
22+ [ #820 ] : https://github.com/yannickcr/eslint-plugin-react/issues/820
23+ [ #809 ] : https://github.com/yannickcr/eslint-plugin-react/issues/809
24+ [ #812 ] : https://github.com/yannickcr/eslint-plugin-react/issues/812
25+
626## [ 6.2.2] - 2016-09-15
727### Fixed
828* Fix ` no-unused-prop-types ` crash ([ #825 ] [ ] @EvNaverniouk )
@@ -34,7 +54,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3454
3555## [ 6.2.0] - 2016-08-28
3656### Added
37- * Adds ` no-unused-prop-types ` rule ([ #226 ] [ ] @EvNaverniouk )
57+ * Add ` no-unused-prop-types ` rule ([ #226 ] [ ] @EvNaverniouk )
3858* Add ` style-prop-object ` rule ([ #715 ] [ ] @petersendidit )
3959* Add auto fix for ` self-closing-comp ` ([ #770 ] [ ] @pl12133 )
4060* Add support for ` typeAnnotations ` in ` sort-comp ` ([ #235 ] [ ] @dozoisch )
0 commit comments