File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ 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.1] - 2020-02-01
7
+
8
+ ### Fixed
9
+ * [ ` jsx-indent ` ] [ ] : Does not check indents for JSXText ([ #2542 ] [ ] @toshi-toma )
10
+ * [ ` jsx-props-no-spreading ` ] [ ] : add support for namespaced jsx components ([ #2534 ] [ ] @jonathanpalma )
11
+ * [ ` jsx-no-target-blank ` ] [ ] : allow rel to be an expression ([ #2544 ] [ ] @odinho )
12
+ * [ ` sort-comp ` ] [ ] : ` | ` isn’t a valid regex flag; ` u ` and ` s ` are (@ljharb )
13
+
14
+ ### Changed
15
+ * [ Docs] use ` markdown-magic ` to automatically sort all rules alphabetically ([ #1742 ] [ ] @ybiquitous )
16
+ * [ Docs] [ ` jsx-props-no-spreading ` ] [ ] : fix typo to use correct rule ([ #2547 ] [ ] @jonggyun ))
17
+
18
+ [ #2547 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2547
19
+ [ #2544 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2544
20
+ [ #2542 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2542
21
+ [ #2534 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2534
22
+ [ #1742 ] : https://github.com/yannickcr/eslint-plugin-react/pull/1742
23
+
6
24
## [ 7.18.0] - 2020-01-15
7
25
8
26
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.18.0 " ,
3
+ "version" : " 7.18.1 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments