update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2021-05-21 18:20:52 -05:00
parent 76bfb69899
commit c4ae3a1880
4 changed files with 7 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ group.find('Shape').forEach((shape) => shape.visible(false));
**New features:**
- All updates on canvas will do automatic redraw with `layer.batchDraw()`. This features is configurable with `Konva.autoDrawEnbaled` property.
- All updates on canvas will do automatic redraw with `layer.batchDraw()`. This features is configurable with `Konva.autoDrawEnabled` property. Konva will automatically redraw layer when you change any property, remove or add nodes, do caching. So you don't need to call `layer.draw()` or `layer.batchDraw()` in most of the cases.
- New method `layer.getNativeCanvasElement()`
- new `flipEnabled` property for `Konva.Transformer`
- new `node.isClientRectOnScreen()` method