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
Anton Lavrenov
8b38345f50
Merge branch 'master' of github.com:konvajs/konva
2019-06-18 15:29:25 -05:00
Anton Lavrenov
4e489321f8
ts fixes
2019-06-18 15:29:07 -05:00
Haochen Wu
307dfcc911
Fixed set container for dangling stage, related to #510
2019-06-08 22:13:29 -07:00
Anton Lavrenov
aaadaa665d
update CHANGELOG with new version
2019-06-07 15:24:52 -05:00
Yingjie Liu
55dbae92f0
fix node registe event function type issue
...
KonvaEventListener will get a NodeEventMap entity, not NodeEventMap Key
2019-06-04 20:20:57 +08:00
Anton Lavrenov
4a398a0aae
Merge pull request #657 from jquense/pointer-event-fixes
...
fix(pointer-events): fix possible undefined stage error
2019-06-01 10:46:09 -05:00
Jason Quense
8cfa285aa0
update to PointerEvent
2019-06-01 10:09:51 -04:00
Alexey Kalmakov
8ec7ac1a2b
Fixed animation doc string
...
There was an old api usage and some copy-paste from stage`s doc
2019-05-31 11:23:12 +03:00
Jason Quense
4dd2a60b55
fix(pointer-events): fix possible undefined stage error
...
Sometimes a shape may not have a stage associated with it? I was hitting this in our app. I also cleaned up the event types a bit and added the pointer methods to Stage to be consistent with the other types
2019-05-30 17:11:31 -04:00
Anton Lavrenov
2315f542f7
Add new property imageSmoothingEnabled
to the node caching
2019-05-30 12:56:24 -05:00
Anton Lavrenov
9529dc2071
ts fixes
2019-05-29 16:26:22 -05:00
Anton Lavrenov
8698f020cc
ts fixes
2019-05-29 11:36:07 -05:00
Anton Lavrenov
8252804373
Add new property imageSmoothingEnabled
to the layer. some ts fixes.
2019-05-28 15:39:08 -05:00
Anton Lavrenov
1230f2dd44
fix some Konva.Transformer
bugs
2019-05-27 16:16:41 -05:00
Anton Lavrenov
2cf73f7654
cleanup
2019-05-27 14:46:52 -05:00