diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-15 21:53:32 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-15 21:53:32 +0100 |
commit | cdc7afce1c2987a52d2eee70e41510f55bb48955 (patch) | |
tree | 7e309a62596129fe45fbbf7012e229b26b96cfa6 | |
parent | d29395cdf2d66dbc3d976f82f369bb61d5f976a6 (diff) | |
download | fastdom-cdc7afce1c2987a52d2eee70e41510f55bb48955.zip fastdom-cdc7afce1c2987a52d2eee70e41510f55bb48955.tar.gz fastdom-cdc7afce1c2987a52d2eee70e41510f55bb48955.tar.bz2 |
0.8.2
-rw-r--r-- | History.md | 5 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,9 @@ +0.8.2 / 2013-10-15 +================== + + * fix - prevent unnecessary frame being scheduled when write requested inside read callback, inside write callback. + 0.8.1 / 2013-10-15 ================== @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.1", + "version": "0.8.2", "main": "index.js", "scripts": [ "index.js" diff --git a/component.json b/component.json index ae821b2..e9c8e90 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.1", + "version": "0.8.2", "main": "index.js", "scripts": [ "index.js" diff --git a/package.json b/package.json index 0e48379..3c4ec05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.1", + "version": "0.8.2", "main": "index.js", "scripts": { "test": "jshint . && mocha-phantomjs test/index.html" |