@@ -3,6 +3,20 @@ 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.10.1] - 2017-03-19
7
+ ### Fixed
8
+ * Fix [ ` jsx-indent ` ] [ ] auto fix with tabs ([ #1057 ] [ ] @kentcdodds @webOS101 )
9
+ * Fix [ ` jsx-indent ` ] [ ] crash ([ #1061 ] [ ] @iancmyers )
10
+ * Fix [ ` void-dom-elements-no-children ` ] [ ] crash and fix it to only checks for a createElement call from
11
+ React ([ #1073 ] [ ] @jomasti )
12
+ * Fix component detection that caused a false positive in [ ` no-multi-comp ` ] [ ] ([ #1088 ] [ ] @benstepp )
13
+
14
+ [ 6.10.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.0...v6.10.1
15
+ [ #696 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1057
16
+ [ #709 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1061
17
+ [ #887 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1073
18
+ [ #541 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1088
19
+
6
20
## [ 6.10.0] - 2017-02-16
7
21
### Added
8
22
* Add [ ` forbid-foreign-prop-types ` ] [ ] rule ([ #696 ] [ ] @iancmyers )
@@ -70,7 +84,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
70
84
* Fix [ ` jsx-indent ` ] [ ] with multiline jsx in ternaries ([ #966 ] [ ] )
71
85
* Fix component detection to ignore async functions ([ #989 ] [ ] @taion )
72
86
* Fix [ ` jsx-curly-spacing ` ] [ ] autofix to not delete comments ([ #648 ] [ ] )
73
- * FIx auto-enabling of ` eslint-plugin-react ` in exported configurations ([ #984 ] [ ] @jamischarles )
87
+ * Fix auto-enabling of ` eslint-plugin-react ` in exported configurations ([ #984 ] [ ] @jamischarles )
74
88
75
89
### Changed
76
90
* Update dependencies
0 commit comments