fix mouseout and mouseleave event on shape destroy. fix #905

This commit is contained in:
Anton Lavrenov
2020-05-07 13:47:17 -05:00
parent 1a32dc8eb1
commit d868ecc5b6
7 changed files with 1424 additions and 89 deletions

View File

@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* **BREAKING!** `transformer.boundBoxFunc` works in absolute coordinates of whole transformer.
* Many `Konva.Transformer` fixes. Now it works correctly when you transform several rotated shapes.
* Fix for wrong `mouseleave` and `mouseout` fire on shape remove/destroy;
## 5.0.3 - 2020-05-01