Files

5.6 KiB

@emotion/styled

10.3.0

Minor Changes

  • #2566 122e9f11 Thanks @eps1lon, @Andarist! - Fixed hydration mismatches if React.useId (an upcoming API in React 18) is used within a tree below our components.
  • #2560 b5a26619 Thanks @eps1lon! - Dropped usage of a deprecated SFC React type in favor of FC. The FC type has been introduced in @types/react@16.7.2 so this version of this package is now a minimum requirement for TypeScript users.

Patch Changes

10.0.27

Patch Changes

  • 4c62ae9 #1698 Thanks @Andarist! - Add LICENSE file
  • Updated dependencies [4c62ae9]:
    • babel-plugin-emotion@10.0.27
    • @emotion/core@10.0.27
    • @emotion/styled-base@10.0.27

10.0.23

Patch Changes

10.0.22

Patch Changes

  • 57a767ea #1560 Thanks @Andarist! - Fix composition of styles without a final semicolon in a declaration block
  • c3f0bc10 #1545 Thanks @jgroszko! - Accept objects as className in styled components (they are stringified) to match React behavior

10.0.17

Patch Changes

10.0.15

Patch Changes

  • 8638c416 #1421 Thanks @Andarist! - TS: Disallow Theme parameter when it was already parametrized by using CustomStyled

10.0.14

Patch Changes

10.0.12

Patch Changes

10.0.11

Patch Changes