4 * add support for classes static properties ([#43][])
5 * add tests for the babel-eslint parser
6 * add ESLint as peerDependency (@AlexKVal)
7 * documentation improvements (@AlexKVal, @chriscalo)
9 [#43]: https://github.com/yannickcr/eslint-plugin-react/issues/43
14 * update jsx-sort-props to reset the alphabetical verification on spread ([#47][] @zertosh)
15 * update jsx-uses-vars to be enabled by default ([#49][] @banderson)
16 * add jsx-boolean-value rule ([#11][])
17 * add support for static methods in display-name and prop-types ([#48][])
18 * fix describing comment for hasSpreadOperator() method ([#53][] @AlexKVal)
20 [#47]: https://github.com/yannickcr/eslint-plugin-react/pull/47
21 [#49]: https://github.com/yannickcr/eslint-plugin-react/pull/49
22 [#11]: https://github.com/yannickcr/eslint-plugin-react/issues/11
23 [#48]: https://github.com/yannickcr/eslint-plugin-react/issues/48
24 [#53]: https://github.com/yannickcr/eslint-plugin-react/pull/53
29 * fix ignore rest spread when destructuring props ([#46][])
30 * fix component detection in prop-types and display-name ([#45][])
31 * fix spread handling in jsx-sort-props ([#42][] @zertosh)
33 [#46]: https://github.com/yannickcr/eslint-plugin-react/issues/46
34 [#45]: https://github.com/yannickcr/eslint-plugin-react/issues/45
35 [#42]: https://github.com/yannickcr/eslint-plugin-react/pull/42
39 * fix props detection when used in an object ([#41][])
41 [#41]: https://github.com/yannickcr/eslint-plugin-react/issues/41
46 * add jsx-sort-props rule ([#16][])
47 * add no-unknown-property rule ([#28][])
48 * add ignore option to prop-types rule
49 * breaking in prop-types the children prop is no longer ignored
50 * fix components are now detected when using ES6 classes ([#24][])
51 * fix prop-types now return the right line/column ([#33][])
52 * fix props are now detected when destructuring ([#27][])
53 * fix only check for computed property names in prop-types ([#36][] @burnnat)
55 [#16]: https://github.com/yannickcr/eslint-plugin-react/issues/16
56 [#28]: https://github.com/yannickcr/eslint-plugin-react/issues/28
57 [#24]: https://github.com/yannickcr/eslint-plugin-react/issues/24
58 [#33]: https://github.com/yannickcr/eslint-plugin-react/issues/33
59 [#27]: https://github.com/yannickcr/eslint-plugin-react/issues/27
60 [#36]: https://github.com/yannickcr/eslint-plugin-react/pull/36
65 * update jsx-quotes documentation
66 * fix jsx-no-undef with babel-eslint ([#30][])
67 * fix jsx-quotes on Literal childs ([#29][])
69 [#30]: https://github.com/yannickcr/eslint-plugin-react/issues/30
70 [#29]: https://github.com/yannickcr/eslint-plugin-react/issues/29
75 * add jsx-no-undef rule
76 * add jsx-quotes rule ([#12][])
77 * add @jsx pragma support ([#23][])
78 * fix react-in-jsx-scope in Node.js env
79 * fix usage of propTypes with an external object ([#9][])
80 * allow this.getState references (not calls) in lifecycle methods ([#22][] @benmosher)
82 [#12]: https://github.com/yannickcr/eslint-plugin-react/issues/12
83 [#23]: https://github.com/yannickcr/eslint-plugin-react/issues/23
84 [#9]: https://github.com/yannickcr/eslint-plugin-react/issues/9
85 [#22]: https://github.com/yannickcr/eslint-plugin-react/pull/22
89 * add jsx-uses-vars rule
90 * fix jsx-uses-react for ESLint 0.17.0
94 * fix this.props.children marked as missing in props validation ([#7][])
95 * fix usage of this.props without property ([#8][])
97 [#7]: https://github.com/yannickcr/eslint-plugin-react/issues/7
98 [#8]: https://github.com/yannickcr/eslint-plugin-react/issues/8
102 * update prop-types to check props usage insead of propTypes presence ([#4][])
103 * add react-in-jsx-scope rule ([#5][] @glenjamin)
104 * add jsx-uses-react rule ([#6][] @glenjamin)
106 [#4]: https://github.com/yannickcr/eslint-plugin-react/issues/4
107 [#5]: https://github.com/yannickcr/eslint-plugin-react/pull/5
108 [#6]: https://github.com/yannickcr/eslint-plugin-react/pull/6
112 * update dependencies
113 * add no-did-mount-set-state rule
114 * add no-did-update-set-state rule
118 * update dependencies
119 * fix childs detection in self-closing-comp ([#3][])
121 [#3]: https://github.com/yannickcr/eslint-plugin-react/issues/3
126 * update dependencies
127 * update wrap-multilines and self-closing-comp rules for ESLint 0.13.0
131 * add self-closing-comp rule
132 * fix display-name and prop-types rules
136 * add display-name rule
137 * add wrap-multilines rule
138 * add rules documentation