mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
6.1 KiB
6.1 KiB
babel-plugin-emotion
10.2.2
Patch Changes
ed47786b
#2248 Thanks @xanido! - optimiseCssProp results incss
being imported from @emotion/core rather than @emotion/css
10.0.33
Patch Changes
b9f8ae3
#1829 Thanks @Andarist! - Skip appending source maps & labels to Babel-transpiled tagged template expressions.
10.0.29
Patch Changes
- Updated dependencies [
446e756
]:- @emotion/hash@0.8.0
- @emotion/serialize@0.11.16
10.0.28
Patch Changes
4dfe558
#1731 Thanks @ndelangen! - Fixed an issue with addinglabel
&target
options tostyled
-related calls when those properties were already set, causing those properties to be duplicated. This could have happened for example when transpiling already transpiled code or when providing those options manually (latter being less likely).
af07afb
#1761 Thanks @mansourkheffache! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions containing interpolations. This is a case not covered previously by #1538.
10.0.27
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file- Updated dependencies [
4c62ae9
]:- @emotion/hash@0.7.4
- @emotion/memoize@0.7.4
- @emotion/serialize@0.11.15
10.0.23
Patch Changes
3927293d
#1569 Thanks @Andarist! - Add dev hint about css object (generated by Babel) being stringified by accident
-
b3a0f148
#1574 Thanks @Andarist! - Fix babel plugin crashing when called programmatically without providing a filename -
Updated dependencies [
a55f3d49
,ca95f385
]:- @emotion/serialize@0.11.14
10.0.22
Patch Changes
-
1bb3efe3
#1554 Thanks @Andarist! - Prepend appended label string with semicolon to avoid problems with declaration blocks without a final semicolon -
Updated dependencies [
4fc5657a
,10211951
,57a767ea
]:- @emotion/serialize@0.11.12
10.0.21
Patch Changes
- 0eafebb5 #1538 Thanks @Andarist! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions
10.0.20
Patch Changes
- 1b3791d4 #1526 Thanks @ahutchings! - Fix
autoLabel
crash oncss
used in expression assigned to an object pattern
10.0.19
- Updated dependencies [c81c0033]:
- @emotion/serialize@0.11.11
- @emotion/hash@0.7.3
- @emotion/memoize@0.7.3
10.0.17
Patch Changes
10.0.16
Patch Changes
- 1ea9b3a6 - Fix an inconsistency with Babel config ordering in the README
10.0.15
Patch Changes
- 4a3b18a2 #1451 Thanks @Andarist! - Fixed issue with auto-labelling crashing on $ at runtime
- 284f8fa #1336 Thanks @Zenwolf! - Keep CSS comments that include
@
10.0.14
Patch Changes
- c0eb604d #1419 Thanks @mitchellhamilton! - Update build tool