mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
remove inherit
from listening property, deprecate FastLayer, font fixes.
This commit is contained in:
@@ -5,11 +5,17 @@ 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
|
||||
* Some performance fixes and code size optimizations
|
||||
* Better support for fonts with spaces inside (like `Font Awesome 5`).
|
||||
|
||||
|
||||
## 6.0.0 - 2020-05-08
|
||||
|
||||
* **BREAKING!** `boundBoxFunc` of `Konva.Transformer` works in absolute coordinates of whole transformer. Previously in was working in local coordinates of transforming node.
|
||||
* 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;
|
||||
* Fix for wrong `mouseleave` and `mouseout` fire on shape remove/destroy.
|
||||
|
||||
## 5.0.3 - 2020-05-01
|
||||
|
||||
|
Reference in New Issue
Block a user