@@ -3,6 +3,35 @@ 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.5.0] - 2016-11-01
7
+ ### Added
8
+ * Add tab support to [ ` jsx-closing-bracket-location ` ] auto fixer ([ #909 ] [ ] @arperry )
9
+ * Add tab and space support to [ ` jsx-indent ` ] auto fixer ([ #608 ] [ ] @jayphelps )
10
+ * Add ` multiline-multiprop ` option to [ ` jsx-first-prop-new-line ` ] ([ #883 ] [ ] @kentor )
11
+
12
+ ### Fixed
13
+ * Fix [ ` forbid-component-props ` ] crash with self reference JSX element ([ #839 ] [ ] @xeodou )
14
+ * Fix [ ` jsx-indent ` ] to ignore lines starting by literals ([ #900 ] [ ] )
15
+ * Fix [ ` no-set-state ` ] to correctly detect ` setState ` in arrow functions ([ #931 ] [ ] )
16
+
17
+ ### Changed
18
+ * Update dependencies
19
+ * Add ` deprecated ` metadata to deprecated rules ([ #911 ] [ ] @randycoulman )
20
+ * Auto-enable ` eslint-plugin-react ` in exported configurations ([ #925 ] [ ] @MoOx )
21
+ * Documentation improvements ([ #910 ] [ ] @Wilfred , [ #932 ] [ ] @gnarf )
22
+
23
+ [ 6.5.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.4.1...v6.5.0
24
+ [ #909 ] : https://github.com/yannickcr/eslint-plugin-react/pull/909
25
+ [ #608 ] : https://github.com/yannickcr/eslint-plugin-react/pull/608
26
+ [ #883 ] : https://github.com/yannickcr/eslint-plugin-react/pull/883
27
+ [ #839 ] : https://github.com/yannickcr/eslint-plugin-react/pull/839
28
+ [ #900 ] : https://github.com/yannickcr/eslint-plugin-react/issues/900
29
+ [ #931 ] : https://github.com/yannickcr/eslint-plugin-react/issues/931
30
+ [ #911 ] : https://github.com/yannickcr/eslint-plugin-react/pull/911
31
+ [ #925 ] : https://github.com/yannickcr/eslint-plugin-react/pull/925
32
+ [ #910 ] : https://github.com/yannickcr/eslint-plugin-react/pull/910
33
+ [ #932 ] : https://github.com/yannickcr/eslint-plugin-react/pull/932
34
+
6
35
## [ 6.4.1] - 2016-10-10
7
36
### Fixed
8
37
* Fix [ ` jsx-indent ` ] for arrays ([ #897 ] [ ] , [ #898 ] [ ] )
0 commit comments