New ignoreStroke for Konva.Transformer, perf fixes

This commit is contained in:
Anton Lavrenov
2018-12-14 13:28:39 -05:00
parent d76b09e026
commit 2404368ec8
11 changed files with 156 additions and 35 deletions

View File

@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
* Performance fixes when cached node has many children
### Added
* New `ignoreStroke` for `Konva.Transformer`. Good to use when a shape has `strokeScaleEnabled = false`
### Changed
* getKerning TextPath API is deprecated. Use "kerningFunc" instead.
## [2.5.1][2018-11-08]