File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.0 / 2015-03-29
2
+ ==================
3
+ * update dependencies
4
+ * add jsx-sort-props rule ([ #16 ] [ ] )
5
+ * add no-unknown-property rule ([ #28 ] [ ] )
6
+ * add ignore option to prop-types rule
7
+ * breaking in prop-types the children prop is no longer ignored
8
+ * fix components are now detected when using ES6 classes ([ #24 ] [ ] )
9
+ * fix prop-types now return the right line/column ([ #33 ] [ ] )
10
+ * fix props are now detected when destructuring ([ #27 ] [ ] )
11
+ * fix only check for computed property names in prop-types ([ #36 ] [ ] @burnnat )
12
+
13
+ [ #16 ] : https://github.com/yannickcr/eslint-plugin-react/issues/16
14
+ [ #28 ] : https://github.com/yannickcr/eslint-plugin-react/issues/28
15
+ [ #24 ] : https://github.com/yannickcr/eslint-plugin-react/issues/24
16
+ [ #33 ] : https://github.com/yannickcr/eslint-plugin-react/issues/33
17
+ [ #27 ] : https://github.com/yannickcr/eslint-plugin-react/issues/27
18
+ [ #36 ] : https://github.com/yannickcr/eslint-plugin-react/pull/36
19
+
20
+
1
21
1.6.1 / 2015-03-25
2
22
==================
3
23
* update jsx-quotes documentation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 2.0.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