Comparing version 0.7.2 to 0.7.3
@@ -490,3 +490,5 @@ // This lint error disables "this.attrs" everywhere. What could go wrong? | ||
// Set value in model data | ||
// remove value from the cache | ||
this._internalModel._modelData.setAttr(key, value); | ||
delete this._cache[key]; | ||
@@ -493,0 +495,0 @@ // update cache with the data, |
# ember-m3 changelog | ||
## 0.7.3 | ||
* bugfix: `setUnknownProperty` remove cache after setting a new value and only update cache when value is resolved. | ||
## 0.7.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "ember-m3", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
82685
1696