fix dblclick and dbltap triggers. fix #917

This commit is contained in:
Anton Lavrenov
2020-06-03 13:57:57 -05:00
parent 2b58f38a93
commit 33ac099ce9
6 changed files with 154 additions and 5 deletions

View File

@@ -6,9 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Not released:
* `inherit` option is removed from `visible` and `listening`. They now just have boolean values `true` or `false`. If you do `group.listeng(false);` then whole group and all its children will be removed from the hitgraph (and they will not listen to events);
* `layer.hitGraphEnabled()` is deprecated. Just use `layer.listening()` instead
* `layer.hitGraphEnabled()` is deprecated. Just use `layer.listening(false)` instead
* Some performance fixes and code size optimizations
* Better support for fonts with spaces inside (like `Font Awesome 5`).
* Better support for font families with spaces inside (like `Font Awesome 5`).
* Fix possible `dblclick` and `dbltap` triggers
## 6.0.0 - 2020-05-08