Skip to content

Commit 599c028

Browse files
committed
Update CHANGELOG and bump version
1 parent 1eccf7f commit 599c028

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,60 @@ 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+
## [7.11.0] - 2018-08-13
7+
### Added
8+
* [`jsx-one-expression-per-line`][]: add "allow" option ([#1924][], @alexzherdev)
9+
* [`sort-prop-types`][]: add autofix ([#1891][], @finnp)
10+
* [`jsx-no-bind`][]: Add ignoreDOMComponents option ([#1868][], @alexzherdev)
11+
* Output a warning if React version is missing in settings ([#1857][], @alexzherdev)
12+
13+
### Fixed
14+
* [`destructuring-assignment`][]: Ignore class properties ([#1909][], @alexzherdev)
15+
* [`destructuring-assignment`][], component detection: ignore components with confidence = 0 ([#1907][], @alexzherdev)
16+
* [`boolean-prop-naming`][]: Handle inline Flow type ([#1905][], @alexzherdev)
17+
* [`jsx-props-no-multi-spaces`][]: Handle member expressions ([#1890][], @alexzherdev)
18+
* [`sort-comp`][]: Allow methods to belong to any matching group ([#1858][], @nosilleg)
19+
* [`jsx-sort-props`][]: Fix `reservedFirst` ([#1883][], @fleischie)
20+
* [`prop-types`][]: (flow) Stop crashing on undefined or null properties ([#1860][], @nicholas-l)
21+
* [`no-unknown-property`][]: Make attribute "charset" valid ([#1863][], @silvenon)
22+
* [`no-deprecated`][]: report identifier AST node instead of the class node ([#1854][], @jsnajdr)
23+
* [`button-has-type`][]: Account for pragma ([#1851][], @alexzherdev)
24+
* [`button-has-type`][]: improve error message when an identifier is used as the value ([#1874][], @ljharb)
25+
* support JSXText nodes alongside Literal nodes (@ljharb)
26+
27+
### Changed
28+
* Extract propTypes detection code ([#1911][], @alexzherdev)
29+
* Fix broken links in changelog ([#1849][], @alexzherdev)
30+
* [`no-unused-state`][]: combine spread visitors (@ljharb)
31+
* [`jsx-one-expression-per-line`][]: Fix JSX Syntax in docs ([#1867][], @peter-mouland)
32+
* [`jsx-max-depth`][], [`jsx-sort-default-props`][]: add missing docs urls ([#1880][], @flyerhzm)
33+
* [`jsx-indent`][]: add test cases ([#1892][], @alexzherdev)
34+
* [`prop-types`][]: add test cases ([#1898][], @alexzherdev)
35+
* Add a helper function for determining function-like expressions ([#1914][], @alexzherdev)
36+
* [`jsx-props-no-multi-spaces`][]: update docs ([#1918][], @
37+
38+
[#1924]: https://github.com/yannickcr/eslint-plugin-react/pull/1924
39+
[#1914]: https://github.com/yannickcr/eslint-plugin-react/pull/1914
40+
[#1911]: https://github.com/yannickcr/eslint-plugin-react/pull/1911
41+
[#1909]: https://github.com/yannickcr/eslint-plugin-react/pull/1909
42+
[#1907]: https://github.com/yannickcr/eslint-plugin-react/pull/1907
43+
[#1905]: https://github.com/yannickcr/eslint-plugin-react/pull/1905
44+
[#1898]: https://github.com/yannickcr/eslint-plugin-react/pull/1898
45+
[#1892]: https://github.com/yannickcr/eslint-plugin-react/pull/1892
46+
[#1891]: https://github.com/yannickcr/eslint-plugin-react/pull/1891
47+
[#1883]: https://github.com/yannickcr/eslint-plugin-react/pull/1883
48+
[#1880]: https://github.com/yannickcr/eslint-plugin-react/pull/1880
49+
[#1874]: https://github.com/yannickcr/eslint-plugin-react/issues/1874
50+
[#1868]: https://github.com/yannickcr/eslint-plugin-react/pull/1868
51+
[#1867]: https://github.com/yannickcr/eslint-plugin-react/pull/1867
52+
[#1863]: https://github.com/yannickcr/eslint-plugin-react/pull/1863
53+
[#1860]: https://github.com/yannickcr/eslint-plugin-react/pull/1860
54+
[#1858]: https://github.com/yannickcr/eslint-plugin-react/pull/1858
55+
[#1857]: https://github.com/yannickcr/eslint-plugin-react/pull/1857
56+
[#1854]: https://github.com/yannickcr/eslint-plugin-react/pull/1854
57+
[#1851]: https://github.com/yannickcr/eslint-plugin-react/pull/1851
58+
[#1849]: https://github.com/yannickcr/eslint-plugin-react/pull/1849
59+
660
## [7.10.0] - 2018-06-24
761
### Added
862
* Allow eslint ^5 ([#1843][] @papandreou, @ljharb)

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