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.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
+
6
30
## [ 3.10.0] - 2015-11-21
7
31
### Added
8
32
* Add ` jsx-pascal-case ` rule ([ #306 ] [ ] @jakemmarsh )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.10 .0" ,
3
+ "version" : " 3.11 .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