styled-components v5.1.1 Release Notes

Release Date: 2020-04-07 // about 4 years ago
  • ๐Ÿ†• New Functionality

    • ๐Ÿ’… Implement shouldForwardProp API for native and primitive platforms, which was previously missing in [v5.1.0] (see #3093)
      ๐Ÿš€ This has been released under a patch bump instead of a minor, since it's only been missing from Native-support.

    ๐Ÿ›  Bugfixes

    • โž• Added useTheme hook to named exports for react-primitives entrypoint (see #2982) thanks @jladuval!
    • ๐Ÿ’… Escape every CSS ident character necessary when converting component display names to class names (see #3102) thanks @kripod!