Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 2.73 KB

@emotion/utils

1.1.0

Minor Changes

  • #2600 2f27156a Thanks @Andarist! - Introduced registerStyles helper that is shared across between other packages. This is just an internal util that shouldn't be used by packages other than @emotion/* packages.

1.0.0

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.

1.0.0-rc.0

Major Changes

1.0.0-next.1

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.

1.0.0-next.0

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.

0.11.3

Patch Changes

0.11.2

Patch Changes