@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
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
+
6
14
## [ 7.18.1] - 2020-02-01
7
15
8
16
### Fixed
@@ -15,6 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
15
23
* [ Docs] use ` markdown-magic ` to automatically sort all rules alphabetically ([ #1742 ] [ ] @ybiquitous )
16
24
* [ Docs] [ ` jsx-props-no-spreading ` ] [ ] : fix typo to use correct rule ([ #2547 ] [ ] @jonggyun ))
17
25
26
+ [ 7.18.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.0...v7.18.1
18
27
[ #2547 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2547
19
28
[ #2544 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2544
20
29
[ #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
49
58
* [ meta] Move eslint-plugin-eslint-plugin to devDeps ([ #2510 ] [ ] @nstepien )
50
59
* [ Deps] update ` array-includes ` , ` object.entries ` , ` object.fromentries ` , ` object.values ` , ` resolve `
51
60
61
+ [ 7.18.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.17.0...v7.18.0
52
62
[ #2540 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2540
53
63
[ #2536 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2536
54
64
[ #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
100
110
* [ Docs] [ ` no-unused-prop-types ` ] [ ] : clean up prose ([ #2273 ] [ ] @coryhouse )
101
111
* [ Docs] [ ` jsx-no-bind ` ] [ ] : add section about React Hooks ([ #2443 ] [ ] @kdex )
102
112
113
+ [ 7.17.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.16.0...v7.17.0
103
114
[ #2532 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2532
104
115
[ #2505 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2505
105
116
[ #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
135
146
* [ ` jsx-curly-brace-presence ` ] [ ] : warns incorrectly on trailing whitespace ([ #2431 ] [ ] @BC-M )
136
147
* [ ` no-unused-prop-types ` ] [ ] : false positive when nested destructuring ([ #2428 ] [ ] @golopot )
137
148
149
+ [ 7.16.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.1...v7.16.0
138
150
[ #2437 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2437
139
151
[ #2431 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2431
140
152
[ #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
148
160
### Changed
149
161
* [ Docs] [ ` prefer-es6-class ` ] [ ] : Fix typos ([ #2425 ] [ ] @spencerbyw )
150
162
163
+ [ 7.15.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.0...v7.15.1
151
164
[ #2426 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2426
152
165
[ #2425 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2425
153
166
@@ -181,6 +194,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
181
194
* [ Docs] [ ` no-access-state-in-setstate ` ] [ ] : update grammar ([ #2418 ] [ ] @neaumusic )
182
195
* [ ` jsx-curly-brace-presence ` ] [ ] , [ ` jsx-one-expression-per-line ` ] [ ] , [ ` no-danger-with-children ` ] [ ] : add ` isWhiteSpaces ` to ` lib/util/jsx ` ([ #2409 ] [ ] @vedadeepta )
183
196
197
+ [ 7.15.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.15.0
184
198
[ #2422 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2422
185
199
[ #2410 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2410
186
200
[ #2409 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2409
0 commit comments