@@ -3,6 +3,24 @@ 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
+ ## [ 4.1.0] - 2016-02-23
7
+ ### Added
8
+ * Add component detection for class expressions
9
+ * Add displayName detection for class expressions in ` display-name ` ([ #419 ] [ ] )
10
+
11
+ ### Fixed
12
+ * Fix used props detection in components for which we are not confident in ` prop-types ` ([ #420 ] [ ] )
13
+ * Fix false positive in ` jsx-key ` ([ #456 ] [ ] @jkimbo )
14
+
15
+ ### Changed
16
+ * Documentation improvements ([ #457 ] [ ] @wyze )
17
+
18
+ [ 4.1.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v4.0.0...v4.1.0
19
+ [ #419 ] : https://github.com/yannickcr/eslint-plugin-react/issues/419
20
+ [ #420 ] : https://github.com/yannickcr/eslint-plugin-react/issues/420
21
+ [ #456 ] : https://github.com/yannickcr/eslint-plugin-react/pull/456
22
+ [ #457 ] : https://github.com/yannickcr/eslint-plugin-react/pull/457
23
+
6
24
## [ 4.0.0] - 2016-02-19
7
25
### Added
8
26
* Add ` jsx-space-before-closing ` rule ([ #244 ] [ ] @ryym )
@@ -22,7 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
22
40
23
41
### Changed
24
42
* Update dependencies ([ #426 ] [ ] @quentin- )
25
- * Documentation improvements ([ #414 ] [ ] @vkrol , [ #370 ] [ ] @tmcw , [ #441 ] [ ] [ #429 ] [ ] @lencioni , [ #432 ] [ ] @Niler851 , [ #438 ] [ ] @jmann6 )
43
+ * Documentation improvements ([ #414 ] [ ] @vkrol , [ #370 ] [ ] @tmcw , [ #441 ] [ ] [ #429 ] [ ] @lencioni , [ #432 ] [ ] @note89 , [ #438 ] [ ] @jmann6 )
26
44
27
45
[ 4.0.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.1...v4.0.0
28
46
[ #244 ] : https://github.com/yannickcr/eslint-plugin-react/issues/244
0 commit comments