Use custom functions for trimRight and trimLeft (for better browsers support)

This commit is contained in:
Anton Lavrenov
2018-11-08 09:09:45 -05:00
parent 16caf0ae9d
commit b085ece741
5 changed files with 25 additions and 8 deletions

View File

@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [new version][unreleased]
### Changed
* Use custom functions for `trimRight` and `trimLeft` (for better browsers support)
## [2.5.0][2018-10-24]
### Added
@@ -12,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* New `anchorCornerRadius` for `Konva.Transformer`
### Fixed
* Performance fixes for caching
### Changed