Skip to content

Commit 157cc93

Browse files
committed
Update CHANGELOG and bump version
1 parent 7c5a16f commit 157cc93

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ 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.10.0] - 2018-06-24
7+
### Added
8+
* Allow eslint ^5 ([#1843][] @papandreou, @ljharb)
9+
* [`no-unsafe`][] rule ([#1831][], [#1830][] @sergei-startsev)
10+
* [`no-will-update-set-state`][]: Account for `UNSAFE_` methods ([#1845][], [#1844][] @alexzherdev)
11+
12+
### Fixed
13+
* [`no-typos`][]: Fix static propTypes handling ([#1827][], [#1677][] @alexzherdev)
14+
* [`destructuring-assignment`][]: Allow LHS ([#1825][], [#1728][] @alexzherdev)
15+
* [`no-unused-prop-types`][]: Fix crash when encountering mixed union and intersection flow types ([#1806][] @yannickcr)
16+
17+
### Changed
18+
* Typo fixes in ['jsx-no-target-blank'][] ([#1805][] @ferhatelmas))
19+
20+
[#1845]: https://github.com/yannickcr/eslint-plugin-react/pull/1845
21+
[#1844]: https://github.com/yannickcr/eslint-plugin-react/issues/1844
22+
[#1843]: https://github.com/yannickcr/eslint-plugin-react/pull/1843
23+
[#1831]: https://github.com/yannickcr/eslint-plugin-react/pull/1831
24+
[#1830]: https://github.com/yannickcr/eslint-plugin-react/issues/1830
25+
[#1825]: https://github.com/yannickcr/eslint-plugin-react/pull/1825
26+
[#1806]: https://github.com/yannickcr/eslint-plugin-react/issues/1806
27+
[#1805]: https://github.com/yannickcr/eslint-plugin-react/pull/1805
28+
[#1728]: https://github.com/yannickcr/eslint-plugin-react/issues/1728
29+
[#1677]: https://github.com/yannickcr/eslint-plugin-react/issues/1677
30+
631
## [7.9.1] - 2018-06-03
732
* Nothing was fixed; this is a republish with some updated deps. ([#1804][] @ljharb)
833

@@ -2235,3 +2260,4 @@ If you're still not using React 15 you can keep the old behavior by setting the
22352260
[`jsx-sort-default-props`]: docs/rules/jsx-sort-default-props.md
22362261
[`jsx-max-depth`]: docs/rules/jsx-max-depth.md
22372262
[`jsx-props-no-multi-spaces`]: docs/rules/jsx-props-no-multi-spaces.md
2263+
[`no-unsafe`]: docs/rules/no-unsafe.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.9.1",
3+
"version": "7.10.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)