styled-components v2.2.0 Release Notes

Release Date: 2017-09-27 // over 6 years ago
    • ๐Ÿ›  Fixed downstream minification issue with replacing process (see #1150)
    • ๐Ÿ›  Fixed nonce missing from global styles (see #1088)
    • ๐Ÿ‘Œ Improve component mount and unmount performance with changes to createBroadcast. Deprecates usage of CHANNEL as a function, will be update to CHANNEL_NEXT's propType in a future version. (see #1048)
    • ๐Ÿ›  Fixed comments in react-native (see #1041)
    • Add support for the __webpack_nonce__ CSP attribute (see #1022 and #1043)
    • โž• Add react-native ImageBackground alias (see #1028)
    • ๐Ÿ’… Refactor variable in generateAlphabeticName.js (see #1040)
    • ๐Ÿ’… Enable the Node environment for SSR tests, switch some output verification to snapshot testing (see #1023)
    • โž• Add .extend and .withComponent deterministic ID generation (see #1044)
    • โž• Add marquee tag to domElements (see #1167)