Skip to content

v5.1.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 09 May 22:19
· 2630 commits to master since this release

Added

  • Add jsx-no-target-blank rule (#582 @Gasparila)
  • Add allowAllCaps and ignore options to jsx-pascal-case (#575)
  • Add class properties support to require-render-return (#564)

Fixed

  • Fix jsx-closing-bracket-location fixer (#533 @dtinth)
  • Fix require-render-return to only check valid render methods (#563)
  • Fix detection to allow simple this usage in fonctional components (#576)
  • Fix forbid-prop-types crash (#579)
  • Fix comment handling in jsx-curly-spacing (#584)

Changed