Eslint Plugin React: v6.2.0 Release

Release date:
August 28, 2016
Previous version:
v6.1.2 (released August 17, 2016)
Magnitude:
2,049 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

13 Commits in this Release

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

Top Contributors in v6.2.0

evgueni-naverniouk-ec55
teameh
petersendidit
yannickcr
dozoisch
pl12133
lencioni

Directory Browser for v6.2.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

  • Adds no-unused-prop-types rule (#226 @EvNaverniouk)
  • Add style-prop-object rule (#715 @petersendidit)
  • Add auto fix for self-closing-comp (#770 @pl12133)
  • Add support for typeAnnotations in sort-comp (#235 @dozoisch)
  • Add support for PureComponent in prefer-stateless-function (#781 @tiemevanveen)

Fixed

  • Fix jsx-uses-vars to work better with prefer-const. You'll need to upgrade to ESLint 3.4.0 to completely fix the compatibility issue (#716)
  • Fix require-render-return crash (#784)
  • Fix related components detection in prop-types (#735)
  • Fix component detection to ignore functions expression without a parent component

Changed

  • Update dependencies
  • Documentation improvements (@lencioni)