Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,5 @@ | ||
# 3.0.1 - 2019-01-31 | ||
- Fixed an issue in which global styles weren't flushing for some adapters. | ||
# 3.0.0 - 2019-01-28 | ||
@@ -2,0 +6,0 @@ |
@@ -74,3 +74,5 @@ "use strict"; | ||
if (globalSheet) { | ||
this.processStyleSheet(this.syntax.convertGlobalSheet(globalSheet).toObject(), ':root'); | ||
var sheet = this.processStyleSheet(this.syntax.convertGlobalSheet(globalSheet).toObject(), ':root'); | ||
// Some adapters require the styles to be transformed to be flushed | ||
this.transformToClassName(Object.values(sheet)); | ||
} | ||
@@ -77,0 +79,0 @@ this.appliedGlobals = true; |
{ | ||
"name": "aesthetic", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Aesthetic is a powerful type-safe React library for styling components through the use of adapters.", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "db19cb4e3f6c142853a26d22a1b1ff0c288e5f96" | ||
"gitHead": "55e0a46ade78aaa4dc283ef6635ecb73e1a57669" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74079
1425