You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,42 @@ 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.0.0-rc.1] - 2017-05-01
7
+
### Added
8
+
* Add `reservedFirst` option to [`jsx-sort-props`][] ([#1134]@MatthewHerbst)
9
+
10
+
### Breaking
11
+
* Drop Node.js < 4 support ([#1038]@ljharb)
12
+
* Add [`no-danger-with-children`][] rule to recommended rules ([#748]@ljharb)
13
+
* Add [`no-string-refs`][] rule to recommended rules ([#749]@ljharb)
14
+
* Add [`jsx-key`][] rule to recommended rules ([#750]@ljharb)
15
+
* Add [`jsx-no-comment-textnodes`][] rule to recommended rules ([#751]@ljharb)
16
+
* Add [`jsx-no-target-blank`][] rule to recommended rules ([#752]@ljharb)
17
+
* Add [`no-unescaped-entities`][] rule to recommended rules ([#841]@ljharb)
18
+
* Add [`no-children-prop`][] rule to recommended rules ([#842]@ljharb)
19
+
* Remove deprecated [`wrap-multilines`][] rule, use [`jsx-wrap-multilines`][] instead
20
+
* Remove deprecated [`no-comment-textnodes`][] rule, use [`jsx-no-comment-textnodes`][] instead
21
+
* Remove deprecated [`require-extension`][] rule, use the [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)[`extensions`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/extensions.md) rule instead
22
+
* Deprecate [`jsx-space-before-closing`][] rule, use the [`jsx-tag-spacing`] rule instead. [`jsx-space-before-closing`][] still works but will trigger a warning ([#1070]@afairb)
23
+
*[`jsx-first-prop-new-line`][] default is now `multiline-multiprop` ([#802]@kokarn)
24
+
*[`jsx-wrap-multilines`] now checks arrow functions without block body. It can be deactivated in [rule options](docs/rules/jsx-wrap-multilines.md#rule-details) ([#790]@ColCh)
25
+
*[`jsx-no-undef`] will not check the global scope by default. You can force it with the [`allowGlobals`](docs/rules/jsx-no-undef.md#allowglobals) option ([#1013]@jomasti)
0 commit comments