Skip to content

v3.8.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 07 Nov 17:20
· 2993 commits to master since this release

Added

  • Add ignoreStateless option to no-multi-comp (#290)

Fixed

  • Fix classes with properties to always be marked as components (#291)
  • Fix ES5 class detection when using createClass by itself (#297)
  • Fix direct props detection (#298)
  • Ignore functions containing the keyword this during component detection