Skip to content

Commit 0d34198

Browse files
committed
Update CHANGELOG and bump version
1 parent ab6b41a commit 0d34198

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
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+
## [7.9.0] - 2018-06-03
7+
### Added
8+
* Add [`jsx-props-no-multi-spaces`][] rule ([#1755][] @ThiefMaster)
9+
* Add `first` option to [`jsx-indent-props`][] ([#398][] @ThiefMaster)
10+
* Add `enforceDynamicLinks` option to [`jsx-no-target-blank`][] ([#1737][] @kenearley)
11+
12+
### Fixed
13+
* Fix static lifecycle methods validation in [`sort-comp`][] ([#1793][] @lynxtaa)
14+
* Fix crash in [`no-typos`][] when encountering anonymous react imports ([#1796][] @jsg2021)
15+
* Fix ESLint 3 support ([#1779][])
16+
17+
### Changed
18+
* Documentation improvements ([#1794][] @lencioni)
19+
* Update Travis CI configuration to test on multiple ESLint verions
20+
21+
[7.9.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.2...v7.9.0
22+
[#1755]: https://github.com/yannickcr/eslint-plugin-react/pull/1755
23+
[#398]: https://github.com/yannickcr/eslint-plugin-react/issues/398
24+
[#1737]: https://github.com/yannickcr/eslint-plugin-react/issues/1737
25+
[#1793]: https://github.com/yannickcr/eslint-plugin-react/issues/1793
26+
[#1796]: https://github.com/yannickcr/eslint-plugin-react/pull/1796
27+
[#1779]: https://github.com/yannickcr/eslint-plugin-react/issues/1779
28+
[#1794]: https://github.com/yannickcr/eslint-plugin-react/pull/1794
29+
630
## [7.8.2] - 2018-05-13
731
### Fixed
832
* Fix crash in [`boolean-prop-naming`][] when encountering a required shape prop type ([#1791][] @pcorpet)
@@ -2205,3 +2229,4 @@ If you're still not using React 15 you can keep the old behavior by setting the
22052229
[`no-this-in-sfc`]: docs/rules/no-this-in-sfc.md
22062230
[`jsx-sort-default-props`]: docs/rules/jsx-sort-default-props.md
22072231
[`jsx-max-depth`]: docs/rules/jsx-max-depth.md
2232+
[`jsx-props-no-multi-spaces`]: docs/rules/jsx-props-no-multi-spaces.md

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

0 commit comments

Comments
 (0)