Comparing version 0.4.5 to 0.4.6
0.4.6 / 2015-06-29 | ||
================== | ||
* Merge pull request #187 from dekujs/should-render | ||
* Fixed: State not committed during shouldUpdate | ||
* Merge pull request #177 from mpal9000/patch-1 | ||
* docs - initialState props | ||
0.4.5 / 2015-06-13 | ||
@@ -3,0 +11,0 @@ ================== |
@@ -333,3 +333,6 @@ /** | ||
if (!shouldUpdate(entity)) return updateChildren(entityId) | ||
if (!shouldUpdate(entity)) { | ||
commit(entity) | ||
return updateChildren(entityId) | ||
} | ||
@@ -336,0 +339,0 @@ var currentTree = entity.virtualElement |
{ | ||
"name": "deku", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"repository": "segmentio/deku", | ||
@@ -5,0 +5,0 @@ "description": "Create view components using a virtual DOM", |
Sorry, the diff of this file is too big to display
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
148904
4378