Skip to content

v2.38.0

Latest
Compare
Choose a tag to compare
@jcfilben jcfilben released this 28 May 19:39
· 6 commits to master since this release
  • Added support for styled-components v6. (#7165)

This release is compatible with both styled components v5 and v6. Please note that if you are upgrading to styled components v6 there are various changes to be aware of. Refer to the styled components migration guide: https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6.
One major difference in styled-components v6 is the removal of CSS vendor prefixes by default since most CSS styles have broad cross-browser support. If you’d like to enable vendor prefixes for your project, you can do so following the steps provided in the styled components migration guide.