File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.0.0 / 2015-07-21
2
+ ==================
3
+
4
+ * add jsx-no-duplicate-props rule ([ #161 ] [ ] @hummlas )
5
+ * add allowMultiline option to the jsx-curly-spacing rule ([ #156 ] [ ] @mathieumg )
6
+ * breaking in jsx-curly-spacing braces spanning multiple lines are now allowed with never option ([ #156 ] [ ] @mathieumg )
7
+ * fix multiple var and destructuring handling in props-types ([ #159 ] [ ] )
8
+ * fix crash when retrieving propType name ([ #163 ] [ ] )
9
+
10
+ [ #161 ] : https://github.com/yannickcr/eslint-plugin-react/pull/161
11
+ [ #156 ] : https://github.com/yannickcr/eslint-plugin-react/pull/156
12
+ [ #159 ] : https://github.com/yannickcr/eslint-plugin-react/issues/159
13
+ [ #163 ] : https://github.com/yannickcr/eslint-plugin-react/issues/163
14
+
1
15
2.7.1 / 2015-07-16
2
16
==================
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.7.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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