Releases: emotion-js/emotion
Releases Β· emotion-js/emotion
@emotion/[email protected]
@emotion/[email protected]
- Updated dependencies [c81c003]:
- @emotion/[email protected]
- @emotion/[email protected]
[email protected]
v8.0.0-0
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
- Kye Hohenberger (tkh44)
- Mitchell Hamilton (mitchellhamilton)
v7.3.2
v7.3.2 (2017-09-14)
π Enhancement
babel-plugin-emotion
- #306 Allow all imports to be configurable. (@mitchellhamilton)
Committers: 1
- Mitchell Hamilton (mitchellhamilton)
v7.3.0
v7.3.0 (2017-09-13)
π Enhancement
babel-plugin-emotion
- #290 Configurable imports. (@ChristopherBiscardi)
π Internal
babel-plugin-emotion
,emotion
,react-emotion
- #304 Use babel-plugin-codegen to generate props regex. (@mitchellhamilton)
babel-plugin-emotion
- #298 upgrade to babel-macros 1.0.0. (@kentcdodds)
Committers: 3
- Christopher Biscardi (ChristopherBiscardi)
- Kent C. Dodds (kentcdodds)
- Mitchell Hamilton (mitchellhamilton)
v7.2.2
v7.2.1
v7.2.1 (2017-09-05)
π Documentation
- #198 add docs for using withProps from recompose. (@divyagnan)
π Internal
- Other
- #294 Add module name mapping for emotion-utils to .flowconfig. (@bigslycat)
babel-plugin-emotion
- #293 Fix flowtype errors in babel-plugin-emotion. (@bigslycat)
babel-plugin-emotion
,emotion-utils
,emotion
,preact-emotion
,react-emotion
- #280 Change rollup config. (@mitchellhamilton)
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
- Christopher Biscardi (ChristopherBiscardi)
- Divyagnan Kandala (divyagnan)
- Evan Scott (probablyup)
- Mitchell Hamilton (mitchellhamilton)
- Pavel (bigslycat)
- Siddharth Kshetrapal (siddharthkp)
v7.2.0
v7.2.0 (2017-08-20)
π Enhancement
emotion
,preact-emotion
- #273 Add preact-emotion. (@mitchellhamilton)
Committers: 1
- Mitchell Hamilton (mitchellhamilton)
v6.0.0
Breaking
- Move
ThemeProvider
andwithTheme
toemotion/react/theming
(#130 thanks @mitchellhamilton!)