Skip to content

Commit 012e55f

Browse files
committed
Update CHANGELOG and bump version
1 parent 3d68c85 commit 012e55f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ 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.11.0] - 2015-11-29
7+
### Added
8+
* Add `jsx-handler-names` rule ([#315][] @jakemmarsh)
9+
* Add SVG attributes support to `no-unknown-property` ([#318][])
10+
* Add shorthandFirst option to `jsx-sort-props` ([#336][] @lucasmotta)
11+
12+
### Fixed
13+
* Fix destructured props detection in stateless components ([#326][])
14+
* Fix props validation for nested stateless components ([#331][])
15+
* Fix `require-extension` to ignore extension if it's part of the package name ([#319][])
16+
17+
### Changed
18+
* Allow consecutive uppercase letters in `jsx-pascal-case` ([#328][] @lencioni)
19+
* Update dependencies
20+
21+
[3.11.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.10.0...v3.11.0
22+
[#315]: https://github.com/yannickcr/eslint-plugin-react/pull/315
23+
[#318]: https://github.com/yannickcr/eslint-plugin-react/issues/318
24+
[#336]: https://github.com/yannickcr/eslint-plugin-react/pull/336
25+
[#326]: https://github.com/yannickcr/eslint-plugin-react/issues/326
26+
[#331]: https://github.com/yannickcr/eslint-plugin-react/issues/331
27+
[#319]: https://github.com/yannickcr/eslint-plugin-react/issues/319
28+
[#328]: https://github.com/yannickcr/eslint-plugin-react/issues/328
29+
630
## [3.10.0] - 2015-11-21
731
### Added
832
* Add `jsx-pascal-case` rule ([#306][] @jakemmarsh)

package.json

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

0 commit comments

Comments
 (0)