File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 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
22==================
33
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+ ==================
416* add jsx-sort-prop-types rule ([ #38 ] [ ] @AlexKVal )
517* fix variables marked as used when a prop has the same name ([ #69 ] [ ] @burnnat )
618* documentation improvements ([ #71 ] [ ] @AlexKVal )
1123
12242.1.1 / 2015-04-17
1325==================
14-
1526* add support for classes static properties ([ #43 ] [ ] )
1627* add tests for the babel-eslint parser
1728* add ESLint as peerDependency ([ #63 ] [ ] @AlexKVal )
2435
25362.1.0 / 2015-04-06
2637==================
27-
2838* update jsx-sort-props to reset the alphabetical verification on spread ([ #47 ] [ ] @zertosh )
2939* update jsx-uses-vars to be enabled by default ([ #49 ] [ ] @banderson )
3040* add jsx-boolean-value rule ([ #11 ] [ ] )
3949
40502.0.2 / 2015-03-31
4151==================
42-
4352* fix ignore rest spread when destructuring props ([ #46 ] [ ] )
4453* fix component detection in prop-types and display-name ([ #45 ] [ ] )
4554* fix spread handling in jsx-sort-props ([ #42 ] [ ] @zertosh )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 2.3 .0" ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments