Commit Graph

2779 Commits

Author SHA1 Message Date
Anton Lavrenov
0669b24cf9 Warn on undefined return value of dragBoundFunc. close #764 2019-10-18 14:09:49 -05:00
Anton Lavrenov
0192be7784 update cdn link 2019-10-15 11:51:41 -05:00
Anton Lavrenov
9342a6e889 build for 4.0.15 2019-10-15 11:51:41 -05:00
Anton Lavrenov
e2e94e08e6 update CHANGELOG with new version 2019-10-15 11:51:13 -05:00
Anton Lavrenov
71261c21bf build and enable all tests 2019-10-11 09:17:54 -05:00
Anton Lavrenov
7de82e5823 fix path calculations 2019-10-11 09:15:38 -05:00
Anton Lavrenov
d6c6d87b73
Merge pull request #756 from rndD/fix-any
Fix any in TS: part 1
2019-10-11 07:58:10 -05:00
Anton Lavrenov
b894fb429d update cdn link 2019-10-11 07:56:26 -05:00
Anton Lavrenov
fc3bb59794 build for 4.0.14 2019-10-11 07:56:26 -05:00
Anton Lavrenov
fa933cdeb8 update CHANGELOG with new version 2019-10-11 07:56:09 -05:00
Anton Lavrenov
0731316a7e ts fixes 2019-10-11 07:55:04 -05:00
Anton Lavrenov
80c674eb1f Fix globalCompositeOperation + cached hit detections. close #759 2019-10-10 15:52:00 -05:00
Anton Lavrenov
7909283e3d fix absolute position calculations for cached parent. close #753 2019-10-08 15:20:22 -05:00
Anton Lavrenov
201a292a89 clean up 2019-10-07 14:22:52 -05:00
Alexey Kalmakov
ef4972ec65 Replaced any with Line in Tween 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
50657811ac Typedef for return in validators 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
c99b053d6d Removed unnecessary import 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
d5a6584c26 Added rgb and rgba types
Added some type guards
2019-10-06 23:15:53 +03:00
Alexey Kalmakov
8816aa5154 Type for delta time in IFrame 2019-10-06 23:15:53 +03:00
Anton Lavrenov
cfd40b2083 fix build again 2019-10-04 08:20:05 -05:00
Anton Lavrenov
c59d3dfbd2 fix build 2019-10-04 08:04:34 -05:00
Anton Lavrenov
643dd63522 Merge branch 'master' of github.com:konvajs/konva 2019-10-04 07:46:44 -05:00
Anton Lavrenov
c4b9d977de update deps 2019-10-04 07:46:30 -05:00
Anton Lavrenov
bd29778605
Merge pull request #754 from rndD/konva-frame
IFrame ts interface for animation frame
2019-10-03 06:39:33 -05:00
Alexey Kalmakov
150b8bcea3 IFrame interface for animation 2019-10-03 14:31:53 +03:00
Anton Lavrenov
23661c6c5a update cdn link 2019-10-02 08:01:29 -05:00
Anton Lavrenov
74f437e99a build for 4.0.13 2019-10-02 08:01:28 -05:00
Anton Lavrenov
8527af04fe update CHANGELOG with new version 2019-10-02 08:01:10 -05:00
Anton Lavrenov
cf27503518 Fix line.getClientRect() calculations for line with a tension or low number of points 2019-10-02 08:00:06 -05:00
Anton Lavrenov
a41deff5a9 update cdn link 2019-09-17 13:18:50 -05:00
Anton Lavrenov
ef503d17d9 build for 4.0.12 2019-09-17 13:18:50 -05:00
Anton Lavrenov
cd7d2febbf update CHANGELOG with new version 2019-09-17 13:18:32 -05:00
Anton Lavrenov
ac9a5964d5 update cdn link 2019-09-17 13:17:35 -05:00
Anton Lavrenov
9709370cfb build for 4.0.12 2019-09-17 13:17:35 -05:00
Anton Lavrenov
7f9c509662 update CHANGELOG with new version 2019-09-17 13:17:16 -05:00
Anton Lavrenov
58b34dd5f7 update cdn link 2019-09-17 12:57:18 -05:00
Anton Lavrenov
b726b78b53 build for 4.0.12 2019-09-17 12:57:18 -05:00
Anton Lavrenov
1fa53d73e0 update CHANGELOG with new version 2019-09-17 12:57:01 -05:00
Anton Lavrenov
870bbfb2cc update cdn link 2019-09-17 12:54:48 -05:00
Anton Lavrenov
fafa5c3d8f build for 4.0.12 2019-09-17 12:54:48 -05:00
Anton Lavrenov
ea042183c7 update CHANGELOG with new version 2019-09-17 12:54:42 -05:00
Anton Lavrenov
7d05194189 update cdn link 2019-09-17 12:51:26 -05:00
Anton Lavrenov
9e07e0dbca build for 4.0.11 2019-09-17 12:51:26 -05:00
Anton Lavrenov
f644bebf1d update CHANGELOG with new version 2019-09-17 12:51:09 -05:00
Anton Lavrenov
65df67a826 Merge branch 'master' of github.com:konvajs/konva 2019-09-17 12:50:46 -05:00
Anton Lavrenov
1f14bf1fef Fix some bugs when Konva.Transformer has padding > 0 2019-09-17 12:50:28 -05:00
Anton Lavrenov
db4f714527
Merge pull request #743 from naqtn/master
Fix doc of `Node.getAbsoluteScale()` return type
2019-09-17 06:44:46 -05:00
naqtn
97dc4b6143 Fix doc of Node.getAbsoluteScale() return type 2019-09-17 19:58:32 +09:00
Anton Lavrenov
7a5865c2a2
Merge pull request #740 from epatters/patch-1
Fix typings in signatures of findAncestor and findAncestors
2019-09-12 18:34:06 -05:00
Evan Patterson
28700e1904
Selector parameter in findAncestor(s) is not optional 2019-09-12 16:13:37 -07:00