Skip to content

v2.5.0

Compare
Choose a tag to compare
@fkling fkling released this 04 Jan 19:42
· 2109 commits to main since this release

New

  • Better support for React Native ( #44 )

Fixes

  • Variables used for propTypes and defaultProps, e.g.

    MyClass.defaultProps = defaultProps;
    

    are now properly resolved for class and stateless components. Thanks to @oliviertassinari for reporting this issue! ( #45, #46 )