Skip to content

Commit eb985f5

Browse files
committed
Update CHANGELOG and bump version
1 parent a577aea commit eb985f5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [3.6.0] - 2015-10-18
7+
### Added
8+
* Add support for stateless function components to `display-name` and `prop-types` ([#237][])
9+
* Add callbacksLast option to `jsx-sort-props` and `jsx-sort-prop-types` ([#242][] @Daniel15)
10+
* Add `prefer-es6-class` rule ([#247][] @hamiltondanielb)
11+
12+
### Fixed
13+
* Fix `forbid-prop-types` crash with destructured PropTypes ([#230][] @epmatsw)
14+
* Fix `forbid-prop-types` to do not modify AST directly ([#249][] @rhysd)
15+
* Fix `prop-types` crash with empty destructuring ([#251][])
16+
* Fix `prop-types` to not validate computed keys in destructuring ([#236][])
17+
18+
### Changed
19+
* Update dependencies
20+
* Improve components detection ([#233][])
21+
* Documentation improvements ([#248][] @dguo)
22+
23+
[3.6.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.5.1...v3.6.0
24+
[#237]: https://github.com/yannickcr/eslint-plugin-react/issues/237
25+
[#242]: https://github.com/yannickcr/eslint-plugin-react/pull/242
26+
[#247]: https://github.com/yannickcr/eslint-plugin-react/issues/247
27+
[#230]: https://github.com/yannickcr/eslint-plugin-react/issues/230
28+
[#249]: https://github.com/yannickcr/eslint-plugin-react/issues/249
29+
[#251]: https://github.com/yannickcr/eslint-plugin-react/issues/251
30+
[#236]: https://github.com/yannickcr/eslint-plugin-react/issues/236
31+
[#233]: https://github.com/yannickcr/eslint-plugin-react/issues/233
32+
[#248]: https://github.com/yannickcr/eslint-plugin-react/pull/248
33+
634
## [3.5.1] - 2015-10-01
735
### Fixed
836
* Fix `no-direct-mutation-state` to report only in React components ([#229][])

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": "3.5.1",
3+
"version": "3.6.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)