Eslint Plugin React: v5.2.0 Release

Release date:
June 16, 2016
Previous version:
v5.1.1 (released May 9, 2016)
Magnitude:
2,404 Diff Delta
Contributors:
15 total committers
Data confidence:
Commits:

28 Commits in this Release

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

Authored June 5, 2016
Authored June 16, 2016
Authored June 16, 2016
Authored June 16, 2016
Authored May 12, 2016

Top Contributors in v5.2.0

yannickcr
evgueni-naverniouk-ec55
gitim
ljharb
benvinegar
lencioni
evcohen
iamdustan
casesandberg
insin

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

  • Add require-optimization rule (#240 @EvNaverniouk)
  • Add jsx-filename-extension rule (#495 @lencioni)
  • Add no-render-return-value rule (#531 @iamdustan)
  • Add no-comment-textnodes rule (#616 @benvinegar)
  • Add objectLiterals option to jsx-curly-spacing (#388, #211 @casesandberg @ljharb)
  • Add option to self-closing-comp to check html tags (#572 @gitim)
  • Add ignore option to no-unknown-property rule (#631 @insin)
  • Add support for ES7 bind operator to jsx-handler-names (#630)
  • Add support for explicit declaration that class extends React.Component (#68 @gausie)

Fixed

  • Fix jsx-closing-bracket-location multiline prop support (#493 @tuures)
  • Fix prop-types for props that where not assigned to the right component (#591)
  • Fix display-name when JSON style is used for defining components (#590 @gitim)
  • Fix jsx-no-bind for bind detection in render when assigned to a variable (#474 @petersendidit)
  • Fix jsx-curly-spacing for spread operator (#606 @gitim)
  • Fix sort-comp crash on spread operator (#624)
  • Fix prop-types crash when destructuring props with spread only

Changed