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
|
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 |
|
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 |
|
Alexey Kalmakov
|
150b8bcea3
|
IFrame interface for animation
|
2019-10-03 14:31:53 +03: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
|
ea042183c7
|
update CHANGELOG with new version
|
2019-09-17 12:54:42 -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 |
|
naqtn
|
97dc4b6143
|
Fix doc of Node.getAbsoluteScale() return type
|
2019-09-17 19:58:32 +09:00 |
|
Evan Patterson
|
28700e1904
|
Selector parameter in findAncestor(s) is not optional
|
2019-09-12 16:13:37 -07:00 |
|
Evan Patterson
|
cc28960daa
|
Fix typings in signatures of findAncestor(s)
In TypeScript, optional arguments must be declared as such.
|
2019-09-11 10:53:45 -07:00 |
|
Anton Lavrenov
|
32f5a877f6
|
Merge branch 'master' of github.com:konvajs/konva
|
2019-09-10 12:09:14 -05:00 |
|
Anton Lavrenov
|
f16434d6d8
|
Fix drag position handling. close #739
|
2019-09-10 12:08:36 -05:00 |
|
Anton Lavrenov
|
5ad0795539
|
Merge pull request #736 from Astray-git/fix/arcTo_#734
fix: #734 arcTo
|
2019-09-09 10:57:23 -05:00 |
|
Anton Lavrenov
|
c3f4e53be5
|
fix multiple selector for find() method. close #735
|
2019-09-09 10:55:17 -05:00 |
|
Yichang Liu
|
439adde07a
|
fix: #734 arcTo
|
2019-09-09 23:27:30 +08:00 |
|
Anton Lavrenov
|
456bd9ec91
|
Fix Konva.Transformer behavior on mirrored nodes. close #732
|
2019-09-06 14:15:07 -05:00 |
|
Anton Lavrenov
|
be3f7e8059
|
Fix stage.getPointerPosition() logic. close #733
|
2019-09-06 13:39:26 -05:00 |
|
Anton Lavrenov
|
2988dce492
|
fix dragend bug, revert back text fill pattern fix
|
2019-09-05 13:01:20 -05:00 |
|
Anton Lavrenov
|
cd2853d91d
|
update CHANGELOG with new version
|
2019-09-03 09:38:19 -05:00 |
|
Anton Lavrenov
|
4383e411b3
|
Fixed double tap trigger after dragging. close #721
|
2019-09-02 11:39:22 -05:00 |
|
Anton Lavrenov
|
e325deef1d
|
update CHANGELOG with new version
|
2019-08-31 16:40:39 -05:00 |
|
Tim de Koning
|
26e18366f4
|
A fix for #713
|
2019-08-22 16:40:05 +02:00 |
|
Anton Lavrenov
|
0f6ec63fe8
|
update CHANGELOG with new version
|
2019-08-17 12:47:48 +07:00 |
|
Anton Lavrenov
|
57d9917b62
|
fix dragstart bug. close #708
|
2019-08-12 17:33:27 +07:00 |
|
Anton Lavrenov
|
04968c3b51
|
Fix nested dragging bug. close #71
|
2019-08-12 08:42:50 +07:00 |
|
Anton Lavrenov
|
15f5287b34
|
fix transformer + clone bug. fix #706
|
2019-08-10 16:57:53 +07:00 |
|
Anton Lavrenov
|
d191e21cc3
|
Add node.isCached() method
|
2019-08-10 16:41:54 +07:00 |
|
Anton Lavrenov
|
c4be177c9d
|
pointer support check
|
2019-08-08 22:12:18 +07:00 |
|
Anton Lavrenov
|
0975848dd7
|
events fixes
|
2019-08-08 16:24:55 +07:00 |
|
Anton Lavrenov
|
61b46658bc
|
Fixed node.startDrag() behavior. We can call it at any time.
|
2019-08-08 11:13:55 +07:00 |
|
Anton Lavrenov
|
bd21b9cf81
|
types fixes
|
2019-08-07 18:45:55 +07:00 |
|
Anton Lavrenov
|
85d1cdd09c
|
make arrow with tension a bit better
|
2019-08-07 11:42:35 +07:00 |
|
Anton Lavrenov
|
519bd94a7c
|
prepare new version. Update docs.
|
2019-08-05 13:54:08 +07:00 |
|
Anton Lavrenov
|
f1846ba996
|
Merge branch 'master' of github.com:konvajs/konva
|
2019-08-04 14:46:15 +07:00 |
|
Anton Lavrenov
|
34f0f4ae33
|
drag&drop multitouch
|
2019-08-04 14:38:57 +07:00 |
|
Anton Lavrenov
|
1d932bf76c
|
better mulitouch
|
2019-08-04 09:41:57 +07:00 |
|
Anton Lavrenov
|
b0a45caee4
|
fix types
|
2019-07-31 21:20:27 +07:00 |
|
George Gkasdrogkas
|
5998d38878
|
feat(ColorToRGBA): support HSL format
closes issue #505
|
2019-07-28 21:29:01 +03:00 |
|
Anton Lavrenov
|
39526cfce7
|
fix docs. close #698
|
2019-07-28 23:54:13 +07:00 |
|
Anton Lavrenov
|
9cef088d24
|
Fix wrong double tap trigger
|
2019-07-18 07:55:22 +07:00 |
|
Anton Lavrenov
|
477a2392ac
|
different values for corner radius. fix #687
|
2019-07-12 17:12:11 +07:00 |
|
Anton Lavrenov
|
80be21505a
|
dashOffset types. fix #686
|
2019-07-12 14:11:42 +07:00 |
|
Anton Lavrenov
|
b798a56bff
|
types fixes, konva-node updates
|
2019-07-11 04:59:39 +07:00 |
|