@vaadin/vaadin-notification
Advanced tools
Comparing version 1.2.0-alpha2 to 1.2.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-notification", | ||
"version": "1.2.0-alpha2", | ||
"version": "1.2.0-beta1", | ||
"main": "vaadin-notification.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -215,2 +215,7 @@ /** | ||
* | ||
* Renderer is called on the opening of the notification. | ||
* 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 | ||
@@ -262,3 +267,3 @@ * | ||
static get version() { | ||
return '1.2.0-alpha2'; | ||
return '1.2.0-beta1'; | ||
} | ||
@@ -304,4 +309,2 @@ | ||
* - `notification` The reference to the `<vaadin-notification>` element. | ||
* | ||
* **NOTE:** The renderer callback can be called multiple times with the previous content. | ||
*/ | ||
@@ -308,0 +311,0 @@ renderer: Function, |
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
40218
733
0