File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
630## [ 3.8.0] - 2015-11-07
731### Added
832* Add ignoreStateless option to ` no-multi-comp ` ([ #290 ] [ ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.8 .0" ,
3+ "version" : " 3.9 .0" ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments