styled-components v5.0.1 Release Notes

Release Date: 2020-02-04 // about 4 years ago

    โž• Added useTheme hook to named exports for react native (#2982)

    ๐ŸŽ Performance enhancements

    • Refactored hashing function that is a bit faster in benchmarks (#2983)

    - Fixed a bitwise math issue that was causing SSR performance degradations due to how we allocate typed arrays under the hood (#2996)

    โž• Added some helpful new dev-time warnings for antipatterns

    • Recommending against usage of css @import inside createGlobalStyle and what to do instead (#2997)
    • Catching and warning against dynamic creation of styled-components inside other component render paths (#2998)