@@ -3,6 +3,34 @@ 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.2.0] - 2016-08-28
7+ ### Added
8+ * Adds ` no-unused-prop-types ` rule ([ #226 ] [ ] @EvNaverniouk )
9+ * Add ` style-prop-object ` rule ([ #715 ] [ ] @petersendidit )
10+ * Add auto fix for ` self-closing-comp ` ([ #770 ] [ ] @pl12133 )
11+ * Add support for ` typeAnnotations ` in ` sort-comp ` ([ #235 ] [ ] @dozoisch )
12+ * Add support for ` PureComponent ` in ` prefer-stateless-function ` ([ #781 ] [ ] @tiemevanveen )
13+
14+ ### Fixed
15+ * Fix ` jsx-uses-vars ` to work better with ` prefer-const ` . You'll need to upgrade to ESLint 3.4.0 to completely fix the compatibility issue ([ #716 ] [ ] )
16+ * Fix ` require-render-return ` crash ([ #784 ] [ ] )
17+ * Fix related components detection in ` prop-types ` ([ #735 ] [ ] )
18+ * Fix component detection to ignore functions expression without a parent component
19+
20+ ### Changed
21+ * Update dependencies
22+ * Documentation improvements (@lencioni )
23+
24+ [ 6.2.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.1.2...v6.2.0
25+ [ #226 ] : https://github.com/yannickcr/eslint-plugin-react/issues/226
26+ [ #715 ] : https://github.com/yannickcr/eslint-plugin-react/issues/715
27+ [ #770 ] : https://github.com/yannickcr/eslint-plugin-react/pull/770
28+ [ #235 ] : https://github.com/yannickcr/eslint-plugin-react/issues/235
29+ [ #781 ] : https://github.com/yannickcr/eslint-plugin-react/pull/781
30+ [ #716 ] : https://github.com/yannickcr/eslint-plugin-react/issues/716
31+ [ #784 ] : https://github.com/yannickcr/eslint-plugin-react/issues/784
32+ [ #735 ] : https://github.com/yannickcr/eslint-plugin-react/issues/735
33+
634## [ 6.1.2] - 2016-08-17
735### Fixed
836* Fix nested spread handling in ` no-danger-with-children ` ([ #771 ] [ ] @petersendidit )
0 commit comments