@@ -3,6 +3,39 @@ 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.1.0] - 2016-08-14
7+ ### Added
8+ * Add ` React.PureComponent ` support ([ #737 ] [ ] )
9+ * Add ` no-danger-with-children ` rule ([ #710 ] [ ] @petersendidit )
10+ * Add pragma for ` createClass ` factory method ([ #725 ] [ ] @zurawiki )
11+
12+ ### Fixed
13+ * Fix Node.js 0.10 support ([ #746 ] [ ] )
14+ * Fix ` prop-types ` on annotated components ([ #729 ] [ ] )
15+ * Fix ` require-optimization ` test for function declaration ([ #744 ] [ ] @Tom910 )
16+ * Fix ` jsx-uses-var ` to handle nested object properties ([ #761 ] [ ] @yayalice )
17+ * Fix rules metadata
18+
19+ ### Changed
20+ * Update dependencies
21+ * Documentation improvements ([ #759 ] [ ] @embrown , [ #703 ] [ ] [ #753 ] [ ] @lencioni , [ #739 ] [ ] @ljharb , [ #731 ] [ ] @wKich , [ #745 ] [ ] @petersendidit , [ #659 ] [ ] @dguo )
22+
23+ [ 6.1.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.0.0...v6.1.0
24+ [ #737 ] : https://github.com/yannickcr/eslint-plugin-react/issues/737
25+ [ #710 ] : https://github.com/yannickcr/eslint-plugin-react/issues/710
26+ [ #725 ] : https://github.com/yannickcr/eslint-plugin-react/pull/725
27+ [ #746 ] : https://github.com/yannickcr/eslint-plugin-react/issues/746
28+ [ #729 ] : https://github.com/yannickcr/eslint-plugin-react/issues/729
29+ [ #744 ] : https://github.com/yannickcr/eslint-plugin-react/pull/744
30+ [ #761 ] : https://github.com/yannickcr/eslint-plugin-react/pull/761
31+ [ #759 ] : https://github.com/yannickcr/eslint-plugin-react/pull/759
32+ [ #703 ] : https://github.com/yannickcr/eslint-plugin-react/pull/703
33+ [ #753 ] : https://github.com/yannickcr/eslint-plugin-react/pull/753
34+ [ #739 ] : https://github.com/yannickcr/eslint-plugin-react/issues/739
35+ [ #731 ] : https://github.com/yannickcr/eslint-plugin-react/pull/731
36+ [ #745 ] : https://github.com/yannickcr/eslint-plugin-react/pull/745
37+ [ #659 ] : https://github.com/yannickcr/eslint-plugin-react/pull/659
38+
639## [ 6.0.0] - 2016-08-01
740### Added
841* Add an ` all ` sharable configuration with all rules enabled ([ #674 ] [ ] @pfhayes )
0 commit comments