@@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This 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
0 commit comments