Commit Graph

3129 Commits

Author SHA1 Message Date
Anton Lavrenov
0dbdcfaf75 build for 4.0.1 2019-08-07 18:48:05 +07:00
Anton Lavrenov
2db18ee7e1 update CHANGELOG with new version 2019-08-07 18:47:48 +07:00
Anton Lavrenov
bd21b9cf81 types fixes 2019-08-07 18:45:55 +07:00
Anton Lavrenov
dc34c42440 build 2019-08-07 11:44:20 +07:00
Anton Lavrenov
85d1cdd09c make arrow with tension a bit better 2019-08-07 11:42:35 +07:00
Anton Lavrenov
ffe8456496 update cdn link 4.0.0 2019-08-05 13:55:14 +07:00
Anton Lavrenov
c1bb96b68c build for 4.0.0 2019-08-05 13:55:14 +07:00
Anton Lavrenov
e3bf7c5693 update CHANGELOG with new version 2019-08-05 13:54:48 +07:00
Anton Lavrenov
519bd94a7c prepare new version. Update docs. 2019-08-05 13:54:08 +07:00
Anton Lavrenov
f1846ba996 Merge branch 'master' of github.com:konvajs/konva 2019-08-04 14:46:15 +07:00
Anton Lavrenov
7df6fc4f3f some new files 2019-08-04 14:39:13 +07:00
Anton Lavrenov
34f0f4ae33 drag&drop multitouch 2019-08-04 14:38:57 +07:00
Anton Lavrenov
1d932bf76c better mulitouch 2019-08-04 09:41:57 +07:00
Anton Lavrenov
b0a45caee4 fix types 2019-07-31 21:20:27 +07:00
Anton Lavrenov
84ce4853de Merge pull request #699 from GeorgeGkas/support-hsl
feat(ColorToRGBA): support HSL format
2019-07-29 09:32:52 +07:00
George Gkasdrogkas
5998d38878 feat(ColorToRGBA): support HSL format
closes issue #505
2019-07-28 21:29:01 +03:00
Anton Lavrenov
39526cfce7 fix docs. close #698 2019-07-28 23:54:13 +07:00
Anton Lavrenov
05324c4eb7 update cdn link 3.4.1 2019-07-18 07:56:13 +07:00
Anton Lavrenov
f28cecd8cc build for 3.4.1 2019-07-18 07:56:13 +07:00
Anton Lavrenov
dd39fb5051 update CHANGELOG with new version 2019-07-18 07:55:55 +07:00
Anton Lavrenov
9cef088d24 Fix wrong double tap trigger 2019-07-18 07:55:22 +07:00
Anton Lavrenov
494666d070 update cdn link 3.4.0 2019-07-12 17:14:45 +07:00
Anton Lavrenov
408e760425 build for 3.4.0 2019-07-12 17:14:45 +07:00
Anton Lavrenov
d0e5a45543 update CHANGELOG with new version 2019-07-12 17:14:25 +07:00
Anton Lavrenov
477a2392ac different values for corner radius. fix #687 2019-07-12 17:12:11 +07:00
Anton Lavrenov
f3a30784f8 Merge branch 'master' of github.com:konvajs/konva 2019-07-12 14:12:15 +07:00
Anton Lavrenov
80be21505a dashOffset types. fix #686 2019-07-12 14:11:42 +07:00
Anton Lavrenov
b798a56bff types fixes, konva-node updates 2019-07-11 04:59:39 +07:00
Anton Lavrenov
bb4960465b Create FUNDING.yml 2019-06-30 07:51:52 -05:00
Anton Lavrenov
8b38345f50 Merge branch 'master' of github.com:konvajs/konva 2019-06-18 15:29:25 -05:00
Anton Lavrenov
4e489321f8 ts fixes 2019-06-18 15:29:07 -05:00
Anton Lavrenov
bbaa40a686 Merge pull request #668 from wuhaochen/patch-dangling-stage
Fixed set container for dangling stage, related to #510
2019-06-12 12:30:33 -05:00
Haochen Wu
46e9243759 add missing semicolon 2019-06-08 22:25:14 -07:00
Haochen Wu
307dfcc911 Fixed set container for dangling stage, related to #510 2019-06-08 22:13:29 -07:00
Anton Lavrenov
a4650e310d konva-node updates 2019-06-07 15:31:22 -05:00
Anton Lavrenov
a365050428 update cdn link 3.3.3 2019-06-07 15:25:09 -05:00
Anton Lavrenov
71dc9b99bb build for 3.3.3 2019-06-07 15:25:09 -05:00
Anton Lavrenov
aaadaa665d update CHANGELOG with new version 2019-06-07 15:24:52 -05:00
Anton Lavrenov
0c858ff591 fix konva-node 2019-06-07 15:05:27 -05:00
Anton Lavrenov
3e95726b4d build 2019-06-04 10:19:58 -05:00
Anton Lavrenov
57602d305e Merge branch 'iceafish-patch-6' 2019-06-04 10:18:17 -05:00
Yingjie Liu
55dbae92f0 fix node registe event function type issue
KonvaEventListener will get a NodeEventMap entity, not NodeEventMap Key
2019-06-04 20:20:57 +08:00
Anton Lavrenov
9c5abb0a30 update cdn link 3.3.2 2019-06-03 09:44:48 -05:00
Anton Lavrenov
fcda92b26a build for 3.3.2 2019-06-03 09:44:48 -05:00
Anton Lavrenov
c2c49614fa update CHANGELOG with new version 2019-06-03 09:44:30 -05:00
Anton Lavrenov
4a398a0aae Merge pull request #657 from jquense/pointer-event-fixes
fix(pointer-events): fix possible undefined stage error
2019-06-01 10:46:09 -05:00
Jason Quense
8cfa285aa0 update to PointerEvent 2019-06-01 10:09:51 -04:00
Anton Lavrenov
848cb46bd0 Merge pull request #659 from rndD/fix-anim-docs
Fixed animation doc string
2019-06-01 07:12:21 -05:00
Alexey Kalmakov
8ec7ac1a2b Fixed animation doc string
There was an old api usage and some copy-paste from stage`s doc
2019-05-31 11:23:12 +03:00
Jason Quense
4dd2a60b55 fix(pointer-events): fix possible undefined stage error
Sometimes a shape may not have a stage associated with it? I was  hitting this in our app. I also cleaned up the event types a bit and added the pointer methods to Stage to be consistent with the other types
2019-05-30 17:11:31 -04:00