Commit Graph

2927 Commits

Author SHA1 Message Date
Anton Lavrenov
6cc3224769 Merge branch 'master' of github.com:konvajs/konva 2020-05-13 09:23:31 -05:00
Anton Lavrenov
57a436ae98
Merge pull request #908 from 3stack-software/upstream-fix-906
Make Node#isVisible() consistent with drawing behaviour
2020-05-13 09:22:46 -05:00
Anton Lavrenov
234e1e3729 remove docs generation 2020-05-13 09:22:26 -05:00
Anton Lavrenov
0753569d0d add listening test 2020-05-13 09:21:51 -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
49218376e6 update cdn link 2020-05-08 10:07:49 -05:00
Anton Lavrenov
8a04c9274d build for 6.0.0 2020-05-08 10:07:49 -05: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
1d5ed8eb39 Merge branch 'transform' 2020-05-06 11:40:27 -05:00
Anton Lavrenov
9b4664db3e Transfomer fixes 2020-05-06 11:40:08 -05:00
Anton Lavrenov
08791527c2 Merge branch 'master' of github.com:konvajs/konva 2020-05-05 10:38:51 -05:00
Anton Lavrenov
f6a5a8f4c4 add Queue.gg backer 2020-05-05 10:38:31 -05:00
Anton Lavrenov
0314182992 transformer work 2020-05-05 10:37:58 -05:00
Anton Lavrenov
68ee355676
Update FUNDING.yml 2020-05-03 09:13:54 -05:00
Anton Lavrenov
b8d70c551e
Update FUNDING.yml 2020-05-03 09:12:36 -05:00
Anton Lavrenov
63828d2884 update cdn link 2020-05-01 16:10:02 -05:00
Anton Lavrenov
43c1fc8fa3 build for 5.0.3 2020-05-01 16:10:02 -05:00
Anton Lavrenov
cd4eea3ce7 update CHANGELOG with new version 2020-05-01 16:09:41 -05:00
Anton Lavrenov
414f3385ae Fixes for boundBoxFunc of Konva.Transformer. 2020-05-01 16:07:38 -05:00
Anton Lavrenov
099de8aefd pre patch 2020-05-01 14:58:34 -05:00
Anton Lavrenov
48c2106d1f update cdn link 2020-04-23 11:34:33 -05:00
Anton Lavrenov
be4395e502 build for 5.0.2 2020-04-23 11:34:32 -05:00
Anton Lavrenov
884244b562 update CHANGELOG with new version 2020-04-23 11:34:11 -05:00
Anton Lavrenov
b657111578 fix detach bug on destroy 2020-04-23 11:33:00 -05:00
Anton Lavrenov
f58635bbf6 fix deatach 2020-04-23 08:59:19 -05:00
Anton Lavrenov
b8a3a5af19 update cdn link 2020-04-22 19:21:03 -05:00
Anton Lavrenov
d7f6e6d34a build for 5.0.1 2020-04-22 19:21:03 -05:00
Anton Lavrenov
e7e2efe230 update CHANGELOG with new version 2020-04-22 19:20:44 -05:00
Anton Lavrenov
718531f50a Fixes for Konva.Transformer when parent scale is changed. fix #894 2020-04-22 09:06:31 -05:00
Anton Lavrenov
ca92561940 update cdn link 2020-04-21 16:24:22 -05:00
Anton Lavrenov
2f3227eac8 build for 5.0.0 2020-04-21 16:24:22 -05:00
Anton Lavrenov
e5d9d65713 update CHANGELOG with new version 2020-04-21 16:23:55 -05:00
Anton Lavrenov
a7c9e0b5a5 dragbound fixes 2020-04-21 16:10:11 -05:00
Anton Lavrenov
3173416b93 Merge branch 'master' of github.com:konvajs/konva 2020-04-21 15:30:53 -05:00
Anton Lavrenov
f970121959 many transformer fixes 2020-04-21 14:11:52 -05:00
Anton Lavrenov
8f17db0e65
Merge pull request #889 from nodes777/master
Fixes ShapeParams.txt typos
2020-04-14 09:24:04 -05:00
Taylor
4fc847a464
Merge pull request #1 from nodes777/nodes777-fix/ShapeParamsTypos
Fixes ShapeParams.txt typos
2020-04-14 13:06:07 +10:00
Taylor
32acfe6856
Fixes ShapeParams.txt typos 2020-04-14 12:58:35 +10:00
Anton Lavrenov
9a23b0aa7d fix snap calculations. fix #888 2020-04-13 10:12:39 -05:00
Anton Lavrenov
8937741c31 fix some transformer bugs 2020-04-10 16:00:25 -05:00
Anton Lavrenov
2423ec261b fix transformer on parent transform change. close #834 2020-04-08 17:27:18 -05:00
Anton Lavrenov
d297cec70b Memory usage optimizations when a node is cached. close #887 2020-04-08 16:03:26 -05:00
Anton Lavrenov
865d6c7618 fix imageSmoothingEnabled on resize. fix #884 2020-04-07 12:47:22 -05:00
Anton Lavrenov
1427cf0efc cleaning 2020-04-07 08:46:50 -05:00
Anton Lavrenov
55c812425d some transformer fixes 2020-04-06 21:51:03 -05:00
Anton Lavrenov
185c599257 initial support for multiple nodes for Konva.Transformer 2020-04-02 10:01:31 -05:00