Skip to content

Commit

Permalink
Update History and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 29, 2015
1 parent 94b439b commit 824ba8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
2.6.3 / 2015-06-30
==================

* fix ignore option for prop-types rule ([#135][])
* fix nested props destructuring ([#136][])

[#135]: https://github.com/yannickcr/eslint-plugin-react/issues/135
[#136]: https://github.com/yannickcr/eslint-plugin-react/issues/136

2.6.2 / 2015-06-28
==================

* fix props validation when using a prop as an object key (fixes #132)
* fix props validation when using a prop as an object key ([#132][])

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

Expand All @@ -21,11 +30,12 @@
* add support for computed string format in prop-types ([#127][] @Cellule)
* add ES6 methods to sort-comp default configuration ([#97][] [#122][])
* add support for props destructuring directly on the this keyword
* add acceptTranspilerName option to display-name rule ([#75][])
* add schema to validate rules options
* fix test command for Windows ([#114][] @Cellule)
* fix detection of missing displayName and propTypes when ecmaFeatures.jsx is false ([#119][] @rpl)
* fix `prop-types` destructuring with properties as string ([#118][] @Cellule)
* fix `jsx-sort-prop-types` support for keys as string ([#123][] @Cellule)
* fix prop-types destructuring with properties as string ([#118][] @Cellule)
* fix jsx-sort-prop-types support for keys as string ([#123][] @Cellule)
* fix crash if a ClassProperty has only one token ([#125][])
* fix invalid class property handling in jsx-sort-prop-types ([#129][])

Expand All @@ -41,6 +51,7 @@
[#97]: https://github.com/yannickcr/eslint-plugin-react/issues/97
[#122]: https://github.com/yannickcr/eslint-plugin-react/issues/122
[#129]: https://github.com/yannickcr/eslint-plugin-react/issues/129
[#75]: https://github.com/yannickcr/eslint-plugin-react/issues/75

2.5.2 / 2015-06-14
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "2.6.2",
"version": "2.6.3",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 824ba8d

Please sign in to comment.