Eslint Plugin React: v6.10.0 Release

Release date:
February 15, 2017
Previous version:
v6.9.0 (released January 8, 2017)
Magnitude:
2,077 Diff Delta
Contributors:
16 total committers
Data confidence:
Commits:

33 Commits in this Release

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

Authored October 6, 2016
Authored January 29, 2017
Authored January 31, 2017
Authored February 15, 2017
Authored November 25, 2016
Authored January 2, 2017
Authored January 14, 2017
Authored November 7, 2016
Authored January 13, 2017
Authored January 30, 2017
Authored February 5, 2017
Authored November 15, 2016
Authored January 29, 2017

Top Contributors in v6.10.0

kentor
lencioni
yannickcr
iancmyers
ljharb
jomasti
markus101
wKich
wyze
BarryThePenguin

Directory Browser for v6.10.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 forbid-foreign-prop-types rule (#696 @iancmyers)
  • Add void-dom-elements-no-children rule (#709 @lencioni)
  • Add forbid-elements rule (#887 @kentor)
  • Add noSortAlphabetically option to jsx-sort-props (#541 #786 @markus101)
  • Add when option to jsx-max-props-per-line (#878 @kentor)
  • Add support for nextProps to prop-types (#814)

Fixed

  • Fix require-default-props crash (#1029)
  • Fix require-default-props rule when using Flow type from assignment (#1043 @wyze @CarlRosell)
  • Fix style-prop-object to not warn with explicit null or undefined (#812 @ljharb)
  • Fix no-unused-prop-types props detection in stateless components (#885 @BarryThePenguin)
  • Fix display-name false positive with document.createElement (#996 @jomasti)
  • Fix ESLint 2 compatibility (@ljharb)

Changed

  • Tests improvements (@ljharb)
  • Documentation improvements (#958 @Jorundur, #1010 @amilajack, #1041 @EvNaverniouk, #1050 @lencioni, #1062 @dguo)