Eslint Plugin React: v5.1.0 Release

Release date:
May 9, 2016
Previous version:
v5.0.1 (released April 18, 2016)
Magnitude:
792 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v5.1.0

yannickcr
Gasparila
dtinth
ljharb
lencioni
jkimbo
scurker

Directory Browser for v5.1.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 jsx-no-target-blank rule (#582 @Gasparila)
  • Add allowAllCaps and ignore options to jsx-pascal-case (#575)
  • Add class properties support to require-render-return (#564)

Fixed

  • Fix jsx-closing-bracket-location fixer (#533 @dtinth)
  • Fix require-render-return to only check valid render methods (#563)
  • Fix detection to allow simple this usage in fonctional components (#576)
  • Fix forbid-prop-types crash (#579)
  • Fix comment handling in jsx-curly-spacing (#584)

Changed

  • Update dependencies
  • Documentation improvements (@coryhouse, #581 @scurker, #588)