Commit Graph

535 Commits

Author SHA1 Message Date
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
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
8a04c9274d build for 6.0.0 2020-05-08 10:07:49 -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
9b4664db3e Transfomer fixes 2020-05-06 11:40:08 -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
be4395e502 build for 5.0.2 2020-04-23 11:34:32 -05:00
Anton Lavrenov
b657111578 fix detach bug on destroy 2020-04-23 11:33:00 -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
2f3227eac8 build for 5.0.0 2020-04-21 16:24:22 -05:00
Anton Lavrenov
a7c9e0b5a5 dragbound fixes 2020-04-21 16:10:11 -05:00
Anton Lavrenov
f970121959 many transformer fixes 2020-04-21 14:11:52 -05: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
185c599257 initial support for multiple nodes for Konva.Transformer 2020-04-02 10:01:31 -05:00
Anton Lavrenov
010729dc19 some type fixes. close #869 2020-03-29 07:45:39 -05:00
Anton Lavrenov
53730366ee build for 4.2.2 2020-03-26 15:15:00 -05:00
Anton Lavrenov
7df28d4e50 update CHANGELOG with new version 2020-03-26 15:14:30 -05:00
Anton Lavrenov
87ebb5098c build for 4.2.1 2020-03-26 14:42:47 -05:00
Anton Lavrenov
3d00d1a344 Fix rounding issues for getClientRect() for some shapes. fix #879 2020-03-26 14:41:06 -05:00
Anton Lavrenov
65e06f200e Fix some issues with mouseenter and mouseleave events. fix #875 2020-03-18 09:41:36 -05:00
Anton Lavrenov
4f4291dc38 update docs 2020-03-16 08:18:28 -05:00
Anton Lavrenov
84714f4152 build for 4.2.0 2020-03-14 21:38:13 -05:00
Anton Lavrenov
2ffc3b84a8 build 2020-03-14 21:36:03 -05:00
Anton Lavrenov
b7b50f22d8 fix non-closed hit for Konva.Path. close #867 2020-03-12 09:27:42 -05:00
Anton Lavrenov
2019f8042b Add getActiveAnchor() method to Konva.Transformer 2020-03-03 09:09:21 -05:00
Anton Lavrenov
a23084ed6b build for 4.1.6 2020-02-25 19:24:39 -05:00
Anton Lavrenov
c44b2732d0 update CHANGELOG with new version 2020-02-25 19:24:15 -05:00
Anton Lavrenov
2e40322b83 fix tests 2020-02-24 20:45:50 -05:00
Anton Lavrenov
6fbe48e583 allow cloning id 2020-02-17 19:51:18 -05:00
Anton Lavrenov
2e4ce1ebc1 build for 4.1.5 2020-02-16 07:40:05 -05:00
Anton Lavrenov
396297bdfc update CHANGELOG with new version 2020-02-16 07:39:42 -05:00
Anton Lavrenov
71d576b310 build for 4.1.4 2020-02-10 08:23:42 -05:00
Anton Lavrenov
86f847a702 Fix wrong internal caching of absolute attributes. fix #843 2020-02-10 08:22:07 -05:00
Anton Lavrenov
1c3a019134 Fix Konva.Transformer behavior on scaled with CSS stage. fix #841. 2020-02-06 10:14:49 -05:00
Anton Lavrenov
16a05d62b2 build for 4.1.3 2020-01-30 11:43:40 -05:00
Anton Lavrenov
1c85a7ee26 fix cursor on anchors for rotated parent. fix#837 2020-01-30 11:41:05 -05:00