Skip to content

Commit ef16a76

Browse files
committed
Update CHANGELOG and bump version
1 parent d96d4bf commit ef16a76

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ 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+
## [5.1.0] - 2016-05-10
7+
### Added
8+
* Add `jsx-no-target-blank` rule ([#582][] @Gasparila)
9+
* Add `allowAllCaps` and `ignore` options to `jsx-pascal-case` ([#575][])
10+
* Add class properties support to `require-render-return` ([#564][])
11+
12+
### Fixed
13+
* Fix `jsx-closing-bracket-location` fixer ([#533][] @dtinth)
14+
* Fix `require-render-return` to only check valid render methods ([#563][])
15+
* Fix detection to allow simple `this` usage in fonctional components ([#576][])
16+
* Fix `forbid-prop-types` crash ([#579][])
17+
* Fix comment handling in `jsx-curly-spacing` ([#584][])
18+
19+
### Changed
20+
* Update dependencies
21+
* Documentation improvements (@coryhouse, [#581][] @scurker, [#588][])
22+
23+
[5.1.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.0.1...v5.1.0
24+
[#582]: https://github.com/yannickcr/eslint-plugin-react/pull/582
25+
[#575]: https://github.com/yannickcr/eslint-plugin-react/issues/575
26+
[#564]: https://github.com/yannickcr/eslint-plugin-react/issues/564
27+
[#533]: https://github.com/yannickcr/eslint-plugin-react/issues/533
28+
[#563]: https://github.com/yannickcr/eslint-plugin-react/issues/563
29+
[#576]: https://github.com/yannickcr/eslint-plugin-react/issues/576
30+
[#579]: https://github.com/yannickcr/eslint-plugin-react/issues/579
31+
[#584]: https://github.com/yannickcr/eslint-plugin-react/pull/584
32+
[#559]: https://github.com/yannickcr/eslint-plugin-react/pull/559
33+
[#581]: https://github.com/yannickcr/eslint-plugin-react/pull/581
34+
[#588]: https://github.com/yannickcr/eslint-plugin-react/issues/588
35+
636
## [5.0.1] - 2016-04-18
737
### Fixed
838
* Fix `require-render-return` to not check stateless functions ([#550][])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)