Eslint Plugin React: v6.4.0 Release

Release date:
October 9, 2016
Previous version:
v6.3.0 (released September 19, 2016)
Magnitude:
512 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

18 Commits in this Release

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

Top Contributors in v6.4.0

yannickcr
eelyafi
pfhayes
randycoulman
gaearon
fson
corydolphin
manovotny

Directory Browser for v6.4.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 skipUndeclared option to prop-types (#846 @pfhayes)

Fixed

  • Fix jsx-no-bind crash on arrow functions (#854)
  • Fix display-name false negative on es6-style method in React.createClass (#852)
  • Fix prefer-stateless-function to allow components with childContextTypes (#853)
  • Fix no-children-prop spread support (#862 @randycoulman)
  • Fix no-unused-prop-types to ignore validation when spread is used (#840)
  • Fix jsx-closing-bracket-location for multi-line prop (#889)
  • Fix jsx-indent in multi-line function calls (#895)
  • Fix jsx-indent in multi-line logical expressions (#540)

Changed

  • Update dependencies
  • Documentation improvements (#860 @fson, #863 @corydolphin, #830 @eelyafi, #876 @manovotny, #877 @gaearon)