File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.6.0 / 2015-03-22
2
+ ==================
3
+ * update dependencies
4
+ * add jsx-no-undef rule
5
+ * add jsx-quotes rule ([ #12 ] [ ] )
6
+ * add @jsx pragma support ([ #23 ] [ ] )
7
+ * fix react-in-jsx-scope in Node.js env
8
+ * fix usage of propTypes with an external object ([ #9 ] [ ] )
9
+ * allow this.getState references (not calls) in lifecycle methods ([ #22 ] [ ] @benmosher )
10
+
11
+ [ #12 ] : https://github.com/yannickcr/eslint-plugin-react/issues/12
12
+ [ #23 ] : https://github.com/yannickcr/eslint-plugin-react/issues/23
13
+ [ #9 ] : https://github.com/yannickcr/eslint-plugin-react/issues/9
14
+ [ #22 ] : https://github.com/yannickcr/eslint-plugin-react/pull/22
15
+
1
16
1.5.0 / 2015-03-14
2
17
==================
3
18
* add jsx-uses-vars rule
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .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