@@ -3,6 +3,39 @@ 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.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/pull/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/issues/744
30
+ [ #761 ] : https://github.com/yannickcr/eslint-plugin-react/issues/761
31
+ [ #759 ] : https://github.com/yannickcr/eslint-plugin-react/issues/759
32
+ [ #703 ] : https://github.com/yannickcr/eslint-plugin-react/issues/703
33
+ [ #753 ] : https://github.com/yannickcr/eslint-plugin-react/issues/753
34
+ [ #739 ] : https://github.com/yannickcr/eslint-plugin-react/issues/739
35
+ [ #731 ] : https://github.com/yannickcr/eslint-plugin-react/issues/731
36
+ [ #745 ] : https://github.com/yannickcr/eslint-plugin-react/issues/745
37
+ [ #659 ] : https://github.com/yannickcr/eslint-plugin-react/issues/659
38
+
6
39
## [ 6.0.0] - 2016-08-01
7
40
### Added
8
41
* Add an ` all ` sharable configuration with all rules enabled ([ #674 ] [ ] @pfhayes )
0 commit comments