mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
performance optimizations
This commit is contained in:
@@ -5,11 +5,13 @@ 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);
|
||||
* `inherit` option is removed from `visible` and `listening`. They now just have boolean values `true` or `false`. If you do `group.listening(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(false)` instead
|
||||
* Some performance fixes and code size optimizations
|
||||
* Better support for font families with spaces inside (like `Font Awesome 5`).
|
||||
* Fix possible `dblclick` and `dbltap` triggers
|
||||
* Deprecate `Konva.FastLayer`. Use `new Konva.Layer({ listening: false });` instead.
|
||||
* Up to 20% performance boost for many moving nodes.
|
||||
|
||||
|
||||
## 6.0.0 - 2020-05-08
|
||||
|
Reference in New Issue
Block a user