Fix wrong mouseleave trigger for Konva.Stage

This commit is contained in:
Anton Lavrenov
2021-02-19 13:01:23 -05:00
parent 9e4bf65d70
commit 015707c455
5 changed files with 80 additions and 1343 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 7.2.4
* Fix wrong `mouseleave` trigger for `Konva.Stage`
## 7.2.3
* Fix transformer rotation when parent of a node is rotated too.