mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 06:55:17 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
3f76762717
commit
40a30f1c84
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user