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 2019-08-07 18:47:48 +07:00
parent bd21b9cf81
commit 2db18ee7e1

View File

@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Not released:
## [4.0.1][2019-08-07]
* Better `Konva.Arrow` + tension drawing
* Typescript fixes
## [4.0.0][2019-08-05]
Basically the release doesn't have any breaking changes. You may only have issues if you are using something from `Konva.DD` object (which is private and never documented). Otherwise you should be fine. `Konva` has major upgrade about touch events system and drag&drop flow. The API is exactly the same. But the internal refactoring is huge so I decided to make a major version. Please upgrade carefully. Report about any issues you have.