File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,30 @@ 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
+ ## [ 3.9.0] - 2015-11-17
7
+ ### Added
8
+ * Add ` jsx-key ` rule ([ #293 ] [ ] @benmosher )
9
+ * Add ` allow-in-func ` option to ` no-did-update-set-state ` ([ #300 ] [ ] )
10
+ * Add option to only enforce ` jsx-closing-bracket-location ` rule to one type of tag (nonEmpty or selfClosing) ([ #307 ] [ ] )
11
+
12
+ ### Fixed
13
+ * Fix crash when destructuring with only the rest spread ([ #269 ] [ ] )
14
+ * Fix variables detection when searching for related components ([ #303 ] [ ] )
15
+ * Fix ` no-unknown-property ` to not check custom elements ([ #308 ] [ ] @zertosh )
16
+
17
+ ### Changed
18
+ * Improve ` jsx-closing-bracket-location ` error message ([ #301 ] [ ] @alopatin )
19
+ * Update dependencies
20
+
21
+ [ 3.9.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.8.0...v3.9.0
22
+ [ #293 ] : https://github.com/yannickcr/eslint-plugin-react/pull/293
23
+ [ #300 ] : https://github.com/yannickcr/eslint-plugin-react/issues/300
24
+ [ #307 ] : https://github.com/yannickcr/eslint-plugin-react/issues/307
25
+ [ #269 ] : https://github.com/yannickcr/eslint-plugin-react/issues/269
26
+ [ #303 ] : https://github.com/yannickcr/eslint-plugin-react/issues/303
27
+ [ #308 ] : https://github.com/yannickcr/eslint-plugin-react/pull/308
28
+ [ #301 ] : https://github.com/yannickcr/eslint-plugin-react/pull/301
29
+
6
30
## [ 3.8.0] - 2015-11-07
7
31
### Added
8
32
* Add ignoreStateless option to ` no-multi-comp ` ([ #290 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments