|
| 1 | +2.6.0 / 2015-06-28 |
| 2 | +================== |
| 3 | + |
| 4 | +* update dependencies |
| 5 | +* add support for nested prop types ([#62][] [#105][] @Cellule) |
| 6 | +* add require-extension rule ([#117][] @scothis) |
| 7 | +* add support for computed string format in prop-types ([#127][] @Cellule) |
| 8 | +* add ES6 methods to sort-comp default configuration ([#97][] [#122][]) |
| 9 | +* add support for props destructuring directly on the this keyword |
| 10 | +* add schema to validate rules options |
| 11 | +* fix test command for Windows ([#114][] @Cellule) |
| 12 | +* fix detection of missing displayName and propTypes when ecmaFeatures.jsx is false ([#119][] @rpl) |
| 13 | +* fix `prop-types` destructuring with properties as string ([#118][] @Cellule) |
| 14 | +* fix `jsx-sort-prop-types` support for keys as string ([#123][] @Cellule) |
| 15 | +* fix crash if a ClassProperty has only one token ([#125][]) |
| 16 | +* fix invalid class property handling in jsx-sort-prop-types ([#129][]) |
| 17 | + |
| 18 | +[#62]: https://github.com/yannickcr/eslint-plugin-react/issues/62 |
| 19 | +[#105]: https://github.com/yannickcr/eslint-plugin-react/issues/105 |
| 20 | +[#114]: https://github.com/yannickcr/eslint-plugin-react/pull/114 |
| 21 | +[#117]: https://github.com/yannickcr/eslint-plugin-react/pull/117 |
| 22 | +[#119]: https://github.com/yannickcr/eslint-plugin-react/pull/119 |
| 23 | +[#118]: https://github.com/yannickcr/eslint-plugin-react/issues/118 |
| 24 | +[#123]: https://github.com/yannickcr/eslint-plugin-react/pull/123 |
| 25 | +[#125]: https://github.com/yannickcr/eslint-plugin-react/issues/125 |
| 26 | +[#127]: https://github.com/yannickcr/eslint-plugin-react/pull/127 |
| 27 | +[#97]: https://github.com/yannickcr/eslint-plugin-react/issues/97 |
| 28 | +[#122]: https://github.com/yannickcr/eslint-plugin-react/issues/122 |
| 29 | +[#129]: https://github.com/yannickcr/eslint-plugin-react/issues/129 |
| 30 | + |
| 31 | + |
1 | 32 | 2.5.2 / 2015-06-14
|
2 | 33 | ==================
|
3 | 34 |
|
|
0 commit comments