update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2016-04-07 11:03:51 +07:00
parent 3f76762717
commit 40a30f1c84
2 changed files with 7 additions and 3 deletions

View File

@ -4,10 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Not released][Not released]
## [0.12.3][2016-04-07]
## [0.12.0][2016-03-31]
### Fixed
- `batchDraw` function works less time now
- lighter npm package
## Fixed
## [0.12.2][2016-03-31]
### Fixed
- repair `cancelBubble` event property behaviour
- fix wrong `Path` `getClientRect()` calculation
- better HDPI support

View File

@ -1,6 +1,5 @@
(function(Konva) {
'use strict';
var BATCH_DRAW_STOP_TIME_DIFF = 500;
var now = (function() {
if (Konva.global.performance && Konva.global.performance.now) {