From 466f4ef875156c3778d016218d6f8c3c2e97333e Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 25 Jun 2020 12:20:01 -0500 Subject: [PATCH] add last fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 743adcfa..22706ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*.