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
* Fix spread props cash in `jsx-no-target-blank` ([#679][]@randycoulman)
18
-
* Fix `require-optimization` warning on stateless components ([#687][])
19
-
* Fix `jsx-uses-vars` that incorrectly marked some variables as used ([#694][]@lencioni)
20
-
* Fix `no-unknown-property` check on SVG attributes ([#718][])
21
-
* Fix `all` config to not include deprecated rules ([#723][]@pfhayes)
6
+
## [6.0.0] - 2016-08-01
7
+
### Added
8
+
* Add an `all` sharable configuration with all rules enabled ([#674][]@pfhayes)
9
+
* Add `no-find-dom-node` rule ([#678][])
10
+
* Add `shorthandFirst` option to `jsx-sort-props` ([#391][]@mathieumg)
11
+
* Add `allowDecorators` option to `require-optimization` ([#669][]@Tom910)
22
12
23
13
### Breaking
24
-
* Deprecate `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
14
+
* Deprecate `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. `require-extension` still works but will trigger a warning
25
15
* Enable `allow-in-func` mode by default in `no-did-mount-set-state` and `no-did-update-set-state` rules ([#702][]@lencioni)
26
16
* Enable html tags check by default in `self-closing-comp`
27
17
* Remove `pragma` option from `jsx-uses-react`, use the [shared settings](README.md#configuration) to specify a custom pragma ([#700][]@lencioni)
28
18
* Remove `react` option from `no-deprecated` rule, use the [shared settings](README.md#configuration) to specify the React version ([#700][]@lencioni)
29
-
* Remove `no-danger` from recommended rules ([#636][]@mjackson)
30
-
* Remove `no-did-mount-set-state` and no-did-update-set-state from recommended rules ([#596][])
31
19
* Add `require-render-return` rule to recommended rules
20
+
* Remove `no-danger` from recommended rules ([#636][]@mjackson)
21
+
* Remove `no-did-mount-set-state` and `no-did-update-set-state` from recommended rules ([#596][])
22
+
* Remove deprecated `jsx-sort-prop-types` rule, use `sort-prop-types` instead ([#549][]@lencioni)
23
+
* Rename `no-comment-textnodes` to `jsx-no-comment-textnodes`. `no-comment-textnodes` still works but will trigger a warning ([#668][]@lencioni)
24
+
* Rename `wrap-multilines` to `jsx-wrap-multilines`. `wrap-multilines` still works but will trigger a warning ([#668][]@lencioni)
25
+
* Add ESLint as peerDependency ([#657][]@jokeyrhyme)
26
+
* Add Node.js 0.10 as minimum required version ([#657][]@jokeyrhyme)
0 commit comments