Comparing version 17.14.0 to 17.14.1
# CHANGELOG | ||
## 17.14.1 | ||
Fixed regression in 20.1.0 when sprite was directly used in styleDef. | ||
## 17.14.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "bobril", | ||
"version": "17.14.0", | ||
"version": "17.14.1", | ||
"description": "Component Oriented MVC Framework with virtual DOM and CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -290,2 +290,7 @@ import { CSSStyles, CSSPseudoStyles, CSSStylesItem, CSSInlineStyles } from "./cssTypes"; | ||
if (isString(style)) { | ||
if (unusedBundled.has(style)) { | ||
unusedBundled.get(style)!.used = true; | ||
unusedBundled.delete(style); | ||
invalidateStyles(); | ||
} | ||
let externalStyle = allStyles[style]; | ||
@@ -292,0 +297,0 @@ if (externalStyle === undefined) { |
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
396316
9477
314
0
0
11