Skip to content

v6.4.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 09 Oct 15:57
· 2428 commits to master since this release

Added

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