Skip to content

babel-plugin-emotion@10.0.28

Choose a tag to compare

@github-actions github-actions released this 27 Feb 17:46
· 553 commits to main since this release
4a7673a

Patch Changes

  • 4dfe558 #1731 Thanks @ndelangen! - Fixed an issue with adding label & target options to styled-related calls when those properties were already set, causing those properties to be duplicated. This could have happened for example when transpiling already transpiled code or when providing those options manually (latter being less likely).

  • af07afb #1761 Thanks @mansourkheffache! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions containing interpolations. This is a case not covered previously by #1538.