Eslint Plugin React: v1.6.0 Release

Release date:
March 22, 2015
Previous version:
v1.5.0 (released March 14, 2015)
Magnitude:
806 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v1.6.0

yannickcr
ben-mosher-7b5f
lencioni

Directory Browser for v1.6.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-undef rule
  • Add jsx-quotes rule (#12)
  • Add @jsx pragma support (#23)

Changed

  • Allow this.getState references (not calls) in lifecycle methods (#22 @benmosher)
  • Update dependencies

Fixed

  • Fix react-in-jsx-scope in Node.js env
  • Fix usage of propTypes with an external object (#9)