|
| 1 | +2.6.3 / 2015-06-30 |
| 2 | +================== |
| 3 | + |
| 4 | +* fix ignore option for prop-types rule ([#135][]) |
| 5 | +* fix nested props destructuring ([#136][]) |
| 6 | + |
| 7 | +[#135]: https://github.com/yannickcr/eslint-plugin-react/issues/135 |
| 8 | +[#136]: https://github.com/yannickcr/eslint-plugin-react/issues/136 |
| 9 | + |
1 | 10 | 2.6.2 / 2015-06-28
|
2 | 11 | ==================
|
3 | 12 |
|
4 |
| -* fix props validation when using a prop as an object key (fixes #132) |
| 13 | +* fix props validation when using a prop as an object key ([#132][]) |
5 | 14 |
|
6 | 15 | [#132]: https://github.com/yannickcr/eslint-plugin-react/issues/132
|
7 | 16 |
|
|
21 | 30 | * add support for computed string format in prop-types ([#127][] @Cellule)
|
22 | 31 | * add ES6 methods to sort-comp default configuration ([#97][] [#122][])
|
23 | 32 | * add support for props destructuring directly on the this keyword
|
| 33 | +* add acceptTranspilerName option to display-name rule ([#75][]) |
24 | 34 | * add schema to validate rules options
|
25 | 35 | * fix test command for Windows ([#114][] @Cellule)
|
26 | 36 | * fix detection of missing displayName and propTypes when ecmaFeatures.jsx is false ([#119][] @rpl)
|
27 |
| -* fix `prop-types` destructuring with properties as string ([#118][] @Cellule) |
28 |
| -* fix `jsx-sort-prop-types` support for keys as string ([#123][] @Cellule) |
| 37 | +* fix prop-types destructuring with properties as string ([#118][] @Cellule) |
| 38 | +* fix jsx-sort-prop-types support for keys as string ([#123][] @Cellule) |
29 | 39 | * fix crash if a ClassProperty has only one token ([#125][])
|
30 | 40 | * fix invalid class property handling in jsx-sort-prop-types ([#129][])
|
31 | 41 |
|
|
41 | 51 | [#97]: https://github.com/yannickcr/eslint-plugin-react/issues/97
|
42 | 52 | [#122]: https://github.com/yannickcr/eslint-plugin-react/issues/122
|
43 | 53 | [#129]: https://github.com/yannickcr/eslint-plugin-react/issues/129
|
| 54 | +[#75]: https://github.com/yannickcr/eslint-plugin-react/issues/75 |
44 | 55 |
|
45 | 56 | 2.5.2 / 2015-06-14
|
46 | 57 | ==================
|
|
0 commit comments