Skip to content

@emotion/core@10.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 09:33
· 480 commits to main since this release
0abe324

Minor Changes

  • 71514b06 #1970 Thanks @FLGMwt! - Support for the new JSX runtimes has been added. They require compatible React versions and shouldn't be manually used.

    To use them you can use the new @jsxImportSource @emotion/core pragma instead of the old @jsx jsx or you can use @emotion/babel-preset-css-prop with { runtime: 'automatic' } option to have it handled automatically for you for the whole project.