Eslint Plugin React: v7.0.0-rc.0 Release

Release date:
April 23, 2017
Previous version:
v6.10.3 (released March 20, 2017)
Magnitude:
1,258 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

21 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Top Contributors in v7.0.0-rc.0

yannickcr
ManThursday
Calyhre
Kerumen
benstepp
Adzz
MatthewHerbst
shoesandsocks
omerzach
dreid

Directory Browser for v7.0.0-rc.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Added

  • Add no-will-update-set-state rule (#1139 @ManThursday)
  • Add import and destructuring support to no-deprecated

Breaking

  • Update rules for React 15.5.0:
    • Add warnings for React.PropTypes and React.createClass in no-deprecated (#1148 @Calyhre)
    • 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

Fixed

  • Fix no-unused-prop-types false positive with nextProps (#1079 @Kerumen)
  • Fix prefer-stateless-function to not warn on classes with decorators (#1034 @benstepp)

Changed

  • Update dependencies (#1119 @danez)
  • Documentation improvements (#1121 @omerzach, #1130 @dreid, #1131 @shoesandsocks, #1149 @Adzz, #1151 @MatthewHerbst)