Comparing version 1.6.4 to 1.6.5-rc
@@ -418,3 +418,3 @@ 'use strict'; | ||
if (this.isPanelRoot && this.initialized) { | ||
if (this.initialized) { | ||
this.update(); | ||
@@ -421,0 +421,0 @@ } |
@@ -94,2 +94,7 @@ 'use strict'; | ||
} | ||
}, { | ||
key: 'attachShadow', | ||
value: function attachShadow() { | ||
return document.createElement('shadow-root'); | ||
} | ||
}]); | ||
@@ -96,0 +101,0 @@ |
@@ -354,3 +354,3 @@ import cuid from 'cuid'; | ||
if (this.isPanelRoot && this.initialized) { | ||
if (this.initialized) { | ||
this.update(); | ||
@@ -357,0 +357,0 @@ } |
@@ -64,2 +64,6 @@ /* eslint-env node */ | ||
} | ||
attachShadow() { | ||
return document.createElement(`shadow-root`); | ||
} | ||
} | ||
@@ -66,0 +70,0 @@ |
{ | ||
"name": "panel", | ||
"version": "1.6.4", | ||
"version": "1.6.5-rc", | ||
"description": "Web Components with Virtual DOM: lightweight composable web apps", | ||
@@ -75,3 +75,4 @@ "main": "build/index.js", | ||
"typescript": "3.2.2", | ||
"web-component-tester": "5.0.0", | ||
"wct-browser-legacy": "1.0.2", | ||
"web-component-tester": "6.9.2", | ||
"webpack": "1.13.0", | ||
@@ -78,0 +79,0 @@ "zip-folder": "1.0.0" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
129188
2726
24
1