@@ -3,6 +3,40 @@ 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.4.0] - 2016-10-09
7
+ ### Added
8
+ * Add ` skipUndeclared ` option to ` prop-types ` ([ #846 ] [ ] @pfhayes )
9
+
10
+ ### Fixed
11
+ * Fix ` jsx-no-bind ` crash on arrow functions ([ #854 ] [ ] )
12
+ * Fix ` display-name ` false negative on es6-style method in ` React.createClass ` ([ #852 ] [ ] )
13
+ * Fix ` prefer-stateless-function ` to allow components with ` childContextTypes ` ([ #853 ] [ ] )
14
+ * Fix ` no-children-prop ` spread support ([ #862 ] [ ] @randycoulman )
15
+ * Fix ` no-unused-prop-types ` to ignore validation when spread is used ([ #840 ] [ ] )
16
+ * Fix ` jsx-closing-bracket-location ` for multi-line prop ([ #889 ] [ ] )
17
+ * Fix ` jsx-indent ` in multi-line function calls ([ #895 ] [ ] )
18
+ * Fix ` jsx-indent ` in multi-line logical expressions ([ #540 ] [ ] )
19
+
20
+ ### Changed
21
+ * Update dependencies
22
+ * Documentation improvements ([ #860 ] [ ] @fson , [ #863 ] [ ] @corydolphin , [ #830 ] [ ] @eelyafi , [ #876 ] [ ] @manovotny , [ #877 ] [ ] @gaearon )
23
+
24
+ [ 6.4.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.3.0...v6.4.0
25
+ [ #846 ] : https://github.com/yannickcr/eslint-plugin-react/pull/846
26
+ [ #854 ] : https://github.com/yannickcr/eslint-plugin-react/issues/854
27
+ [ #852 ] : https://github.com/yannickcr/eslint-plugin-react/issues/852
28
+ [ #853 ] : https://github.com/yannickcr/eslint-plugin-react/issues/853
29
+ [ #862 ] : https://github.com/yannickcr/eslint-plugin-react/pull/862
30
+ [ #840 ] : https://github.com/yannickcr/eslint-plugin-react/issues/840
31
+ [ #889 ] : https://github.com/yannickcr/eslint-plugin-react/issues/889
32
+ [ #895 ] : https://github.com/yannickcr/eslint-plugin-react/issues/895
33
+ [ #540 ] : https://github.com/yannickcr/eslint-plugin-react/issues/540
34
+ [ #860 ] : https://github.com/yannickcr/eslint-plugin-react/pull/860
35
+ [ #863 ] : https://github.com/yannickcr/eslint-plugin-react/pull/863
36
+ [ #830 ] : https://github.com/yannickcr/eslint-plugin-react/pull/830
37
+ [ #876 ] : https://github.com/yannickcr/eslint-plugin-react/pull/876
38
+ [ #877 ] : https://github.com/yannickcr/eslint-plugin-react/pull/877
39
+
6
40
## [ 6.3.0] - 2016-09-20
7
41
### Added
8
42
* Add ` no-children-prop ` rule ([ #720 ] [ ] @benstepp )
0 commit comments