All Versions
22
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 3

  • v3.0.1 Changes

    August 05, 2018

    Patches

  • v3.0.0 Changes

    August 05, 2018

    ๐Ÿ’… Enables authoring of styles in actual css files via the new styled-jsx/webpack loader ๐Ÿ”ฅ

    ๐Ÿ‘ Introduces support for dynamic HTML elements

    const Heading = `h${props.level}` 
    
    • ๐Ÿ’… Simplifies styling of child components via the new css.resolve tag which returns the scoped className and styles

      const { className, styles } = css.resolvep { color: black }// ...<div> <ChildComponent className={className} /> {styles}<div/>

    • React.StrictMode compliant

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ’… 051d0d1 - Rewrote styled-jsx/css. External global styles should now be tagged with css.global (#422) (@giuseppeg)

    ๐Ÿ”‹ Features

    Patches