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)