Skip to content

Commit 824ba8d

Browse files
committed
Update History and bump version
1 parent 94b439b commit 824ba8d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

History.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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+
110
2.6.2 / 2015-06-28
211
==================
312

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][])
514

615
[#132]: https://github.com/yannickcr/eslint-plugin-react/issues/132
716

@@ -21,11 +30,12 @@
2130
* add support for computed string format in prop-types ([#127][] @Cellule)
2231
* add ES6 methods to sort-comp default configuration ([#97][] [#122][])
2332
* add support for props destructuring directly on the this keyword
33+
* add acceptTranspilerName option to display-name rule ([#75][])
2434
* add schema to validate rules options
2535
* fix test command for Windows ([#114][] @Cellule)
2636
* 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)
2939
* fix crash if a ClassProperty has only one token ([#125][])
3040
* fix invalid class property handling in jsx-sort-prop-types ([#129][])
3141

@@ -41,6 +51,7 @@
4151
[#97]: https://github.com/yannickcr/eslint-plugin-react/issues/97
4252
[#122]: https://github.com/yannickcr/eslint-plugin-react/issues/122
4353
[#129]: https://github.com/yannickcr/eslint-plugin-react/issues/129
54+
[#75]: https://github.com/yannickcr/eslint-plugin-react/issues/75
4455

4556
2.5.2 / 2015-06-14
4657
==================

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.6.2",
3+
"version": "2.6.3",
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)