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.11.0] - 2015-11-29
7+ ### Added
8+ * Add ` jsx-handler-names ` rule ([ #315 ] [ ] @jakemmarsh )
9+ * Add SVG attributes support to ` no-unknown-property ` ([ #318 ] [ ] )
10+ * Add shorthandFirst option to ` jsx-sort-props ` ([ #336 ] [ ] @lucasmotta )
11+
12+ ### Fixed
13+ * Fix destructured props detection in stateless components ([ #326 ] [ ] )
14+ * Fix props validation for nested stateless components ([ #331 ] [ ] )
15+ * Fix ` require-extension ` to ignore extension if it's part of the package name ([ #319 ] [ ] )
16+
17+ ### Changed
18+ * Allow consecutive uppercase letters in ` jsx-pascal-case ` ([ #328 ] [ ] @lencioni )
19+ * Update dependencies
20+
21+ [ 3.11.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.10.0...v3.11.0
22+ [ #315 ] : https://github.com/yannickcr/eslint-plugin-react/pull/315
23+ [ #318 ] : https://github.com/yannickcr/eslint-plugin-react/issues/318
24+ [ #336 ] : https://github.com/yannickcr/eslint-plugin-react/pull/336
25+ [ #326 ] : https://github.com/yannickcr/eslint-plugin-react/issues/326
26+ [ #331 ] : https://github.com/yannickcr/eslint-plugin-react/issues/331
27+ [ #319 ] : https://github.com/yannickcr/eslint-plugin-react/issues/319
28+ [ #328 ] : https://github.com/yannickcr/eslint-plugin-react/issues/328
29+
630## [ 3.10.0] - 2015-11-21
731### Added
832* Add ` jsx-pascal-case ` rule ([ #306 ] [ ] @jakemmarsh )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.10 .0" ,
3+ "version" : " 3.11 .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