Releases: emotion-js/emotion
@emotion/[email protected]
Minor Changes
- #3215
a9f6912Thanks @Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.
Patch Changes
- Updated dependencies [
d8ff8a5]:- @emotion/[email protected]
@emotion/[email protected]
Minor Changes
-
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks 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.
@emotion/[email protected]
@emotion/[email protected]
Minor Changes
-
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks 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.
Patch Changes
- Updated dependencies [
d8ff8a5,a9f6912]:- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
@emotion/[email protected]
Minor Changes
-
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks 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
a9f6912Thanks @Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.
Patch Changes
- Updated dependencies [
d8ff8a5,a9f6912]:- @emotion/[email protected]
- @emotion/[email protected]
@emotion/[email protected]
Minor Changes
- #2429
b1d16b0Thanks @sarayourfriend! - 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]
Minor Changes
- #2359
16d8a8cThanks @rjdestigter! - 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]
Minor Changes
- #2430
fc4d27cThanks @sarayourfriend! - 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]
Patch Changes
-
#3206
d1994c4Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore -
#3208
56109e7Thanks @Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19 -
Updated dependencies [
9ca22c6,a1e881b,16d8a8c]:- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
@emotion/[email protected]
Minor Changes
- #2431
52aadc6Thanks @sarayourfriend! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes
- #2431
52aadc6Thanks @sarayourfriend! - Type declaration forStyleSheet's constructor has been fixed. It incorrectly was specifying thatoptionswere optional when in reality they weren't.