@@ -3,6 +3,44 @@ 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.0.0-alpha.2] - 2016-07-24
7+ ### Added
8+ * Add an ` all ` sharable configuration with all rules enabled ([ #674 ] [ ] @pfhayes )
9+ * Add ` no-find-dom-node ` rule ([ #678 ] [ ] )
10+ * Add ` shorthandFirst ` option to ` jsx-sort-props ` ([ #391 ] [ ] @mathieumg )
11+ * Add ` allowDecorators ` option to ` require-optimization ` ([ #669 ] [ ] @Tom910 )
12+
13+ ### Fixed
14+ * Fix ` jsx-no-bind ` reporting errors on render functions that don't return JSX ([ #663 ] [ ] @petersendidit )
15+ * Fix ` jsx-closing-bracket-location ` autofix when ` location ` is set to ` props-aligned ` ([ #684 ] [ ] @pfhayes )
16+ * Fix ` prop-types ` for destructured arguments being assigned to the parent stateless component in some cases ([ #698 ] [ ] )
17+ * Fix ` prop-types ` for JSX return being assigned to the parent function in some cases ([ #504 ] [ ] )
18+ * Fix ` jsx-curly-spacing ` for reporting on JSX content by mistake ([ #671 ] [ ] )
19+
20+ ### Breaking
21+ * Remove deprecated ` jsx-sort-prop-types ` rule, use ` sort-prop-types ` instead ([ #549 ] [ ] @lencioni )
22+ * Rename ` jsx-no-comment-textnodes ` to ` no-comment-textnodes ` . ` jsx-no-comment-textnodes ` still works but will trigger a warning ([ #668 ] [ ] @lencioni )
23+ * Rename ` jsx-require-extension ` to ` require-extension ` . ` jsx-require-extension ` still works but will trigger a warning ([ #668 ] [ ] @lencioni )
24+ * Rename ` jsx-wrap-multilines ` to ` wrap-multilines ` . ` jsx-wrap-multilines ` still works but will trigger a warning ([ #668 ] [ ] @lencioni )
25+
26+ ### Changed
27+ * Update dependencies
28+ * Only report ` jsx-filename-extension ` warning once per file ([ #660 ] [ ] @mathieumg )
29+
30+ [ 6.0.0-alpha.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.0.0-alpha.1...v6.0.0-alpha.2
31+ [ #674 ] : https://github.com/yannickcr/eslint-plugin-react/issues/674
32+ [ #678 ] : https://github.com/yannickcr/eslint-plugin-react/issues/678
33+ [ #391 ] : https://github.com/yannickcr/eslint-plugin-react/issues/391
34+ [ #669 ] : https://github.com/yannickcr/eslint-plugin-react/pull/669
35+ [ #663 ] : https://github.com/yannickcr/eslint-plugin-react/issues/663
36+ [ #684 ] : https://github.com/yannickcr/eslint-plugin-react/pull/684
37+ [ #698 ] : https://github.com/yannickcr/eslint-plugin-react/issues/698
38+ [ #504 ] : https://github.com/yannickcr/eslint-plugin-react/issues/504
39+ [ #671 ] : https://github.com/yannickcr/eslint-plugin-react/issues/671
40+ [ #549 ] : https://github.com/yannickcr/eslint-plugin-react/issues/549
41+ [ #668 ] : https://github.com/yannickcr/eslint-plugin-react/issues/668
42+ [ #660 ] : https://github.com/yannickcr/eslint-plugin-react/pull/660
43+
644## [ 6.0.0-alpha.1] - 2016-07-08
745### Fixed
846* Fix ` prop-types ` crash when accessing constructor on props ([ #654 ] [ ] )
0 commit comments