File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ 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.2] - 2017-03-19
7
+ ### Fixed
8
+ * Fix [ ` jsx-indent ` ] [ ] indentation calculation with nested JSX ([ #1117 ] [ ] )
9
+
10
+ [ 6.10.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.1...v6.10.2
11
+ [ #1117 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1117
12
+
6
13
## [ 6.10.1] - 2017-03-19
7
14
### Fixed
8
15
* Fix [ ` jsx-indent ` ] [ ] auto fix with tabs ([ #1057 ] [ ] @kentcdodds @webOS101 )
@@ -12,10 +19,10 @@ React ([#1073][] @jomasti)
12
19
* Fix component detection that caused a false positive in [ ` no-multi-comp ` ] [ ] ([ #1088 ] [ ] @benstepp )
13
20
14
21
[ 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
22
+ [ #1057 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1057
23
+ [ #1061 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1061
24
+ [ #1073 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1073
25
+ [ #1088 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1088
19
26
20
27
## [ 6.10.0] - 2017-02-16
21
28
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 6.10.1 " ,
3
+ "version" : " 6.10.2 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments