File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- 2.2 .0 / 2015-04-22
1
+ 2.3 .0 / 2015-05-14
2
2
==================
3
3
4
+ * update dependencies
5
+ * add sort-comp rule ([ #39 ] [ ] )
6
+ * fix quoted propTypes in ES6 ([ #77 ] [ ] )
7
+ * add allow-in-func option to no-did-mount-set-state ([ #56 ] [ ] )
8
+ * improve errors locations for prop-types
9
+
10
+ [ #39 ] : https://github.com/yannickcr/eslint-plugin-react/issues/39
11
+ [ #77 ] : https://github.com/yannickcr/eslint-plugin-react/issues/77
12
+ [ #56 ] : https://github.com/yannickcr/eslint-plugin-react/issues/56
13
+
14
+ 2.2.0 / 2015-04-22
15
+ ==================
4
16
* add jsx-sort-prop-types rule ([ #38 ] [ ] @AlexKVal )
5
17
* fix variables marked as used when a prop has the same name ([ #69 ] [ ] @burnnat )
6
18
* documentation improvements ([ #71 ] [ ] @AlexKVal )
11
23
12
24
2.1.1 / 2015-04-17
13
25
==================
14
-
15
26
* add support for classes static properties ([ #43 ] [ ] )
16
27
* add tests for the babel-eslint parser
17
28
* add ESLint as peerDependency ([ #63 ] [ ] @AlexKVal )
24
35
25
36
2.1.0 / 2015-04-06
26
37
==================
27
-
28
38
* update jsx-sort-props to reset the alphabetical verification on spread ([ #47 ] [ ] @zertosh )
29
39
* update jsx-uses-vars to be enabled by default ([ #49 ] [ ] @banderson )
30
40
* add jsx-boolean-value rule ([ #11 ] [ ] )
39
49
40
50
2.0.2 / 2015-03-31
41
51
==================
42
-
43
52
* fix ignore rest spread when destructuring props ([ #46 ] [ ] )
44
53
* fix component detection in prop-types and display-name ([ #45 ] [ ] )
45
54
* fix spread handling in jsx-sort-props ([ #42 ] [ ] @zertosh )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .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