Skip to content

v2.13.0

Compare
Choose a tag to compare
@fkling fkling released this 22 Dec 00:50
· 2362 commits to main since this release

New / changed

  • Ignore __mocks__ directories by default (#135) (@aitherios)
  • Recognized functions that call React.cloneElement as stateless components (#138) (@khankuan)

Fixes

  • Infinite loop issue with MemberExpressions inside stateless components ( #136, #139, #143 ) (@tchon, @danez)
  • Crash when a SpreadProperty is used in shape propTypes (#145) (@Arktes)

Internal changes