5.6 KiB
5.6 KiB
@emotion/styled
10.3.0
Minor Changes
- #2566
122e9f11Thanks @eps1lon, @Andarist! - Fixed hydration mismatches ifReact.useId(an upcoming API in React 18) is used within a tree below our components.
- #2560
b5a26619Thanks @eps1lon! - Dropped usage of a deprecatedSFCReact type in favor ofFC. TheFCtype has been introduced in@types/react@16.7.2so 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
-
97673098#1570 Thanks @FezVrasta! - Fixed package's Flow types -
Updated dependencies [
3927293d,97673098,b3a0f148]:- babel-plugin-emotion@10.0.23
- @emotion/styled-base@10.0.23
10.0.22
Patch Changes
10211951#1553 Thanks @Andarist! - Add dev warning about keyframes being interpolated into plain strings.
57a767ea#1560 Thanks @Andarist! - Fix composition of styles without a final semicolon in a declaration block
c3f0bc10#1545 Thanks @jgroszko! - Accept objects asclassNamein styled components (they are stringified) to match React behavior
-
11bea3a8#1562 Thanks @FezVrasta! - Export Flow type definitions for @emotion/styled/macro and @emotion/css/macro -
Updated dependencies [
4fc5657a,2fc75f26,10211951,57a767ea,1bb3efe3,c3f0bc10]:- @emotion/core@10.0.22
- @emotion/styled-base@10.0.22
- babel-plugin-emotion@10.0.22
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
- c0eb604d #1419 Thanks @mitchellhamilton! - Update build tool
10.0.12
Patch Changes
- f7238e7e #1364 Thanks @arcanis! - Adds @emotion/core & react to the peer dependencies
- b849f66c #1369 Thanks @SavePointSam! - Exposed macro.d.ts
10.0.11
Patch Changes
- 595aa85 #1315 Thanks @lifeiscontent! - Add macro.d.ts for @emotion/styled