Skip to content

Commit a43f70a

Browse files
committed
Update CHANGELOG and bump version
1 parent bac0ec3 commit a43f70a

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,32 @@ 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.20.6] - 2020.08.12
7+
8+
### Fixed
9+
* [`jsx-curly-brace-presence`]: fix multiline comment case ([#2716][] @ljharb)
10+
* [`jsx-no-useless-fragment`]: accept fragments with call expressions ([#2744][] @hasparus)
11+
* [`jsx-no-literals`] with allowStrings doesn't work in props ([#2736][] @karolina-benitez)
12+
* [`no-find-dom-node`]: Improve error message ([#2741][] @ecraig12345)
13+
* [`no-typos`]/[`no-unused-prop-types`]/propType detection: Support typescript props interface extension and TSTypeAliasDeclaration ([#2721][] @hank121314)
14+
* [`no-this-in-sfc`]/component detection: add arrow function to list of allowed position for component ([#2708][] @jzabala)
15+
* [`no-access-state-in-setstate`]: add check for class component ([#2711][] @jzabala)
16+
* [`prop-types`]/component detection: avoid a crash when a local `createElement` identifier exists ([#2733][] @ljharb)
17+
18+
### Changed
19+
* [`no-unused-prop-types`]: add test assigning this.props to a variable
20+
21+
[7.20.6]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.5...v7.20.6
22+
[#2744]: https://github.com/yannickcr/eslint-plugin-react/pull/2744
23+
[#2741]: https://github.com/yannickcr/eslint-plugin-react/pull/2741
24+
[#2737]: https://github.com/yannickcr/eslint-plugin-react/pull/2737
25+
[#2736]: https://github.com/yannickcr/eslint-plugin-react/pull/2736
26+
[#2733]: https://github.com/yannickcr/eslint-plugin-react/issues/2733
27+
[#2721]: https://github.com/yannickcr/eslint-plugin-react/pull/2721
28+
[#2716]: https://github.com/yannickcr/eslint-plugin-react/issues/2716
29+
[#2711]: https://github.com/yannickcr/eslint-plugin-react/pull/2711
30+
[#2708]: https://github.com/yannickcr/eslint-plugin-react/pull/2708
31+
632
## [7.20.5] - 2020.07.28
733

834
### Fixed

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

0 commit comments

Comments
 (0)