@@ -3,6 +3,14 @@ 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.18.2] - 2020-02-01
7+
8+ ### Fixed
9+ * [ ` jsx-indent ` ] [ ] : avoid a crash on non-string literals ([ #2561 ] [ ] @ljharb )
10+
11+ [ 7.18.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.1...v7.18.2
12+ [ #2561 ] : https://github.com/yannickcr/eslint-plugin-react/issue/2561
13+
614## [ 7.18.1] - 2020-02-01
715
816### Fixed
@@ -15,6 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1523 * [ Docs] use ` markdown-magic ` to automatically sort all rules alphabetically ([ #1742 ] [ ] @ybiquitous )
1624 * [ Docs] [ ` jsx-props-no-spreading ` ] [ ] : fix typo to use correct rule ([ #2547 ] [ ] @jonggyun ))
1725
26+ [ 7.18.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.0...v7.18.1
1827[ #2547 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2547
1928[ #2544 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2544
2029[ #2542 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2542
@@ -49,6 +58,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
4958 * [ meta] Move eslint-plugin-eslint-plugin to devDeps ([ #2510 ] [ ] @nstepien )
5059 * [ Deps] update ` array-includes ` , ` object.entries ` , ` object.fromentries ` , ` object.values ` , ` resolve `
5160
61+ [ 7.18.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.17.0...v7.18.0
5262[ #2540 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2540
5363[ #2536 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2536
5464[ #2535 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2535
@@ -100,6 +110,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
100110 * [ Docs] [ ` no-unused-prop-types ` ] [ ] : clean up prose ([ #2273 ] [ ] @coryhouse )
101111 * [ Docs] [ ` jsx-no-bind ` ] [ ] : add section about React Hooks ([ #2443 ] [ ] @kdex )
102112
113+ [ 7.17.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.16.0...v7.17.0
103114[ #2532 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2532
104115[ #2505 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2505
105116[ #2504 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2504
@@ -135,6 +146,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
135146* [ ` jsx-curly-brace-presence ` ] [ ] : warns incorrectly on trailing whitespace ([ #2431 ] [ ] @BC-M )
136147* [ ` no-unused-prop-types ` ] [ ] : false positive when nested destructuring ([ #2428 ] [ ] @golopot )
137148
149+ [ 7.16.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.1...v7.16.0
138150[ #2437 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2437
139151[ #2431 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2431
140152[ #2429 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2429
@@ -148,6 +160,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
148160### Changed
149161* [ Docs] [ ` prefer-es6-class ` ] [ ] : Fix typos ([ #2425 ] [ ] @spencerbyw )
150162
163+ [ 7.15.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.0...v7.15.1
151164[ #2426 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2426
152165[ #2425 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2425
153166
@@ -181,6 +194,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
181194* [ Docs] [ ` no-access-state-in-setstate ` ] [ ] : update grammar ([ #2418 ] [ ] @neaumusic )
182195* [ ` jsx-curly-brace-presence ` ] [ ] , [ ` jsx-one-expression-per-line ` ] [ ] , [ ` no-danger-with-children ` ] [ ] : add ` isWhiteSpaces ` to ` lib/util/jsx ` ([ #2409 ] [ ] @vedadeepta )
183196
197+ [ 7.15.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.15.0
184198[ #2422 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2422
185199[ #2410 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2410
186200[ #2409 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2409
0 commit comments