Skip to content

v1.6.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 22 Mar 22:21
· 3197 commits to master since this release

Added

  • Add jsx-no-undef rule
  • Add jsx-quotes rule (#12)
  • Add @jsx pragma support (#23)

Changed

  • Allow this.getState references (not calls) in lifecycle methods (#22 @benmosher)
  • Update dependencies

Fixed

  • Fix react-in-jsx-scope in Node.js env
  • Fix usage of propTypes with an external object (#9)