Skip to content

@emotion/utils@1.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

  • 9e998e37 #1817 Thanks @Andarist! - insertStyles no longer calls cache.insert with a scoped class name as a selector when inserting keyframes. The change is internal and has no effect on Emotion users.

Patch Changes

  • debaad9a #1999 Thanks @RoystonS! - Fixed TypeScript definition of the EmotionCache by replacing the non-existent stylis method with insert that is available at runtime.