This commit is contained in:
Anton Lavrenov 2020-08-08 09:45:01 -05:00
parent 55107920bd
commit 970473a56f
3 changed files with 1325 additions and 47 deletions

View File

@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## 7.0.5
* Fixes for `node.cache()` function.
## 7.0.4
* Add `onUpdate` callbacks to `Konva.Tween` configuration and `node.to()` method.
* Up to 6x faster initializations of objects, like `const shape = new Konva.Shape()`.

1364
konva.js

File diff suppressed because it is too large Load Diff

View File

@ -315,7 +315,7 @@ suite('Caching', function () {
layer.add(rect);
stage.add(layer);
cloneAndCompareLayer(layer, 50);
cloneAndCompareLayer(layer, 200);
});
test('cache rectangle with fill and shadow and some transform', function () {