Eslint Plugin React: v7.12.4 Release

Release date:
January 17, 2019
Previous version:
v7.12.3 (released January 4, 2019)
Magnitude:
491 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v7.12.4

ljharb
yannickcr
CrOrc

Directory Browser for v7.12.4

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Fixed

  • [no-unused-prop-types][]: avoid a crash (#2131, @ljharb)
  • [prop-types][]: avoid further crashes from nonexistent nodes in unusedPropTypes (#2127, @ljharb)
  • [prop-types][]: Read name of callee object (#2125, @CrOrc)
  • [prop-types][]: Ignore reassignments when matching props declarations with components (#2051, #1957, @yannickcr)
  • [prop-types][], [no-unused-prop-types][], [require-default-props][]: Detect components with return statement in switch/case (#2118, @yannickcr)

Changed