@vaadin/vaadin-list-box
Advanced tools
Comparing version 1.2.0-alpha1 to 1.2.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-box", | ||
"version": "1.2.0-alpha1", | ||
"version": "1.2.0-beta1", | ||
"main": "vaadin-list-box.js", | ||
@@ -37,3 +37,3 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-item": "^2.1.0", | ||
"@vaadin/vaadin-list-mixin": "^2.2.2-alpha3", | ||
"@vaadin/vaadin-list-mixin": "^2.3.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
@@ -40,0 +40,0 @@ "@vaadin/vaadin-material-styles": "^1.1.0", |
@@ -69,3 +69,3 @@ /** | ||
static get version() { | ||
return '1.2.0-alpha1'; | ||
return '1.2.0-beta1'; | ||
} | ||
@@ -94,2 +94,4 @@ | ||
this.setAttribute('role', 'list'); | ||
setTimeout(this._checkImport.bind(this), 2000); | ||
} | ||
@@ -100,2 +102,9 @@ | ||
} | ||
_checkImport() { | ||
var item = this.querySelector('vaadin-item'); | ||
if (item && !(item instanceof PolymerElement)) { | ||
console.warn(`Make sure you have imported the vaadin-item element.`); | ||
} | ||
} | ||
} | ||
@@ -102,0 +111,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
24455
218
1