Anton Lavrenov
|
7a6613118e
|
fix tests
|
2021-05-04 09:05:27 -05:00 |
|
Anton Lavrenov
|
3066765d79
|
Merge branch 'master' of github.com:konvajs/konva into master
|
2021-05-04 08:57:47 -05:00 |
|
Anton Lavrenov
|
1c6bc48c83
|
autodraw
|
2021-05-04 08:57:03 -05:00 |
|
Anton Lavrenov
|
ca1de3a351
|
finish tests fixing
|
2021-05-03 21:21:04 -05:00 |
|
Anton Lavrenov
|
59956fe944
|
refactor tests
|
2021-05-03 17:09:18 -05:00 |
|
Raphael Papazikas
|
628a8ea9ca
|
fix #1106: hit canvas pixel ratio configurable
|
2021-05-03 22:54:22 +02: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
|
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
|
76476a5d77
|
build
|
2021-01-08 11:24:18 -05:00 |
|
Anton Lavrenov
|
6fcfd4de54
|
Fix ellipsis rendering for Konva.Text
|
2020-12-18 11:12:19 -05:00 |
|
Anton Lavrenov
|
e6c842c83f
|
add funding, enable all tests
|
2020-12-16 14:22:00 -05: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
|
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
|
ae8dd87e2f
|
Fix incorrect rendering of TextPath in some cases
|
2020-11-16 11:12: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
|
38eb854453
|
performance fixes, docs fixes
|
2020-11-10 08:59:20 -05: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
|
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
|
4ce6800fd9
|
better tests
|
2020-09-17 13:25:46 -05:00 |
|
Anton Lavrenov
|
16796d49f3
|
update CHANGELOG with new version
|
2020-09-17 09:48:36 -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
|
b939a6f48a
|
build
|
2020-09-14 13:04:44 -05:00 |
|
Anton Lavrenov
|
1edb5ef55c
|
fix evt property when transformer is used. fix #981
|
2020-09-14 13:01:45 -05:00 |
|
Anton Lavrenov
|
4b69631782
|
Better unicode support in Konva.Text and Konva.TextPath . Emoji should work better now 👍. fix #690
|
2020-09-14 09:46:26 -05:00 |
|
Anton Lavrenov
|
179ba2eb8a
|
Merge branch 'f/add-corner-radius-array-to-label-tag' of https://github.com/raphael-papazikas/konva into raphael-papazikas-f/add-corner-radius-array-to-label-tag
|
2020-09-07 12:52:50 -05:00 |
|
Anton Lavrenov
|
103ad23929
|
multirow support for ellipses config for Konva.Text. close #970
|
2020-09-07 11:03:20 -05:00 |
|
Anton Lavrenov
|
40d68ea6e8
|
update rotation of transformer automatically. close #976
|
2020-09-07 10:40:23 -05:00 |
|
Raphael Papazikas
|
22a4a53a8c
|
add cornerRadius as array to label tag
|
2020-09-06 13:08:50 +02:00 |
|
Anton Lavrenov
|
4a29a1e109
|
dragstart fixes when transformer is used
|
2020-09-02 12:50:41 -05:00 |
|
Anton Lavrenov
|
02ec2c4e61
|
string and fill properties validation can accept CanvasGradient as valid value. close #965
|
2020-08-26 09:54:03 -05:00 |
|
Anton Lavrenov
|
1634103d0e
|
better stage drag performance
|
2020-08-21 12:09:58 -05:00 |
|
Anton Lavrenov
|
970473a56f
|
fix test
|
2020-08-08 09:45:01 -05:00 |
|
Anton Lavrenov
|
55107920bd
|
cache fixes
|
2020-08-08 09:24:31 -05:00 |
|
Anton Lavrenov
|
dd84716715
|
performance updates
|
2020-07-30 10:44:15 -05:00 |
|
houfio
|
cb61da5bef
|
Add update callback
|
2020-07-24 23:41:59 +02:00 |
|
Anton Lavrenov
|
b5e7362d26
|
update CHANGELOG with new version
|
2020-07-09 16:50:50 -05:00 |
|