Eslint Plugin React: v3.11.0 Release

Release date:
November 29, 2015
Previous version:
v3.10.0 (released November 20, 2015)
Magnitude:
684 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v3.11.0

yannickcr
jakemmarsh
lucasmotta
lencioni
briandipalma

Directory Browser for v3.11.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-handler-names rule (#315 @jakemmarsh)
  • Add SVG attributes support to no-unknown-property (#318)
  • Add shorthandFirst option to jsx-sort-props (#336 @lucasmotta)

Fixed

  • Fix destructured props detection in stateless components (#326)
  • Fix props validation for nested stateless components (#331)
  • Fix require-extension to ignore extension if it's part of the package name (#319)

Changed

  • Allow consecutive uppercase letters in jsx-pascal-case (#328 @lencioni)
  • Update dependencies