update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2021-07-01 12:43:17 +07:00
parent 0679643389
commit 2943db31b4
3 changed files with 17 additions and 4 deletions

View File

@@ -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.1.1
- Fix `Konva.Transformer` dragging draw when `shouldOverdrawWholeArea = true`.
- Fix auto redraw when `container.removeChildren()` or `container.destroyChildren()` are used
## 8.1.0
- New property `useSingleNodeRotation` for `Konva.Transformer`.