Eslint Plugin React: v7.0.1 Release

Release date:
May 13, 2017
Previous version:
v7.0.0 (released May 6, 2017)
Magnitude:
542 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v7.0.1

yannickcr
fatfisz
markus-willems
luftywiranda13

Directory Browser for v7.0.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Fixed

  • Fix jsx-curly-spacing allowMultiline option being undefined in some cases (#1179 @fatfisz)
  • Fix jsx-curly-spacing newline with object literals bug (#1180 @fatfisz)
  • Fix prop-types to not mark class static function as valid propTypes definition (#1174)
  • Fix prop-types crash with Flow spread operator (#1178)
  • Fix void-dom-elements-no-children crash on faulty createElement detection (#1101)
  • Fix require-default-props error message for quoted props (#1161)

Changed

  • Update dependencies
  • Documentation improvements (#1173 @luftywiranda13, #1192 @markus-willems)