File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
6+ ## [ 6.6.0] - 2016-11-06
7+ ### Added
8+ * Add [ ` jsx-first-prop-new-line ` ] auto fix ([ #886 ] [ ] @snowypowers )
9+
10+ ### Fixed
11+ * Fix [ ` no-unused-prop-types ` ] crash with destructured prop-types ([ #938 ] [ ] )
12+ * Fix [ ` jsx-indent ` ] in multi-line conditional expressions ([ #901 ] [ ] , [ #907 ] [ ] )
13+ * Fix [ ` sort-comp ` ] bad error message if 2 methods in the same group must be moved ([ #507 ] [ ] )
14+
15+ ### Changed
16+ * Documentation improvements ([ #941 ] [ ] @pwmckenna )
17+
18+ [ 6.6.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.5.0...v6.6.0
19+ [ #886 ] : https://github.com/yannickcr/eslint-plugin-react/pull/886
20+ [ #938 ] : https://github.com/yannickcr/eslint-plugin-react/issues/938
21+ [ #901 ] : https://github.com/yannickcr/eslint-plugin-react/issues/901
22+ [ #907 ] : https://github.com/yannickcr/eslint-plugin-react/issues/907
23+ [ #507 ] : https://github.com/yannickcr/eslint-plugin-react/issues/507
24+ [ #941 ] : https://github.com/yannickcr/eslint-plugin-react/pull/941
25+
626## [ 6.5.0] - 2016-11-01
727### Added
828* Add tab support to [ ` jsx-closing-bracket-location ` ] auto fixer ([ #909 ] [ ] @arperry )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 6.5 .0" ,
3+ "version" : " 6.6 .0" ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments