Eslint Plugin React: v3.0.0 Release

Release date:
July 21, 2015
Previous version:
v2.7.1 (released July 15, 2015)
Magnitude:
130 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v3.0.0

yannickcr

Directory Browser for v3.0.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-no-duplicate-props rule (#161 @hummlas)
  • Add allowMultiline option to the jsx-curly-spacing rule (#156 @mathieumg)

Breaking

  • In jsx-curly-spacing braces spanning multiple lines are now allowed with never option (#156 @mathieumg)

Fixed

  • Fix multiple var and destructuring handling in props-types (#159)
  • Fix crash when retrieving propType name (#163)