Eslint Plugin React: v2.6.0 Release

Release date:
June 28, 2015
Previous version:
v2.5.2 (released June 14, 2015)
Magnitude:
1,471 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

22 Commits in this Release

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

Authored June 23, 2015
Authored June 28, 2015
Authored June 22, 2015
Authored June 26, 2015
Authored June 28, 2015
Authored June 26, 2015
Authored June 28, 2015

Top Contributors in v2.6.0

yannickcr
Cellule
scott-andrews-3adb
rpl

Directory Browser for v2.6.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 support for nested propTypes (#62 #105 @Cellule)
  • Add require-extension rule (#117 @scothis)
  • Add support for computed string format in prop-types (#127 @Cellule)
  • Add ES6 methods to sort-comp default configuration (#97 #122)
  • Add support for props destructuring directly on the this keyword
  • Add acceptTranspilerName option to display-name rule (#75)
  • Add schema to validate rules options

Changed

  • Update dependencies

Fixed

  • Fix test command for Windows (#114 @Cellule)
  • Fix detection of missing displayName and propTypes when ecmaFeatures.jsx is false (#119 @rpl)
  • Fix propTypes destructuring with properties as string (#118 @Cellule)
  • Fix jsx-sort-prop-types support for keys as string (#123 @Cellule)
  • Fix crash if a ClassProperty has only one token (#125)
  • Fix invalid class property handling in jsx-sort-prop-types (#129)