mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
add last fix
This commit is contained in:
parent
08d1ca7c5f
commit
466f4ef875
@ -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/).
|
||||
|
||||
- no released:
|
||||
* Fixes for different font families support.
|
||||
|
||||
|
||||
## 7.0.0 - 2020-06-23
|
||||
|
||||
* **BREAKING** `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). Probably 99% `Konva` applications will be not affected by this *breaking change*.
|
||||
|
Loading…
Reference in New Issue
Block a user