styled-components v1.1.0 Release Notes

  • โž• Added

    • ๐Ÿ’… Expose API for Server Side rendering: styleSheet.reset() and styleSheet.getCSS(), thanks to @thisguychris, (see #214) fixes #124
    • โž• Added support for deeply nested styles in ReactNative (e.g. transform), thanks @jacobp100. (see #139)
    • โž• Added support for camelized style properties in ReactNative (e.g. fontWeight), thanks @jacobp100. (see #145)
    • ๐Ÿ’… Properly expose flow typings by adding a flow:build step and flow support docs, thanks to @ryyppy. (see #219)

    ๐Ÿ”„ Changed