Skip to content

v6.7.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 14 Nov 17:27
· 2512 commits to master since this release

Added

  • Add jsx-tag-spacing rule (#693 @Kovensky)

Fixed

  • Fix jsx-indent for parenthesized ternaries (#945 @voxpelli)
  • Fix jsx-indent for multiline ternaries
  • Fix jsx-indent for arrays in jsx (#947)
  • Fix no-danger-with-children crash with spread on global variables (#921)
  • Fix jsx-wrap-multilines ternaries handling (#916)

Changed

  • Enable no-unused-prop-types skipShapeProps option by default to limit false positive (#953 @everdimension)