styled-components v1.2.0 Release Notes

  • โž• Added

    • โž• Added [withTheme](docs/api.md#withtheme) higher order component; thanks @brunolemos. (see #312)
    • โž• Added support for media queries, pseudo selectors and nesting in styles-as-objects. (see #280)

    ๐Ÿ”„ Changed

    • ๐Ÿ’… Do not pass innerRef to the component, thanks @mkhazov. (see #310)
    • ๐Ÿ›  Fixed prop changes not updating style on react native; thanks @brunolemos. (see #311)
    • ๐Ÿ’… Extract DOM shorthands, thanks @philpl. (see #172)