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

Release date:
September 5, 2017
Previous version:
v7.3.0 (released August 21, 2017)
Magnitude:
2,909 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

81 Commits in this Release

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

Authored August 12, 2017
Authored September 5, 2017
Authored August 29, 2017
Authored August 8, 2017
Authored August 12, 2017
Authored August 16, 2017
Authored August 10, 2017
Authored August 9, 2017
Authored August 23, 2017
Authored August 22, 2017
Authored August 16, 2017
Authored August 16, 2017
Authored August 12, 2017
Authored August 23, 2017
Authored August 16, 2017
Authored August 16, 2017

Top Contributors in v7.4.0-rc.0

jackyho112
jseminck
yannickcr
DianaSuvorova
EvHaus
xcatliu
piperchester
Klauswk

Directory Browser for v7.4.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 Flow 0.53 support (#1376 @jseminck)
  • Add jsx-curly-brace-presence rule (#1310 @jackyho112)
  • Add support for Flow IntersectionTypeAnnotation to prop-types and no-unused-prop-types (#1364 #1323 @jseminck)
  • Add support for Flow TypedArgument to no-unsed-prop-types (#1412 @jseminck)
  • Add support for Flow ClassExpressions to prop-types (#1400 @jseminck)
  • Add support for Flow read-only props to no-unused-prop-types (#1388 @jseminck)
  • Add more tests for prop-types and no-unused-prop-types (#1381 @DianaSuvorova)

Fixed

  • Fix no-unused-state to ignore computed property keys (#1361 @jackyho112)
  • Fix no-typos crash (#1406 @jseminck)
  • Fix boolean-prop-naming crash (#1409 @EvHaus)

Changed

  • Documentation improvements (#1392 @xcatliu, #1403 @piperchester)