Eslint Plugin React: v7.16.0 Release

Release date:
October 4, 2019
Previous version:
v7.15.1 (released October 1, 2019)
Magnitude:
422 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v7.16.0

emroussel
ljharb
uniqname
golopot
BC-M

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

  • [jsx-sort-default-props][]: make rule fixable (#2429 @emroussel)

Fixed

  • [jsx-no-useless-fragment][]: use array-includes over .includes for back compat (@ljharb)
  • [jsx-curly-brace-presence][]: allow necessary white-space literal (#2437 @uniqname)
  • [jsx-curly-brace-presence][]: warns incorrectly on trailing whitespace (#2431 @BC-M)
  • [no-unused-prop-types][]: false positive when nested destructuring (#2428 @golopot)