@vaadin/polymer-legacy-adapter
Advanced tools
Comparing version 22.0.0-beta2 to 22.0.0-rc1
{ | ||
"name": "@vaadin/polymer-legacy-adapter", | ||
"version": "22.0.0-beta2", | ||
"version": "22.0.0-rc1", | ||
"publishConfig": { | ||
@@ -34,3 +34,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-beta2", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-rc1", | ||
"lit": "^2.0.0" | ||
@@ -40,9 +40,9 @@ }, | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/checkbox": "22.0.0-beta2", | ||
"@vaadin/grid": "22.0.0-beta2", | ||
"@vaadin/grid-pro": "22.0.0-beta2", | ||
"@vaadin/testing-helpers": "^0.3.0", | ||
"@vaadin/checkbox": "22.0.0-rc1", | ||
"@vaadin/grid": "22.0.0-rc1", | ||
"@vaadin/grid-pro": "22.0.0-rc1", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"sinon": "^9.2.4" | ||
}, | ||
"gitHead": "f13833683e6667f6ca6678452db14aa6b7eac4a4" | ||
"gitHead": "7b6f44bcd2c0fd415028ace666feeb0fedb1d540" | ||
} |
@@ -104,2 +104,6 @@ import { PolymerElement } from '@polymer/polymer'; | ||
this.__TemplateClass = templatize(this.__template, this, { | ||
// Events handled by declarative event listeners | ||
// (`on-event="handler"`) will be decorated with a `model` property pointing | ||
// to the template instance that stamped it. | ||
parentModel: true, | ||
// This property prevents the template instance properties | ||
@@ -106,0 +110,0 @@ // from passing into the `forwardHostProp` callback |
27615
433
+ Added@vaadin/vaadin-themable-mixin@22.0.0-rc1(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.0.0-beta2(transitive)