Commit Graph

62 Commits

Author SHA1 Message Date
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
Anton Lavrenov
519bd94a7c prepare new version. Update docs. 2019-08-05 13:54:08 +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
9cef088d24 Fix wrong double tap trigger 2019-07-18 07:55:22 +07:00
Haochen Wu
307dfcc911 Fixed set container for dangling stage, related to #510 2019-06-08 22:13:29 -07: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
da11cf8b01 Merge branch 'wip-pointer-events' of https://github.com/jquense/konva into jquense-wip-pointer-events 2019-05-27 14:39:17 -05:00
Anton Lavrenov
e6282bf73a typescript fixes 2019-04-17 10:45:47 -05:00
Jason Quense
9645c5c063 add tests 2019-04-10 10:28:42 -04:00
Jason Quense
10b21689ba WIP 2019-04-10 08:59:22 -04:00
Anton Lavrenov
49ceea1dfc fix some stage evetns. close #627 2019-04-03 20:28:48 -05:00
Anton Lavrenov
e150791f97 huge typescript fixes, remove Object.assign usage 2019-03-10 10:31:13 -05:00
Anton Lavrenov
e88a485458 better modules 2019-03-06 22:19:32 -05:00
VladimirTechMan
3531589860 Removing unused method Stage#_onContent
...Unless there are some specific plans to return to using it,
in the future.
2019-03-02 15:56:39 +03:00
Anton Lavrenov
8962164096 make Konva modular 2019-02-27 08:06:04 -05:00
Anton Lavrenov
4a6eba726c remove some method from public API 2019-02-23 21:36:05 -05:00
Anton Lavrenov
9c06b2ff96 add warning for clip on stage. close #456 2019-02-22 20:48:16 -05:00
Anton Lavrenov
febdc9e3d4 fix some docs and tests 2019-02-20 09:13:39 -05:00
Anton Lavrenov
c4f21b67a3 Fixed container change for a stage. fix #510 2019-02-19 20:43:06 -05:00