Skip to content

v6.10.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 15 Feb 23:55
· 2286 commits to master since this release

Added

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