initial migrate to typescript

This commit is contained in:
Anton Lavrenov
2019-01-01 15:59:27 -05:00
parent 1cbabcb06d
commit 4d58cd6479
122 changed files with 38041 additions and 39539 deletions

View File

@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [new version][unreleased]
### Changed
* 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
* Better mouse support on mobile devices (yes, that is possible to connect mouse to mobile)