Skip to content

Releases: emotion-js/emotion

@emotion/babel-preset-css-prop@11.12.0

19 Jul 06:52
d57cfcb

Choose a tag to compare

Patch Changes

  • Updated dependencies [ea84c40]:
    • @emotion/babel-plugin-jsx-pragmatic@0.3.0
    • @emotion/babel-plugin@11.12.0

@emotion/babel-plugin@11.12.0

19 Jul 06:52
d57cfcb

Choose a tag to compare

Patch Changes

  • Updated dependencies [9ca22c6, 7f8db2d, ea2c397]:
    • @emotion/serialize@1.2.0
    • @emotion/memoize@0.9.0
    • @emotion/hash@0.9.2

@emotion/babel-plugin-jsx-pragmatic@0.3.0

19 Jul 06:52
d57cfcb

Choose a tag to compare

Minor Changes

  • #2570 ea84c40 Thanks @G-Rath! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

@emotion/styled@11.11.5

29 Mar 18:38
f4640f6

Choose a tag to compare

Patch Changes

  • #3164 c9b84dbe Thanks @Cerber-Ursi! - Reordered styled overloads to accommodate the recent change in @emotion/serialize's types.

  • Updated dependencies [c9b84dbe]:

    • @emotion/serialize@1.1.4

@emotion/serialize@1.1.4

29 Mar 18:38
f4640f6

Choose a tag to compare

Patch Changes

  • #3164 c9b84dbe Thanks @Cerber-Ursi! - Make ArrayInterpolation to extend ReadonlyArray to match a similar recent change to ArrayCSSInterpolation. It fixes some compatibility issues when those 2 get mixed together.

@emotion/react@11.11.4

27 Feb 14:08
6e0e388

Choose a tag to compare

Patch Changes

  • #3159 5b82631d Thanks @iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).

@emotion/is-prop-valid@1.2.2

27 Feb 14:08
6e0e388

Choose a tag to compare

Patch Changes

@emotion/serialize@1.1.3

23 Dec 20:52
b0014b4

Choose a tag to compare

Patch Changes

  • #3141 45c440fb Thanks @Cerber-Ursi! - Replace arrays with readonly arrays in CSS type definitions, following changes in csstype

@emotion/react@11.11.3

23 Dec 20:52
b0014b4

Choose a tag to compare

Patch Changes

  • #3101 49c20b4f Thanks @kyvong! - Fix Theme import for newer Typescript module resolution modes

  • Updated dependencies [45c440fb]:

    • @emotion/serialize@1.1.3

@emotion/css@11.11.2

16 Jun 22:38
f3b268f

Choose a tag to compare

Patch Changes

  • #3057 8f665262 Thanks @emmatown! - Fix @emotion/css/create-instance types in TypeScript module resolution modes that support the exports field