styled-components v5.0.0-rc.2 Release Notes

Release Date: 2019-11-12 // over 4 years ago
  • 🚀 Note: we've switched from canary to v5 as the target branch for the new release. It's basically the same, but fixed up so it'll merge cleanly onto master.

    🔄 Changes from rc.1:

    • 🛠 fix a few missed cases where attrs were not preferred over props (d2f4509)
    • ✂ remove the theme usage dev-time check (df36f93); this was done in master already, just forward-porting
    • 💅 aggregate classNames passed via attrs (#2859, 12a9f3c)
    • 💅 replace rehydration from CSSOM with progressive regex (#2872)