Eslint Plugin React: v3.9.0 Release

Release date:
November 16, 2015
Previous version:
v3.8.0 (released November 7, 2015)
Magnitude:
712 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v3.9.0

yannickcr
alex-lopatin-7601
ben-mosher-7b5f
zertosh
dan-hamilton-460d

Directory Browser for v3.9.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 jsx-key rule (#293 @benmosher)
  • Add allow-in-func option to no-did-update-set-state (#300)
  • Add option to only enforce jsx-closing-bracket-location rule to one type of tag (nonEmpty or selfClosing) (#307)

Fixed

  • Fix crash when destructuring with only the rest spread (#269)
  • Fix variables detection when searching for related components (#303)
  • Fix no-unknown-property to not check custom elements (#308 @zertosh)

Changed

  • Improve jsx-closing-bracket-location error message (#301 @alopatin)
  • Update dependencies