Skip to content

v4.2.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 05 Mar 21:29
· 2683 commits to master since this release

Added

  • Add support for Flow annotations on stateless components (#467)
  • Add prefer-stateless-function rule (#214)
  • Add auto fix for jsx-indent-props (#483 @shioju)

Fixed

  • Fix jsx-no-undef crash on objects (#469)
  • Fix propTypes detection when declared before the component (#472)

Changed