Skip to content

Commit e2ed536

Browse files
committed
Update CHANGELOG and bump version
1 parent 5959b5f commit e2ed536

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@ 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.19.0] - 2020-03-06
7+
8+
### Added
9+
* [`style-prop-object`][]: Add `allow` option ([#1819][] @hornta)
10+
* [`jsx-pascal-case`][]: Support unicode characters ([#2557][] @Svish)
11+
12+
### Fixed
13+
* [`prefer-stateless-function`][]: avoid crash on ts empty constructor ([#2582][] @golopot)
14+
* [`no-adjacent-inline-elements`][]: avoid a crash ([#2575] @ljharb)
15+
* [`no-unused-prop-types`][]: Change the reporting to point to a more accurate node ([#2292][] @jseminck)
16+
* [`self-closing-comp`][]: consider JSXMemberExpression as component too ([#2572][] @Belco90)
17+
* [`no-unused-prop-types`][]: make `markPropTypesAsUsed` work with `TSEmptyBodyFunctionExpression` AST node ([#2560][] @guillaumewuip)
18+
* [`displayName`][] (but really, `propTypes` detection): do not crash on empty flow type spreads ([#2570][] @ljharb)
19+
20+
### Changed
21+
* [readme] Small visual inconsistency ([#2568] @arvigeus)
22+
* [docs] add `react/` prefix to rule name, for consistency
23+
* [`no-unescaped-entities`][]: skip test cases that are now parsing errors in [email protected] ([#2583] @golopot)
24+
25+
[7.19.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.3...v7.19.0
26+
[#2583]: https://github.com/yannickcr/eslint-plugin-react/pull/2583
27+
[#2582]: https://github.com/yannickcr/eslint-plugin-react/pull/2582
28+
[#2575]: https://github.com/yannickcr/eslint-plugin-react/issue/2575
29+
[#2572]: https://github.com/yannickcr/eslint-plugin-react/pull/2572
30+
[#2570]: https://github.com/yannickcr/eslint-plugin-react/issue/2570
31+
[#2568]: https://github.com/yannickcr/eslint-plugin-react/pull/2568
32+
[#2560]: https://github.com/yannickcr/eslint-plugin-react/pull/2560
33+
[#2557]: https://github.com/yannickcr/eslint-plugin-react/pull/2557
34+
[#2292]: https://github.com/yannickcr/eslint-plugin-react/pull/2292
35+
[#1819]: https://github.com/yannickcr/eslint-plugin-react/pull/1819
36+
637
## [7.18.3] - 2020-02-02
738

839
### Fixed

package.json

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

0 commit comments

Comments
 (0)