Skip to content

Latest commit

 

History

History
106 lines (58 loc) · 6.69 KB

CHANGELOG.md

File metadata and controls

106 lines (58 loc) · 6.69 KB

babel-plugin-emotion

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.

Minor Changes

  • c5b12d90 #1220 Thanks @mitchellhamilton! - Added the importMap 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

Patch Changes

  • c5b12d90 #1220 Thanks @mitchellhamilton! - Fix issue with not updating referenced import when bailing out on already transpiled vanilla emotion nodes (a regression introduced in #1602)
  • Updated dependencies [8a896a31, a085003d]:
    • @emotion/serialize@0.11.15-next.1

11.0.0-next.1

Patch Changes

  • Updated dependencies [1eaa3a38]:
    • @emotion/serialize@1.0.0-next.0

11.0.0-next.0

Major Changes

  • 302bdba1 #1600 Thanks @mitchellhamilton! - Ensure packages are major bumped so that pre-release versions of the linked packages are consistent in the major number

Patch Changes

  • b0ad4f0c #1600 Thanks @Andarist! - Avoid transpiling vanilla emotion calls in already transpiled code to avoid double labels and such

10.0.23

Patch Changes

  • 3927293d #1569 Thanks @Andarist! - Add dev hint about css object (generated by Babel) being stringified by accident
  • b3a0f148 #1574 Thanks @Andarist! - Fix babel plugin crashing when called programmatically without providing a filename

  • Updated dependencies [a55f3d49, ca95f385]:

    • @emotion/serialize@0.11.14

10.0.22

Patch Changes

10.0.21

Patch Changes

  • 0eafebb5 #1538 Thanks @Andarist! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions

10.0.20

Patch Changes

10.0.19

  • Updated dependencies [c81c0033]:
    • @emotion/serialize@0.11.11
    • @emotion/hash@0.7.3
    • @emotion/memoize@0.7.3

10.0.17

Patch Changes

10.0.16

Patch Changes

  • 1ea9b3a6 - Fix an inconsistency with Babel config ordering in the README

10.0.15

Patch Changes

10.0.14

Patch Changes

10.0.13

Patch Changes