File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 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.
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.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+
624## [ 7.18.0] - 2020-01-15
725
826### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.18.0 " ,
3+ "version" : " 7.18.1 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments