dragbound fixes

This commit is contained in:
Anton Lavrenov
2020-04-21 16:10:11 -05:00
parent 3173416b93
commit a7c9e0b5a5
5 changed files with 1468 additions and 79 deletions

View File

@@ -5,7 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Not released:
* new `Konva.Transformer`
* **New `Konva.Transformer` implemenation!**
* Support of transforming multiple shapes at once: `tr.nodes([shape1, shape2])`.
* `tr.node()`, `tr.setNode()`, `tr.attachTo()` methods are deprecated. Use `tr.nodes(array)` instead
* Fixes for center scaling
* Fixes for better `padding` property support
* Transformer can be placed anywhere in the tree of a stage tree.
* Fix `imageSmoothEnabled` when stage is resized
* Memory usage optimizations when a node is cached