From a7c2e52f61a658867b9e1e7982878d2bc08eb66b Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Fri, 5 Aug 2022 10:22:46 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d24f2e..3c8d32ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### 8.3.1 (2022-08-05) + +- Fix `Konva.Label` position when tag attributes are changed +- Fix incorrect ellipsis display for `Konva.Text` + ### 8.3.10 (2022-06-20) - Skip `Konva.Transformer` in `container.getClientRect()` calculations