Commit Graph

1854 Commits

Author SHA1 Message Date
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
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
alireza bonab
746a0fb94e return default empty array 2020-09-08 12:29:31 +02: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
7ae8415da8 Merge branch 'master' of github.com:konvajs/konva into master 2020-08-26 09:54:54 -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
3afc61e6b8 Merge pull request #962 from eduardojl/patch-1
Update index-types.d.ts
2020-08-24 16:48:01 -05:00
Anton Lavrenov
1634103d0e better stage drag performance 2020-08-21 12:09:58 -05:00
Anton Lavrenov
c5eee9de48 internal type fixes 2020-08-12 19:50:16 -05:00
Anton Lavrenov
cc7c6edd1f some fixes 2020-08-12 14:15:57 -05:00
Anton Lavrenov
2eb1043e98 Merge branch 'addAnimationOptionInterface' of https://github.com/risingBirdSong/konva into risingBirdSong-addAnimationOptionInterface 2020-08-12 14:03:15 -05:00
Eduardo Jaramillo Licea
a244ab4770 Update index-types.d.ts
In typescript I have an error Property "'hitOnDragEnabled' does not exist on type 'typeof Konva'." because it is not defined in this type file
2020-08-12 12:10:58 -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
Anton Lavrenov
c135a91c60 update docs 2020-07-27 10:16:17 -05:00
houfio
cb61da5bef Add update callback 2020-07-24 23:41:59 +02:00
devrnt
ab70a38106 add ignoreStroke to transformer config 2020-07-23 17:32:56 +02:00
Anton Lavrenov
d63a7c6955 update docs and readme 2020-07-16 16:02:34 -05:00
Anton Lavrenov
b5e7362d26 update CHANGELOG with new version 2020-07-09 16:50:50 -05:00
Anton Lavrenov
8bf97ba8c1 types fixes. close #945 2020-07-06 10:20:47 -05:00
Anton Lavrenov
4e1b1c7812 rendering fixes for letter spacing. fix #942 2020-07-02 17:27:30 -05:00
risingbirdsong
56ff555fdb added animation option interface to replace type any. tested various options out with the .to method and the options i included in the interface were the ones that were clearly animating, excluded options that seemed to have no animation effect. included offset y and x because they do animate, though they may not be appropriate in the interface. not exhaustive, may be missing options which should be included. 2020-06-30 12:22:34 -07:00
Anton Lavrenov
bdfa9f2225 update CHANGELOG with new version 2020-06-30 13:04:06 -05:00
Anton Lavrenov
910273f2c6 update CHANGELOG with new version 2020-06-29 12:14:39 -05:00
Anton Lavrenov
08d1ca7c5f font fixes. close #910 2020-06-25 12:18:31 -05:00
Anton Lavrenov
d62645609d more performance fixes 2020-06-23 17:22:28 -05:00
Anton Lavrenov
4a776910ec add Transform to types. close #933 2020-06-23 11:29:13 -05:00
Anton Lavrenov
f664606b8f dragmove will trigger on Transformer and when all nodes are moved. fix #928 2020-06-18 16:41:54 -05:00
Anton Lavrenov
0fe8e7fb7f perf optimizations 2020-06-16 16:20:36 -05:00
Anton Lavrenov
e22a98d656 perf fixes, transformer events 2020-06-16 12:16:53 -05:00
Anton Lavrenov
1d8388eead performance optimizations 2020-06-10 11:57:48 -05:00
Anton Lavrenov
43b23e9559 add FastLayer deprecate 2020-06-09 15:55:08 -05:00
Anton Lavrenov
bafe7d3b20 docs update 2020-06-09 15:45:28 -05:00
Anton Lavrenov
33ac099ce9 fix dblclick and dbltap triggers. fix #917 2020-06-03 14:06:06 -05:00
Anton Lavrenov
2b58f38a93 smaller code, ts fixes 2020-06-02 12:16:44 -05:00
Anton Lavrenov
d96e7d9ede text font fix. close #910 2020-05-14 11:25:27 -05:00
Anton Lavrenov
ee99044baa remove inherit from listening property, deprecate FastLayer, font fixes. 2020-05-14 11:13:47 -05:00
Nathan Muir
bf1b4a91e9 Make Node#isVisible() consistent with drawing behaviour
Remove the "inherit" value from Node#visible(), and treat `true` similar to "inherit".

Fixes konvajs/konva#906
2020-05-13 11:55:36 +12:00
Anton Lavrenov
9b5ecbcc64 update CHANGELOG with new version 2020-05-08 10:07:05 -05:00
Anton Lavrenov
d5481b1b72 prettier 2020-05-08 09:59:35 -05:00
Anton Lavrenov
a2adcf5f17 clean code, update deps 2020-05-07 16:10:26 -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
1a32dc8eb1 clean 2020-05-06 11:53:36 -05:00
Anton Lavrenov
9b4664db3e Transfomer fixes 2020-05-06 11:40:08 -05:00