Eslint Plugin React: v3.8.0 Release

Release date:
November 7, 2015
Previous version:
v3.7.1 (released November 5, 2015)
Magnitude:
297 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v3.8.0

yannickcr

Directory Browser for v3.8.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 ignoreStateless option to no-multi-comp (#290)

Fixed

  • Fix classes with properties to always be marked as components (#291)
  • Fix ES5 class detection when using createClass by itself (#297)
  • Fix direct props detection (#298)
  • Ignore functions containing the keyword this during component detection