Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

56 lines (31 loc) · 3.64 KB

@emotion/babel-preset-css-prop

11.0.0-next.3

Major Changes

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

11.0.0-next.0

Patch Changes

10.0.23

Patch Changes

  • 539bc0c2 #1576 Thanks @Andarist! - Insert import to @emotion/core after existing imports to avoid ordering issues with polyfills
  • 3927293d #1569 Thanks @Andarist! - Add dev hint about css object (generated by Babel) being stringified by accident

  • Updated dependencies [539bc0c2, 3927293d, b3a0f148]:

    • @emotion/babel-plugin-jsx-pragmatic@0.1.4
    • babel-plugin-emotion@10.0.23

10.0.22

Patch Changes

  • 1bb3efe3 #1554 Thanks @Andarist! - Prepend appended label string with semicolon to avoid problems with declaration blocks without a final semicolon

  • Updated dependencies [1bb3efe3]:

    • babel-plugin-emotion@10.0.22

10.0.17

Patch Changes

10.0.14

Patch Changes