styled-components v1.1.2 Release Notes

  • โž• Added

    • โž• Add // @flow to files missing them and fix ThemeProvider types, thanks to @relekang. (see #225)

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed setting the default theme via defaultProps and theme changes not re-rendering components with new styles, thanks to @michalkvasnicak. (see #253)
    • ๐Ÿ‘Œ Improve ReactNative style generation performance, thanks to @sheepsteak. (see #171)