@vaadin/vaadin-dialog
Advanced tools
Comparing version 2.2.0-alpha2 to 2.2.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-dialog", | ||
"version": "2.2.0-alpha2", | ||
"version": "2.2.0-beta1", | ||
"main": "vaadin-dialog.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -77,2 +77,7 @@ /** | ||
* | ||
* Renderer is called on the opening of the dialog. | ||
* DOM generated during the renderer call can be reused | ||
* in the next renderer call and will be provided with the `root` argument. | ||
* On first call it will be empty. | ||
* | ||
* ### Polymer Templates | ||
@@ -126,3 +131,3 @@ * | ||
static get version() { | ||
return '2.2.0-alpha2'; | ||
return '2.2.0-beta1'; | ||
} | ||
@@ -180,4 +185,2 @@ | ||
* - `dialog` The reference to the `<vaadin-dialog>` element. | ||
* | ||
* **NOTE:** The renderer callback can be called multiple times with the previous content. | ||
*/ | ||
@@ -184,0 +187,0 @@ renderer: Function, |
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
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
27473
328
0