Commit Graph

81 Commits

Author SHA1 Message Date
Thibaut(Teebo)
338696c691 eslint recommended 2024-10-29 14:46:32 +01:00
tbo47
8d2a050d83 var to const or let 2024-10-05 14:18:32 +00:00
Daniel Kleis
0d977a1b8c #1797 StageConfig: container optional 2024-07-31 22:50:17 +02:00
Anton Lavrenov
ac1587fac8 update docs, fix fullRule for hit graph, close #1787 2024-07-15 12:40:00 -05:00
Anton Lavrenov
f0a7924949 try to fix again 2024-05-23 12:40:59 -05:00
Anton Lavrenov
a5cd67261f update CHANGELOG with new version 2024-05-23 12:20:00 -05:00
Anton Lavrenov
88861b3ec6 fix click event flow a little. close #1755 2024-05-15 14:10:24 -05:00
Anton Lavrenov
73d65cb7d3 improve transformer performance 2024-03-04 05:16:19 +07:00
Anton Lavrenov
99334e197a typescript fixes 2023-09-09 16:39:57 -05:00
Anton Lavrenov
d33b8e944b more strict typescript 2023-08-28 09:23:57 -05:00
Dmitry Zarva
e7b2bd6d15 fix: fixes canvas resources release (useful for getting rid of the canvas memory leaks on iOS) 2022-10-31 20:27:32 +03:00
Anton Lavrenov
bc0219700a use non passive listeners. close#1382 2022-10-03 11:59:11 -05:00
Anton Lavrenov
05c98fa463 fix wront mouseleale trigger after drag is finished. close #1374 2022-08-05 10:57:36 -05:00
Anton Lavrenov
ba2fe1b907
Revert "Revert "make sure preventDefault() is not called on touchend-events per default"" 2022-08-05 10:33:04 -05:00
Anton Lavrenov
ae94f3e59e
Revert "make sure preventDefault() is not called on touchend-events per default" 2022-07-30 21:44:38 -05:00
Clemens Grabmann
525f4f43ef
make sure preventDefault() is not called on touchend-events per default
* calling `preventDefault()` on touch-events prevents the browser from creating and dispatching the click-event which results in click-listeners of parent dom-nodes not executing even though its expected

Signed-off-by: Clemens Grabmann <clemens.grabmann@cloudflight.io>
2022-07-25 17:54:28 +02:00
Anton Lavrenov
a4cc960353 Fix dbltap event in Safari. close #1209 2021-12-09 08:57:01 -05:00
Anton Lavrenov
586ea3d860 fix line, fix finger, close #1181, close #1177 2021-09-22 10:14:38 -05:00
Anton Lavrenov
81153546a9 fix dblclick events 2021-09-15 15:33:27 -05:00
Anton Lavrenov
29badd7f6c deprecate some methods 2021-05-21 10:45:44 -05:00
Anton Lavrenov
3219008dfa node.getRelativePointerPosition() method 2021-05-08 21:43:51 -05:00
Anton Lavrenov
f8e71d608a cleanup 2021-05-08 20:22:20 -05:00
Anton Lavrenov
fcd7cf62b0 events rewrite, fix types 2021-05-07 07:48:13 -05:00
Anton Lavrenov
b6e8afec6e fix test 2021-05-05 09:54:03 -05:00
Anton Lavrenov
7bd5c62ee3 tests refactor, clean build 2021-05-05 09:19:24 -05:00
Anton Lavrenov
1c6bc48c83 autodraw 2021-05-04 08:57:03 -05:00
Anton Lavrenov
c926bd623c initial tests migration 2021-04-30 09:24:27 -05:00
Anton Lavrenov
015707c455 Fix wrong mouseleave trigger for Konva.Stage 2021-02-19 13:01:23 -05:00
Anton Lavrenov
0830819eba Fix for correct image/dataURL/canvas exports for Konva.Stage. 2020-11-10 12:50:29 -05:00
Anton Lavrenov
c17cba6ff5 Merge branch 'master' of github.com:konvajs/konva into master 2020-11-10 09:00:30 -05:00
Anton Lavrenov
38eb854453 performance fixes, docs fixes 2020-11-10 08:59:20 -05:00
moonrailgun
3b3d135099 export box and fix type problem 2020-10-16 14:34:14 +08:00
Anton Lavrenov
bdfa9f2225 update CHANGELOG with new version 2020-06-30 13:04:06 -05:00
Anton Lavrenov
33ac099ce9 fix dblclick and dbltap triggers. fix #917 2020-06-03 14:06:06 -05:00
Anton Lavrenov
ee99044baa remove inherit from listening property, deprecate FastLayer, font fixes. 2020-05-14 11:13:47 -05:00
Anton Lavrenov
d868ecc5b6 fix mouseout and mouseleave event on shape destroy. fix #905 2020-05-07 13:47:17 -05:00
Anton Lavrenov
865d6c7618 fix imageSmoothingEnabled on resize. fix #884 2020-04-07 12:47:22 -05:00
Anton Lavrenov
8f18165273 experimental Offscreen canvas support 2020-03-14 21:07:37 -05:00
Anton Lavrenov
1263ac9396 update CHANGELOG with new version 2020-01-08 08:15:12 -05:00
Anton Lavrenov
961e61c1bc fix mouseleave on stage. close #811 2019-12-18 13:16:03 -05:00
Anton Lavrenov
7787dfdf14 Make events work on some CSS transforms. fix #792 2019-11-28 12:22:44 -05:00
James
7486211648
fixing typo 2019-11-16 20:35:58 -05:00
Anton Lavrenov
67d5e362e8 stop triggering click and tap on short drag&drop. fix #784 2019-11-12 15:10:36 -05:00
Anton Lavrenov
bb68b3f1a8 allow hitStrokeWidth usage, even if a shape has not stroke visible. fix #782 2019-11-08 11:37:10 -05:00
Anton Lavrenov
be3f7e8059 Fix stage.getPointerPosition() logic. close #733 2019-09-06 13:39:26 -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
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
0975848dd7 events fixes 2019-08-08 16:24:55 +07:00