styled-components v4.4.0 Release Notes

Release Date: 2019-09-23 // over 4 years ago
  • 🚀 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)