Commit Graph

1901 Commits

Author SHA1 Message Date
yurui
d731edf37a add pointerAtEnding to Arrow 2021-04-29 11:24:45 +08:00
Vojtěch Lank
2acedfadd3 Add captureTouchEventsEnabled to index-types 2021-04-22 14:09:22 +02:00
Slawa Pidgorny
c4fba7b3fe var imageObj = Util.createImageElement(); 2021-03-24 07:31:10 +01:00
Anton Lavrenov
2328fb06d4 update version 2021-03-15 07:34:20 -05:00
Anton Lavrenov
42276bfce2 update CHANGELOG with new version 2021-03-03 12:06:37 -05:00
Anton Lavrenov
015707c455 Fix wrong mouseleave trigger for Konva.Stage 2021-02-19 13:01:23 -05:00
Anton Lavrenov
24d069212c Fix transformer rotation when parent of a node is rotated too 2021-02-12 16:44:00 -05:00
Anton Lavrenov
febf3251eb docs and types 2021-01-26 11:43:52 -05:00
Anton Lavrenov
977c1653f5 Merge branch 'master' of github.com:konvajs/konva into master 2020-12-18 11:12:26 -05:00
Anton Lavrenov
6fcfd4de54 Fix ellipsis rendering for Konva.Text 2020-12-18 11:12:19 -05:00
Keita Urashima
1d47a3598c Fix Node#size() usage example 2020-12-18 05:57:24 +09:00
Keita Urashima
f0a4e55b75 Fix typo in getAbsoluteRotation() code example 2020-12-18 05:37:18 +09:00
Anton Lavrenov
d5d6af43fa Fix wrong size calculations for Konva.Line with tension. fix #1030 2020-12-16 14:13:25 -05:00
Anton Lavrenov
7b69e5b2f6 Fix shape.intersects() behavior when a node is dragged 2020-12-11 11:12:40 -05:00
Anton Lavrenov
837cf3d53a Fix correct transformstart and transformend events when several nodes are attached with Konva.Transformer 2020-12-07 11:10:40 -05:00
Anton Lavrenov
ceae701fd8 Fix correct rendering of Konva.Label when heigh of text is changed 2020-11-25 10:19:40 -05:00
Anton Lavrenov
14156b3222 Fix rendering of TextPath one more time 2020-11-23 10:09:11 -05:00
Anton Lavrenov
f50019f176 New property fillAfterStrokeEnabled for Konva.Shape 2020-11-22 13:49:15 -05:00
Anton Lavrenov
06a51b71dc Merge branch 'master' of github.com:konvajs/konva into master 2020-11-20 12:21:45 -05:00
Anton Lavrenov
184322e2a9 Fix autodrawing for Konva.Transformer when it is on a different layer 2020-11-20 12:21:15 -05:00
wujing
91547d7a8a fix: return type of container.find() #1016 2020-11-18 15:27:47 +08:00
Anton Lavrenov
0e2a09ba46 fix regular polygin size calculations. close #1015 2020-11-17 14:09:25 -05:00
Anton Lavrenov
691ef799c7 more textpath rendering fixes 2020-11-17 11:19:23 -05:00
Anton Lavrenov
2bc3fcfb0e Merge branch 'master' of github.com:konvajs/konva into master 2020-11-16 11:12:37 -05:00
Anton Lavrenov
ae8dd87e2f Fix incorrect rendering of TextPath in some cases 2020-11-16 11:12:23 -05:00
Tyler Kindy
2b5f51f0c9 Add missing text props to config type definition 2020-11-13 00:01:44 -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
Anton Lavrenov
229032bd15 Merge pull request #1002 from moonrailgun/moonrailgun/export-box
export type box and others type complement
2020-10-25 13:24:44 -05:00
moonrailgun
ccb2dae376 type complement 2020-10-25 19:15:34 +08:00
Anton Lavrenov
88908d409d clean 2020-10-21 16:41:25 -05:00
moonrailgun
3b3d135099 export box and fix type problem 2020-10-16 14:34:14 +08:00
Anton Lavrenov
25e25f3ea6 build 2020-10-12 09:34:12 -05:00
Anton Lavrenov
f4d566e431 Fix double dragend, dragstart, dragmove triggers on Konva.Transformer 2020-10-12 09:11:46 -05:00
Anton Lavrenov
451b34d25d Merge pull request #994 from moonrailgun/fix-shape-errortype
fix shape getClientRect error type
2020-10-12 08:52:23 -05:00
Anton Lavrenov
9571ae0804 Merge branch 'master' of github.com:konvajs/konva into master 2020-10-12 08:49:33 -05:00
Anton Lavrenov
64373c7eac fix ts iterations 2020-10-12 08:49:18 -05:00
moonrailgun
3e779114c9 fix shape getClientRect error type
Looks like the arguments of getClientRect is not necessary
2020-10-10 15:39:26 +08:00
moonrailgun
4389b156bf fix miss type of dragBoundFunc 2020-10-09 11:11:29 +08:00
Anton Lavrenov
58f18c268a fix event trigger flow. close #989 2020-09-25 09:49:00 -05:00
Anton Lavrenov
160b44b94d Fix double dragend trigger on Konva.Transformer. close #988 2020-09-25 09:09:35 -05:00
Anton Lavrenov
6fffed9e70 a bit better performance 2020-09-17 14:35:46 -05:00
Anton Lavrenov
4ce6800fd9 better tests 2020-09-17 13:25:46 -05:00
Anton Lavrenov
6cb86685f7 text rendering fixes 2020-09-17 09:39:15 -05:00
Anton Lavrenov
0e1afd3d5c fix ellipsis for Konva.Text 2020-09-16 09:55:40 -05:00
Anton Lavrenov
44f79edbbb fix fill patter scale for text. close #720 2020-09-14 16:37:25 -05:00
Anton Lavrenov
fa33896e6b revert perf fix 2020-09-14 14:30:03 -05:00
Anton Lavrenov
9bd68eacf1 Some performance fixes and optimizations 2020-09-14 13:41:32 -05:00
Anton Lavrenov
1edb5ef55c fix evt property when transformer is used. fix #981 2020-09-14 13:01:45 -05:00