styled-components v3.4.0 Release Notes

Release Date: 2018-08-02 // over 5 years ago
    • โž• Add first-class support for functions that return objects, by @acjay (see #1820)
      const Comp = styled.div((({ color }) => ({
        color,
      }))
    
    • โž• Add support for the prop variants used by Preact (autofocus, class, for), by @probablyup (see #1823)

    • ๐ŸŽ Various performance improvements, by @probablyup (see #1843)

    • ๐Ÿ’… [TS] Revert #1798, by @Igorbek (see #1840)

    • ๐Ÿ’… [Internal] Add benchmarking suite, by @mxstbr (see #1833)