multiselect-combo-box
Advanced tools
Comparing version 3.0.0-alpha to 3.0.0-alpha.1
{ | ||
"name": "multiselect-combo-box", | ||
"version": "3.0.0-alpha", | ||
"version": "3.0.0-alpha.1", | ||
"description": "A multiselect combo box web component compatible with the Vaadin Web Components", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -31,3 +31,3 @@ [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/gatanasomultiselect-combo-box) | ||
> For more usage examples, see the [demo](https://multiselect-combo-box.firebaseapp.com/demo/). | ||
> For more usage examples, see the [demo](https://multiselect-combo-box.firebaseapp.com). | ||
@@ -34,0 +34,0 @@ ## Project setup |
@@ -382,2 +382,4 @@ import '@polymer/polymer/lib/elements/dom-repeat.js'; | ||
processTemplates(this); | ||
this._notifyReady(); // only relevant when used with Vaadin Flow | ||
} | ||
@@ -641,2 +643,7 @@ | ||
} | ||
/** @private */ | ||
_notifyReady() { | ||
this.$server && this.$server.notifyReady(); | ||
} | ||
} | ||
@@ -643,0 +650,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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
63407
1353
0