We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03f3e3 commit d4f339bCopy full SHA for d4f339b
History.md
@@ -1,3 +1,13 @@
1
+1.4.0 / 2015-02-24
2
+==================
3
+* update prop-types to check props usage insead of propTypes presence ([#4][])
4
+* add react-in-jsx-scope rule ([#5][] @glenjamin)
5
+* add jsx-uses-react rule ([#6][] @glenjamin)
6
+
7
+[#4]: https://github.com/yannickcr/eslint-plugin-react/issues/4
8
+[#5]: https://github.com/yannickcr/eslint-plugin-react/pull/5
9
+[#6]: https://github.com/yannickcr/eslint-plugin-react/pull/6
10
11
1.3.0 / 2015-02-24
12
==================
13
* update dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "1.3.0",
+ "version": "1.4.0",
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments