Skip to content

Commit 2d9004b

Browse files
committed
Update History and bump version
1 parent 7d0e187 commit 2d9004b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

History.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2.0.0 / 2015-03-29
2+
==================
3+
* update dependencies
4+
* add jsx-sort-props rule ([#16][])
5+
* add no-unknown-property rule ([#28][])
6+
* add ignore option to prop-types rule
7+
* breaking in prop-types the children prop is no longer ignored
8+
* fix components are now detected when using ES6 classes ([#24][])
9+
* fix prop-types now return the right line/column ([#33][])
10+
* fix props are now detected when destructuring ([#27][])
11+
* fix only check for computed property names in prop-types ([#36][] @burnnat)
12+
13+
[#16]: https://github.com/yannickcr/eslint-plugin-react/issues/16
14+
[#28]: https://github.com/yannickcr/eslint-plugin-react/issues/28
15+
[#24]: https://github.com/yannickcr/eslint-plugin-react/issues/24
16+
[#33]: https://github.com/yannickcr/eslint-plugin-react/issues/33
17+
[#27]: https://github.com/yannickcr/eslint-plugin-react/issues/27
18+
[#36]: https://github.com/yannickcr/eslint-plugin-react/pull/36
19+
20+
121
1.6.1 / 2015-03-25
222
==================
323
* update jsx-quotes documentation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "1.6.1",
3+
"version": "2.0.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)