Skip to content

Commit 3e280a6

Browse files
committed
Update History and bump version
1 parent c02f952 commit 3e280a6

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

History.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
2.5.2 / 2015-06-14
233
==================
334

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)