1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2020-10-21 16:42:22 -05:00
parent 88908d409d
commit a0806dd49a
3 changed files with 1323 additions and 46 deletions

View File

@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 7.1.4
* Perf fixes
* Change events trigger flow, so adding new events INSIDE event callback will work correctly.
* Fix double `dragend`, `dragstart`, `dragmove` triggers on `Konva.Transformer`

1364
konva.js

File diff suppressed because it is too large Load Diff

2
konva.min.js vendored
View File

@ -3,7 +3,7 @@
* Konva JavaScript Framework v7.1.3
* http://konvajs.org/
* Licensed under the MIT
* Date: Mon Oct 12 2020
* Date: Wed Oct 21 2020
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)