Skip to content

Releases: emotion-js/emotion

@emotion/[email protected]

19 Jul 06:52
d57cfcb

Choose a tag to compare

Patch Changes

@emotion/[email protected]

19 Jul 06:52
d57cfcb

Choose a tag to compare

Patch Changes

@emotion/[email protected]

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/[email protected]

29 Mar 18:38
f4640f6

Choose a tag to compare

Patch Changes

@emotion/[email protected]

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/[email protected]

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/[email protected]

27 Feb 14:08
6e0e388

Choose a tag to compare

Patch Changes

@emotion/[email protected]

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/[email protected]

23 Dec 20:52
b0014b4

Choose a tag to compare

Patch Changes

@emotion/[email protected]

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