1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-24 06:56:33 +08:00
Commit Graph

60 Commits

Author SHA1 Message Date
Anton Lavrenov
33ac099ce9 fix dblclick and dbltap triggers. fix 2020-06-03 14:06:06 -05:00
Anton Lavrenov
d5481b1b72 prettier 2020-05-08 09:59:35 -05:00
Anton Lavrenov
d868ecc5b6 fix mouseout and mouseleave event on shape destroy. fix 2020-05-07 13:47:17 -05:00
Anton Lavrenov
65e06f200e Fix some issues with mouseenter and mouseleave events. fix 2020-03-18 09:41:36 -05:00
Anton Lavrenov
961e61c1bc fix mouseleave on stage. close 2019-12-18 13:16:03 -05:00
Anton Lavrenov
7787dfdf14 Make events work on some CSS transforms. fix 2019-11-28 12:22:44 -05:00
Anton Lavrenov
67d5e362e8 stop triggering click and tap on short drag&drop. fix 2019-11-12 15:10:36 -05:00
Anton Lavrenov
680ea026d8 small refactoring 2019-11-12 14:38:36 -05:00
Anton Lavrenov
456bd9ec91 Fix Konva.Transformer behavior on mirrored nodes. close 2019-09-06 14:15:07 -05:00
Anton Lavrenov
be3f7e8059 Fix stage.getPointerPosition() logic. close 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
4383e411b3 Fixed double tap trigger after dragging. close 2019-09-02 11:39:22 -05: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
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
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
Jason Quense
9645c5c063 add tests 2019-04-10 10:28:42 -04:00
Anton Lavrenov
49ceea1dfc fix some stage evetns. close 2019-04-03 20:28:48 -05:00
Anton Lavrenov
febdc9e3d4 fix some docs and tests 2019-02-20 09:13:39 -05:00
Anton Lavrenov
52f2b8178b docs updatesx 2019-01-06 03:01:20 -05:00
Dyakin
94bc556b8d Tests cleanup 2018-09-04 13:37:40 +03:00
Anton Lavrenov
9b2d439751 prettier, fix some tests, new test runner 2018-05-24 10:59:08 +09:00
Anton Lavrenov
566dd7e2f0 fix some event behaviour 2018-05-07 11:57:10 +09:00
Anton Lavrenov
824261ee6f better fix and test 2018-04-11 11:24:09 +07:00
Anton Lavrenov
f01f810423 better behavior of dblclick event when you click fast on different shapes 2018-04-11 11:11:54 +07:00
Anton Lavrenov
c52120d6d6 Merge branch 'deart1mer-master' 2017-07-28 18:55:59 +02:00
Anton Lavrenov
7b6d97aaa5 build and apply prettier 2017-07-28 18:40:07 +02:00
t1mer
9e179a26a5 test dblclick fix 2017-07-27 23:53:02 +08:00
Anton Lavrenov
3e3186d0d1 pointer position fixes 2017-05-24 21:50:56 +03:00
Anton Lavrenov
8e7ce7ff4f test fixes 2017-03-24 09:07:34 -05:00
Anton Lavrenov
59cc7b99f2 setup prettier and make all code better 2017-02-24 09:15:33 -05:00
Anton Lavrenov
8004687541 fix bug for touchend event. close 2016-07-05 09:04:34 +07:00
Anton Lavrenov
65b18f626b mouseenter bug fix. close 2016-06-07 17:25:32 +07:00
Anton Lavrenov
0f77dc4f8b fix mouseenter bug. close 2016-04-26 14:12:04 +07:00
lavrton
c2d9b1d436 better dragging flow 2015-06-02 08:14:54 +07:00
Anton Lavrenov
d455d0f994 mark some methods as deprecated 2015-05-07 08:48:15 +07:00
lavrton
44f7d17847 repair tests 2015-04-13 07:17:32 +07:00
lavrton
c3511210f2 cache + pixelRatio 2015-02-14 22:12:54 +07:00
lavrton
e39d7861c3 Add new method getClientRect(). rethink caching. 2015-02-12 14:10:36 +07:00
lavrton
09eb72b0a0 optimized getIntersection function. fix . close 2015-01-29 00:21:02 +07:00
Jovination
607ef1837b Renaming 2015-01-27 00:07:51 -07:00
Лаврёнов Антон
3aebe80404 correct mouse events for nested groups. fix 2014-05-02 08:45:52 +08:00
Лаврёнов Антон
2439040316 better getIntersection system. fix , , , 2014-04-22 10:58:01 +08:00
Eric Rowell
ddf34d0af9 added unit test for new target and type keys in Kinetic event object 2014-03-20 22:04:59 -07:00
Eric Rowell
47ecb4559d now passing Kinetic event object instead of native event object 2014-03-20 21:55:30 -07:00
Лаврёнов Антон
d0c7aed452 tests for drag distance 2014-03-11 23:14:03 +08:00
Eric Rowell
f41b107474 changed lint to hint in grunt file, and removed KineticEvents-test as it is not a functional test 2014-02-27 19:15:18 -08:00
Eric Rowell
160de825fa now that mousemove and touchmove are async due to throttling, the tests have to be async as well 2014-02-26 10:38:03 -08:00