46800c5b6b734672faed9ead53116e4d89cafbaf
[platform/framework/web/crosswalk-tizen.git] /
1 2.1.1 / 2015-04-17
2 ==================
3
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)
8
9 [#43]: https://github.com/yannickcr/eslint-plugin-react/issues/43
10
11 2.1.0 / 2015-04-06
12 ==================
13
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)
19
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
25
26 2.0.2 / 2015-03-31
27 ==================
28
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)
32
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
36
37 2.0.1 / 2015-03-30
38 ==================
39 * fix props detection when used in an object ([#41][])
40
41 [#41]: https://github.com/yannickcr/eslint-plugin-react/issues/41
42
43 2.0.0 / 2015-03-29
44 ==================
45 * update dependencies
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)
54
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
61
62
63 1.6.1 / 2015-03-25
64 ==================
65 * update jsx-quotes documentation
66 * fix jsx-no-undef with babel-eslint ([#30][])
67 * fix jsx-quotes on Literal childs ([#29][])
68
69 [#30]: https://github.com/yannickcr/eslint-plugin-react/issues/30
70 [#29]: https://github.com/yannickcr/eslint-plugin-react/issues/29
71
72 1.6.0 / 2015-03-22
73 ==================
74 * update dependencies
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)
81
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
86
87 1.5.0 / 2015-03-14
88 ==================
89 * add jsx-uses-vars rule
90 * fix jsx-uses-react for ESLint 0.17.0
91
92 1.4.1 / 2015-03-03
93 ==================
94 * fix this.props.children marked as missing in props validation ([#7][])
95 * fix usage of this.props without property ([#8][])
96
97 [#7]: https://github.com/yannickcr/eslint-plugin-react/issues/7
98 [#8]: https://github.com/yannickcr/eslint-plugin-react/issues/8
99
100 1.4.0 / 2015-02-24
101 ==================
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)
105
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
109
110 1.3.0 / 2015-02-24
111 ==================
112 * update dependencies
113 * add no-did-mount-set-state rule
114 * add no-did-update-set-state rule
115
116 1.2.2 / 2015-02-09
117 ==================
118 * update dependencies
119 * fix childs detection in self-closing-comp ([#3][])
120
121 [#3]: https://github.com/yannickcr/eslint-plugin-react/issues/3
122
123 1.2.1 / 2015-01-29
124 ==================
125 * update Readme
126 * update dependencies
127 * update wrap-multilines and self-closing-comp rules for ESLint 0.13.0
128
129 1.2.0 / 2014-12-29
130 ==================
131 * add self-closing-comp rule
132 * fix display-name and prop-types rules
133
134 1.1.0 / 2014-12-28
135 ==================
136  * add display-name rule
137  * add wrap-multilines rule
138  * add rules documentation
139  * add rules tests
140
141 1.0.0 / 2014-12-16
142 ==================
143  * first revision