Skip to content

Releases: emotion-js/emotion

@emotion/hash@0.7.3

17 Sep 12:51
Compare
Choose a tag to compare

Patch Changes

@emotion/cache@10.0.19

17 Sep 12:51
Compare
Choose a tag to compare
  • Updated dependencies [c81c003]:
    • @emotion/hash@0.7.3
    • @emotion/weak-memoize@0.2.4

emotion-theming@10.0.18

11 Sep 21:15
Compare
Choose a tag to compare

Patch Changes

v8.0.0-0

20 Sep 02:50
Compare
Choose a tag to compare
v8.0.0-0 Pre-release
Pre-release

v8.0.0-0 (2017-09-14)

(This is a WIP changelog)

npm i emotion@next react-emotion@next babel-plugin-emotion@next

πŸ’₯ Breaking Change

  • composes is gone and replaced with random interpolations (there's a codemod)
  • Nested class selectors default to & .class instead of &.class if the & is omitted

πŸš€ Enhancement

  • Better performance

πŸ› Bug Fix

  • All edge cases with prefixing are gone
  • css prop specificity (#308)

🏠 Internal

  • Don't convert tagged template literals to objects

Committers: 2

v7.3.2

14 Sep 12:34
Compare
Choose a tag to compare

v7.3.2 (2017-09-14)

πŸš€ Enhancement

Committers: 1

v7.3.0

13 Sep 16:18
Compare
Choose a tag to compare

v7.3.0 (2017-09-13)

πŸš€ Enhancement

🏠 Internal

  • babel-plugin-emotion, emotion, react-emotion
  • babel-plugin-emotion

Committers: 3

v7.2.2

05 Sep 23:41
Compare
Choose a tag to compare
v7.2.2

v7.2.1

05 Sep 16:38
Compare
Choose a tag to compare

v7.2.1 (2017-09-05)

πŸ“ Documentation

🏠 Internal

  • Other
    • #294 Add module name mapping for emotion-utils to .flowconfig. (@bigslycat)
  • babel-plugin-emotion
  • babel-plugin-emotion, emotion-utils, emotion, preact-emotion, react-emotion
  • babel-plugin-emotion, emotion-server, emotion-utils, emotion, preact-emotion, react-emotion
    • #276 chore: update packages to deeplink into their respective directories. (@probablyup)

Committers: 6

v7.2.0

14 Sep 12:36
Compare
Choose a tag to compare

v7.2.0 (2017-08-20)

πŸš€ Enhancement

Committers: 1

v6.0.0

16 Jul 04:19
Compare
Choose a tag to compare

Breaking

Features

  • Prefix objects in css and styled calls (#101 thanks @nishp1!)
  • Expose emotion named exports on emotion/react, emotion/vue and emotion/server (#153 thanks @mattfysh!)
  • Use emotion with babel-macros (#142 thanks @mitchellhamilton!)