@vaadin/vaadin-grid-pro
Advanced tools
Comparing version 1.0.0-beta1 to 1.0.0-beta2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-grid-pro", | ||
"version": "1.0.0-beta1", | ||
"version": "1.0.0-beta2", | ||
"main": "vaadin-grid-pro.js", | ||
@@ -47,4 +47,4 @@ "author": "Vaadin Ltd", | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.18", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"@polymer/iron-component-page": "^4.0.0", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
@@ -51,0 +51,0 @@ "wct-browser-legacy": "^1.0.1", |
@@ -276,2 +276,4 @@ /** | ||
const path = this.editorType === 'checkbox' ? 'checked' : this.editorValuePath; | ||
// FIXME(yuriy): Required for the flow counterpart as it is passing the string value to webcomponent | ||
value = (this.editorType === 'checkbox' && typeof value === 'string') ? value == 'true' : value; | ||
set(editor, path, value); | ||
@@ -278,0 +280,0 @@ editor.notifyPath && editor.notifyPath(path, value); |
@@ -35,3 +35,3 @@ /** | ||
static get version() { | ||
return '1.0.0-beta1'; | ||
return '1.0.0-beta2'; | ||
} | ||
@@ -38,0 +38,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
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
55228
968
0