Skip to content

emotion-theming@11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 00:45
· 281 commits to main since this release
b99c44c

Major Changes

  • cbb8b796 #1628 Thanks @Andarist! - emotion-theming has been removed and all its exports were moved to @emotion/react package. Please import them like this import { useTheme, ThemeProvider, withTheme } from '@emotion/react' from now on.