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
+
## [6.0.0-rc.0] - 2016-07-29
7
+
### Fixed
8
+
* Fix spread props cash in `jsx-no-target-blank` ([#679][]@randycoulman)
9
+
* Fix `require-optimization` warning on stateless components ([#687][])
10
+
* Fix `jsx-uses-vars` that incorrectly marked some variables as used ([#694][]@lencioni)
11
+
* Fix `no-unknown-property` check on SVG attributes ([#718][])
12
+
* Fix `all` config to not include deprecated rules ([#723][]@pfhayes)
13
+
14
+
### Breaking
15
+
* 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
16
+
* Enable `allow-in-func` mode by default in `no-did-mount-set-state` and `no-did-update-set-state` rules ([#702][]@lencioni)
17
+
* Enable html tags check by default in `self-closing-comp`
18
+
* Remove `pragma` option from `jsx-uses-react`, use the [shared settings](README.md#configuration) to specify a custom pragma ([#700][]@lencioni)
19
+
* Remove `react` option from `no-deprecated` rule, use the [shared settings](README.md#configuration) to specify the React version ([#700][]@lencioni)
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
+
* Add `require-render-return` rule to recommended rules
23
+
24
+
### Changed
25
+
* Update SVG and DOM attribute list for `no-unknown-property`
26
+
* Update rules to use the new ESLint rule format ([#661][]@petersendidit)
0 commit comments