All Versions
117
Latest Version
Avg Release Cycle
41 days
Latest Release
1088 days ago

Changelog History
Page 3

  • v5.0.0-beta.2 Changes

    June 16, 2019

    ๐Ÿ›  Fixes HMR (#2623)

  • v5.0.0-beta.11 Changes

    October 21, 2019
    • ๐Ÿ’… Revert "Use ownerDocument instead of global document (#2726)" (#2818); unfortunately there was a bug that caused SSR rehydration failures in certain cases
  • v5.0.0-beta.10 Changes

    October 21, 2019
    • ๐Ÿ›  Fix GroupedTag.insertRules index drifting on failed insertions (#2798)
    • โž• Add useTheme() hook (#2765)
  • v5.0.0-beta.1 Changes

    June 16, 2019

    ๐Ÿ›  fix inconsistency between client & server that breaks rehydration (#2621)

  • v5.0.0-alpha.2 Changes

    June 11, 2019
    • โœ‚ Remove deprecated object-form attrs functionality
    • ๐Ÿ”จ Internal refactor to remove some unnecessary code
  • v4.4.1 Changes

    October 30, 2019

    ๐Ÿ›  Fix styled-components's react-native import for React Native Web, by @fiberjw (see #2797)

    โœ‚ Remove dev-time warning if referencing a theme prop without an outer ThemeProvider, the check for it isn't smart enough to handle cases with "or" or ternary fallbacks and creates undesirable noise in various third party integrations

  • v4.4.0 Changes

    September 23, 2019

    ๐Ÿš€ This is the last minor release before v5, please start using the beta and give us feedback!

    ๐Ÿš€ This is a minor release not a patch release due to this change: #2738. Apologies if this causes some code churn in your projects, it was a long-standing bug that needed fixing.

    ๐Ÿ›  Fix to use ownerDocument instead of global document, by @yamachig (see #2721)

    ๐Ÿ’… Backport fix for SSR classname mismatches in development mode for some environments like next.js (see #2701)

    ๐Ÿ›  Fix attrs not properly taking precedence over props

    ๐Ÿ’… Backport fix where classnames are composed in the wrong order if custom class names are passed in (see #2760)

    ๐Ÿ›  Fix add check for style tag detached - sheet in the style tag is null in this case, by @newying61 (see #2707)

  • v4.3.2 Changes

    June 20, 2019

    ๐Ÿ›  Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by @jamesknelson (see #2633)

  • v4.3.1 Changes

    June 06, 2019
    • โช Revert #2586; breaks rehydration in dev for certain runtimes like next.js
  • v4.3.0 Changes

    June 05, 2019
    • Make it possible to initialize SC_ATTR and SC_DISABLE_SPEEDY via REACT_APP_* .env variables for easier integration with CRA applications (see #2501)

    • ๐Ÿ›  Fix theme prop for styled native components, also fixes theme in defaultProps for them.

    • โž• Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components when using styled() as a higher-order component

    • ๐Ÿ’… Implement defaultProps folding (see #2597)