Skip to content

Releases: emotion-js/emotion

@emotion/css@11.13.4

01 Oct 08:23
e310c6e
Compare
Choose a tag to compare

Patch Changes

@emotion/utils@1.4.1

21 Sep 08:47
31fa40b
Compare
Choose a tag to compare

Patch Changes

@emotion/serialize@1.3.2

21 Sep 08:47
31fa40b
Compare
Choose a tag to compare

Patch Changes

@emotion/is-prop-valid@1.3.1

21 Sep 08:47
31fa40b
Compare
Choose a tag to compare

Patch Changes

@emotion/unitless@0.10.0

21 Aug 09:24
3f46884
Compare
Choose a tag to compare

Minor Changes

@emotion/serialize@1.3.1

21 Aug 09:24
3f46884
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [153cf88]:
    • @emotion/unitless@0.10.0

@emotion/react@11.13.3

21 Aug 09:24
3f46884
Compare
Choose a tag to compare

Patch Changes

  • #3232 0ce3ed0 Thanks @ENvironmentSet! - Distribute css prop attachment over props that are union types

  • Updated dependencies []:

    • @emotion/serialize@1.3.1

@emotion/primitives-core@11.13.2

29 Jul 01:07
e819f9c
Compare
Choose a tag to compare

Patch Changes

@emotion/cache@11.13.1

25 Jul 07:06
c6f01a2
Compare
Choose a tag to compare

Patch Changes

@emotion/utils@1.4.0

20 Jul 07:38
70ad1d3
Compare
Choose a tag to compare

Minor Changes

  • #3198 d8ff8a5 Thanks @Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.