several fixes

This commit is contained in:
Anton Lavrenov
2019-01-21 17:42:02 -05:00
parent 199bbbbff1
commit 7aa3c3238d
13 changed files with 229 additions and 145 deletions

View File

@@ -9,12 +9,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixes inconsistent `layer.setSize()` method. Now it has same arguments as any container.
* Full rewrite to Typescript with tons of refactoring and small optimizations. The public API should be 100% the same
* Fixed `patternImage` and `radialGradient` for `Konva.Text`
* `Konva.Util._isObject` is renamed to `Konva.Util._isPlainObject`.
* TODO: changed behavior of `removeId`.
### Removed
* `Konva.Util.addMethods`
* `Konva.Util._removeLastLetter`
### Fixed
* Better mouse support on mobile devices (yes, that is possible to connect mouse to mobile)