Commit Graph

3105 Commits

Author SHA1 Message Date
Anton Lavrenov
d7e092bad3 update cdn link 2021-02-19 13:02:22 -05:00
Anton Lavrenov
1f401b81d9 build for 7.2.4 2021-02-19 13:02:22 -05:00
Anton Lavrenov
cace72000a update CHANGELOG with new version 2021-02-19 13:02:08 -05:00
Anton Lavrenov
015707c455 Fix wrong mouseleave trigger for Konva.Stage 2021-02-19 13:01:23 -05:00
Anton Lavrenov
9e4bf65d70 update cdn link 2021-02-12 16:44:59 -05:00
Anton Lavrenov
cedd8f5250 build for 7.2.3 2021-02-12 16:44:58 -05:00
Anton Lavrenov
8ddbe83d2c update CHANGELOG with new version 2021-02-12 16:44:46 -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
550d0176cd update deps 2021-01-26 11:54:37 -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
900290e03b update cdn link 2020-12-18 11:13:24 -05:00
Anton Lavrenov
e3184f4f0a build for 7.2.2 2020-12-18 11:13:24 -05:00
Anton Lavrenov
a86aa4ef28 update CHANGELOG with new version 2020-12-18 11:13:13 -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
Anton Lavrenov
e2de52e302
Merge pull request #1032 from ursm/patch-2
Fix Node#size() usage example
2020-12-17 17:29:16 -05:00
Keita Urashima
1d47a3598c Fix Node#size() usage example 2020-12-18 05:57:24 +09:00
Anton Lavrenov
1f08a296e9
Merge pull request #1031 from ursm/patch-1
Fix typo in getAbsoluteRotation() code example
2020-12-17 15:53:23 -05:00
Keita Urashima
f0a4e55b75
Fix typo in getAbsoluteRotation() code example 2020-12-18 05:37:18 +09: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
0a3aa77daf update cdn link 2020-12-07 11:18:59 -05:00
Anton Lavrenov
47eb7ea631 build for 7.2.1 2020-12-07 11:18:59 -05:00
Anton Lavrenov
5a799a3acf update CHANGELOG with new version 2020-12-07 11:18:42 -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
e90442ab1c update cdn link 2020-11-23 10:10:13 -05:00
Anton Lavrenov
01f92a9443 build for 7.2.0 2020-11-23 10:10:13 -05:00
Anton Lavrenov
bc92ef684e update CHANGELOG with new version 2020-11-23 10:09:57 -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
98913337b4 update cdn link 2020-11-20 12:22:39 -05:00
Anton Lavrenov
53604dac97 build for 7.1.9 2020-11-20 12:22:38 -05:00
Anton Lavrenov
37779c9658 update CHANGELOG with new version 2020-11-20 12:22:16 -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
Anton Lavrenov
65be165c1c
Merge pull request #1017 from bluehymn/fixbug
fix: return type of container.find() #1016
2020-11-18 07:17:55 -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
cc5a3eb220 update cdn link 2020-11-17 11:22:46 -05:00
Anton Lavrenov
4a6e1fc989 build for 7.1.8 2020-11-17 11:22:46 -05:00
Anton Lavrenov
c36eb211a2 update CHANGELOG with new version 2020-11-17 11:22:28 -05:00
Anton Lavrenov
691ef799c7 more textpath rendering fixes 2020-11-17 11:19:23 -05:00
Anton Lavrenov
ad08fb2103 update cdn link 2020-11-16 11:13:28 -05:00
Anton Lavrenov
70c333309b build for 7.1.7 2020-11-16 11:13:28 -05:00
Anton Lavrenov
1f99819dcc update CHANGELOG with new version 2020-11-16 11:13:08 -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