Skip to content

Commit 598ab38

Browse files
committed
Update History and bump version
1 parent 6c4accd commit 598ab38

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

History.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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)
@@ -11,7 +23,6 @@
1123

1224
2.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)
@@ -24,7 +35,6 @@
2435

2536
2.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][])
@@ -39,7 +49,6 @@
3949

4050
2.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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)