@@ -3,6 +3,26 @@ 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
+ ## [ 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
+
6
26
## [ 6.2.2] - 2016-09-15
7
27
### Fixed
8
28
* Fix ` no-unused-prop-types ` crash ([ #825 ] [ ] @EvNaverniouk )
@@ -34,7 +54,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
34
54
35
55
## [ 6.2.0] - 2016-08-28
36
56
### Added
37
- * Adds ` no-unused-prop-types ` rule ([ #226 ] [ ] @EvNaverniouk )
57
+ * Add ` no-unused-prop-types ` rule ([ #226 ] [ ] @EvNaverniouk )
38
58
* Add ` style-prop-object ` rule ([ #715 ] [ ] @petersendidit )
39
59
* Add auto fix for ` self-closing-comp ` ([ #770 ] [ ] @pl12133 )
40
60
* Add support for ` typeAnnotations ` in ` sort-comp ` ([ #235 ] [ ] @dozoisch )
0 commit comments