mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
65b18f626b
commit
31aec366b4
@ -4,9 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Not released][Not released]
|
||||
|
||||
## [0.14.0][2016-06-17]
|
||||
|
||||
### Fixed
|
||||
- fixes in typescript definitions
|
||||
- bug with `mouseenter` event on deep nesting case
|
||||
- fixes for bug with `mouseenter` event on deep nesting case
|
||||
|
||||
## [0.13.9][2016-05-14]
|
||||
|
||||
|
7
konva.d.ts
vendored
7
konva.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
declare module "Konva" {
|
||||
declare module Konva {
|
||||
|
||||
var pixelRatio : number;
|
||||
var dragDistance: number;
|
||||
@ -824,5 +824,8 @@ declare module "Konva" {
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
declare module "konva" {
|
||||
export = Konva;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user