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
* Add import and destructuring support to [`no-deprecated`][]
10
+
11
+
### Breaking
12
+
* Update rules for React 15.5.0:
13
+
* Add warnings for `React.PropTypes` and `React.createClass` in [`no-deprecated`][] ([#1148][]@Calyhre)
14
+
* Update `createClass` component factory to `createReactClass`. This is used for React component detection, if you still using `React.createClass` use the [shared settings](README.md#configuration) to specify `createClass` as component factory
15
+
16
+
### Fixed
17
+
* Fix [`no-unused-prop-types`][] false positive with `nextProps` ([#1079][]@Kerumen)
18
+
* Fix [`prefer-stateless-function`][] to not warn on classes with decorators ([#1034][]@benstepp)
0 commit comments