@@ -3,6 +3,28 @@ 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.7.0] - 2016-11-14
7
+ ### Added
8
+ * Add [ ` jsx-tag-spacing ` ] [ ] rule ([ #693 ] [ ] @Kovensky )
9
+
10
+ ### Fixed
11
+ * Fix [ ` jsx-indent ` ] [ ] for parenthesized ternaries ([ #945 ] [ ] @voxpelli )
12
+ * Fix [ ` jsx-indent ` ] [ ] for multiline ternaries
13
+ * Fix [ ` jsx-indent ` ] [ ] for arrays in jsx ([ #947 ] [ ] )
14
+ * Fix [ ` no-danger-with-children ` ] [ ] crash with spread on global variables ([ #921 ] [ ] )
15
+ * Fix [ ` jsx-wrap-multilines ` ] [ ] ternaries handling ([ #916 ] [ ] )
16
+
17
+ ### Changed
18
+ * Enable [ ` no-unused-prop-types ` ] ` skipShapeProps ` option by default to limit false positive ([ #953 ] [ ] @everdimension )
19
+
20
+ [ 6.7.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.6.0...v6.7.0
21
+ [ #693 ] : https://github.com/yannickcr/eslint-plugin-react/issues/693
22
+ [ #945 ] : https://github.com/yannickcr/eslint-plugin-react/issues/945
23
+ [ #947 ] : https://github.com/yannickcr/eslint-plugin-react/issues/947
24
+ [ #921 ] : https://github.com/yannickcr/eslint-plugin-react/issues/921
25
+ [ #916 ] : https://github.com/yannickcr/eslint-plugin-react/issues/916
26
+ [ #953 ] : https://github.com/yannickcr/eslint-plugin-react/pull/953
27
+
6
28
## [ 6.6.0] - 2016-11-06
7
29
### Added
8
30
* Add [ ` jsx-first-prop-new-line ` ] [ ] auto fix ([ #886 ] [ ] @snowypowers )
@@ -1512,6 +1534,7 @@ If you're still not using React 15 you can keep the old behavior by setting the
1512
1534
[ `jsx-pascal-case` ] : docs/rules/jsx-pascal-case.md
1513
1535
[ `jsx-sort-props` ] : docs/rules/jsx-sort-props.md
1514
1536
[ `jsx-space-before-closing` ] : docs/rules/jsx-space-before-closing.md
1537
+ [ `jsx-tag-spacing` ] : docs/rules/jsx-tag-spacing.md
1515
1538
[ `jsx-uses-react` ] : docs/rules/jsx-uses-react.md
1516
1539
[ `jsx-uses-vars` ] : docs/rules/jsx-uses-vars.md
1517
1540
[ `jsx-wrap-multilines` ] : docs/rules/jsx-wrap-multilines.md
0 commit comments