Releases: emotion-js/emotion
Releases Β· emotion-js/emotion
@emotion/styled@11.0.0-next.3
Major Changes
f9feab1a
#1575 Thanks @mitchellhamilton! - Removed support for@emotion/styled-base
package. It has been moved to@emotion/styled
and is available as@emotion/styled/base
. This simplifies how the regular and base versions relate to each other and eliminates problems with stricter package managers when@emotion/styled-base
was not installed explicitly by a user.
Patch Changes
@emotion/styled-base@11.0.0-next.3
Major Changes
f9feab1a
#1575 Thanks @mitchellhamilton! - Removed support for@emotion/styled-base
package. It has been moved to@emotion/styled
and is available as@emotion/styled/base
. This simplifies how the regular and base versions relate to each other and eliminates problems with stricter package managers when@emotion/styled-base
was not installed explicitly by a user.
@emotion/serialize@0.11.15-next.1
@emotion/primitives@11.0.0-next.3
@emotion/primitives-core@11.0.0-next.3
Patch Changes
- Updated dependencies [
a085003d
]:- @emotion/core@11.0.0-next.3
@emotion/native@11.0.0-next.3
Patch Changes
- Updated dependencies []:
- emotion-theming@11.0.0-next.3
- @emotion/primitives-core@11.0.0-next.3
@emotion/is-prop-valid@0.8.6-next.0
@emotion/css@11.0.0-next.3
@emotion/core@11.0.0-next.3
@emotion/babel-preset-css-prop@11.0.0-next.3
Major Changes
c5b12d90
#1220 Thanks @mitchellhamilton! - Removed support for theinstances
option, any usage of it should be replaced with theimportMap
option
Minor Changes
c5b12d90
#1220 Thanks @mitchellhamilton! - Added theimportMap
option which allows you to tell babel-plugin-emotion what imports it should look at to determine what it should transform so if you re-export Emotion's exports, you can still use the Babel transforms