We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7065e1e commit bcc56beCopy full SHA for bcc56be
History.md
@@ -1,3 +1,11 @@
1
+1.4.1 / 2015-03-03
2
+==================
3
+* fix this.props.children marked as missing in props validation ([#7][])
4
+* fix usage of this.props without property ([#8][])
5
+
6
+[#7]: https://github.com/yannickcr/eslint-plugin-react/issues/7
7
+[#8]: https://github.com/yannickcr/eslint-plugin-react/issues/8
8
9
1.4.0 / 2015-02-24
10
==================
11
* update prop-types to check props usage insead of propTypes presence ([#4][])
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "1.4.0",
+ "version": "1.4.1",
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments