Commit Graph

1765 Commits

Author SHA1 Message Date
Anton Lavrenov
1263ac9396 update CHANGELOG with new version 2020-01-08 08:15:12 -05:00
Anton Lavrenov
f097fe7b2f Add Transform to Konva default exports. So Konva.Transform is available now. close #820 2020-01-07 08:31:28 -05:00
Anton Lavrenov
aab7bf1c0f Fix cache() method of Konva.Arrow(). close #819 2020-01-03 08:59:34 -05:00
Anton Lavrenov
81a8a4eec1 update docs. close #702 2019-12-24 12:15:49 -05:00
Anton Lavrenov
76c0e3f272 fix image size detection on zero values. fix #774 2019-12-24 11:21:43 -05:00
Anton Lavrenov
00c5ccc4bb Increase default anchor size for Konva.Transformer on touch devices. fix #814 2019-12-23 10:52:49 -05:00
Anton Lavrenov
f68500ab85 Merge branch 'master' of github.com:konvajs/konva 2019-12-18 13:17:07 -05:00
Anton Lavrenov
961e61c1bc fix mouseleave on stage. close #811 2019-12-18 13:16:03 -05:00
wujing
9f030736fe fix container.add ts arguments error issue#806 2019-12-10 12:18:32 +08:00
Anton Lavrenov
7787dfdf14 Make events work on some CSS transforms. fix #792 2019-11-28 12:22:44 -05:00
Anton Lavrenov
65eeb13d66 fix cache with float dimensions. fix #798 2019-11-28 11:51:40 -05:00
Anton Lavrenov
472441fcfe fix text correction. fix #786 2019-11-25 11:25:30 -05:00
Anton Lavrenov
a72902a104 Merge branch 'master' of github.com:konvajs/konva 2019-11-20 13:47:06 -05:00
Anton Lavrenov
de9a0e24e0 add path test 2019-11-20 13:46:52 -05:00
Anton Lavrenov
ca1ccdaf82 performance update 2019-11-20 13:39:02 -05:00
James
7486211648
fixing typo 2019-11-16 20:35:58 -05:00
Anton Lavrenov
af45808d07 Fix path.getClientRect() calculations for Konva.Path 2019-11-14 11:18:12 -05:00
Anton Lavrenov
67d5e362e8 stop triggering click and tap on short drag&drop. fix #784 2019-11-12 15:10:36 -05:00
Anton Lavrenov
680ea026d8 small refactoring 2019-11-12 14:38:36 -05:00
Anton Lavrenov
c2c4f6badd Merge branch 'master' of github.com:konvajs/konva 2019-11-08 11:47:41 -05:00
Anton Lavrenov
61936af059 polyfill tripRight for IE11. fix #783 2019-11-08 11:45:59 -05:00
Anton Lavrenov
bb68b3f1a8 allow hitStrokeWidth usage, even if a shape has not stroke visible. fix #782 2019-11-08 11:37:10 -05:00
Lasse Wallentin
81f930a2ab Fixed zero bounds children resulting in NaN group bounds. 2019-10-23 11:15:20 +02:00
Anton Lavrenov
d82c11ea95 Better calculations for container.getClientRect() 2019-10-21 10:12:10 -05:00
Anton Lavrenov
0669b24cf9 Warn on undefined return value of dragBoundFunc. close #764 2019-10-18 14:09:49 -05:00
Anton Lavrenov
e2e94e08e6 update CHANGELOG with new version 2019-10-15 11:51:13 -05:00
Anton Lavrenov
7de82e5823 fix path calculations 2019-10-11 09:15:38 -05:00
Anton Lavrenov
d6c6d87b73
Merge pull request #756 from rndD/fix-any
Fix any in TS: part 1
2019-10-11 07:58:10 -05:00
Anton Lavrenov
0731316a7e ts fixes 2019-10-11 07:55:04 -05:00
Anton Lavrenov
80c674eb1f Fix globalCompositeOperation + cached hit detections. close #759 2019-10-10 15:52:00 -05:00
Anton Lavrenov
7909283e3d fix absolute position calculations for cached parent. close #753 2019-10-08 15:20:22 -05:00
Alexey Kalmakov
ef4972ec65 Replaced any with Line in Tween 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
50657811ac Typedef for return in validators 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
c99b053d6d Removed unnecessary import 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
d5a6584c26 Added rgb and rgba types
Added some type guards
2019-10-06 23:15:53 +03:00
Alexey Kalmakov
8816aa5154 Type for delta time in IFrame 2019-10-06 23:15:53 +03:00
Alexey Kalmakov
150b8bcea3 IFrame interface for animation 2019-10-03 14:31:53 +03:00
Anton Lavrenov
cf27503518 Fix line.getClientRect() calculations for line with a tension or low number of points 2019-10-02 08:00:06 -05:00
Anton Lavrenov
ea042183c7 update CHANGELOG with new version 2019-09-17 12:54:42 -05:00
Anton Lavrenov
65df67a826 Merge branch 'master' of github.com:konvajs/konva 2019-09-17 12:50:46 -05:00
Anton Lavrenov
1f14bf1fef Fix some bugs when Konva.Transformer has padding > 0 2019-09-17 12:50:28 -05:00
naqtn
97dc4b6143 Fix doc of Node.getAbsoluteScale() return type 2019-09-17 19:58:32 +09:00
Evan Patterson
28700e1904
Selector parameter in findAncestor(s) is not optional 2019-09-12 16:13:37 -07:00
Evan Patterson
cc28960daa
Fix typings in signatures of findAncestor(s)
In TypeScript, optional arguments must be declared as such.
2019-09-11 10:53:45 -07:00
Anton Lavrenov
32f5a877f6 Merge branch 'master' of github.com:konvajs/konva 2019-09-10 12:09:14 -05:00
Anton Lavrenov
f16434d6d8 Fix drag position handling. close #739 2019-09-10 12:08:36 -05:00
Anton Lavrenov
5ad0795539
Merge pull request #736 from Astray-git/fix/arcTo_#734
fix: #734 arcTo
2019-09-09 10:57:23 -05:00
Anton Lavrenov
c3f4e53be5 fix multiple selector for find() method. close #735 2019-09-09 10:55:17 -05:00
Yichang Liu
439adde07a fix: #734 arcTo 2019-09-09 23:27:30 +08:00
Anton Lavrenov
456bd9ec91 Fix Konva.Transformer behavior on mirrored nodes. close #732 2019-09-06 14:15:07 -05:00