Commit Graph

3665 Commits

Author SHA1 Message Date
Anton Lavrevov
09485ef1db Merge branch 'psyche/typing-2' of https://github.com/psychedelicious/konva into psychedelicious-psyche/typing-2 2024-12-06 13:37:12 -05:00
Anton Lavrenov
be24e9bb8b
Merge pull request #1848 from tbo47/eslint-recommended
Eslint recommended
2024-12-06 13:31:55 -05:00
Anton Lavrevov
4009e6bd11 changes 2024-12-01 19:19:35 -06:00
Anton Lavrevov
00ee0846d5 fix arrow.getClientRect() calculations. fix #1851 2024-12-01 19:18:41 -06:00
Anton Lavrenov
14118054f6
Update ISSUE_TEMPLATE.md 2024-11-26 13:27:43 -05:00
lavrton
9322bfaa80 fix line-through for justify. close #1846 2024-11-05 16:02:04 -05:00
Anton Lavrenov
db71b4ba28
Merge pull request #1849 from zhengxiongwei520/master
Resolve the issue of other canvases being unable to interact when overlapping on mobile devices.
2024-11-05 13:41:25 -05:00
zhengxiongwei
e1edd1241f fix: Resolve the issue of other canvases being unable to interact when overlapping on mobile devices 2024-10-31 17:16:40 +08:00
Thibaut(Teebo)
3ba489fc09 eslint recommended 2024-10-29 14:48:29 +01:00
Thibaut(Teebo)
338696c691 eslint recommended 2024-10-29 14:46:32 +01:00
Thibaut(Teebo)
ae4f53b422 eslint recommended 2024-10-29 14:30:37 +01:00
Anton Lavrenov
e47d54889c
Merge pull request #1838 from tbo47/refactor-cont-let
Some checks failed
Test Browser / build (16.x) (push) Has been cancelled
Test NodeJS / build (16.x) (push) Has been cancelled
refactor const let var
2024-10-28 13:41:22 -05:00
lavrton
a8348f6d84 update cdn link
Some checks failed
Test Browser / build (16.x) (push) Has been cancelled
Test NodeJS / build (16.x) (push) Has been cancelled
2024-10-21 18:17:21 -05:00
lavrton
b8fe8d3575 build for 9.3.16 2024-10-21 18:17:21 -05:00
lavrton
a2a8ece115 update CHANGELOG with new version 2024-10-21 18:16:59 -05:00
lavrton
7ceb745142 changes 2024-10-21 18:16:28 -05:00
lavrton
5cdde09fb5 fix freeze on ios. close #1843 2024-10-21 18:12:39 -05:00
Thibaut(Teebo)
28659eeaf2 const and let 2024-10-11 11:11:27 +00:00
Anton Lavrenov
e9b8d84144
Merge pull request #1836 from tbo47/better-code
Some checks failed
Test Browser / build (16.x) (push) Has been cancelled
Test NodeJS / build (16.x) (push) Has been cancelled
refactor for const over let
2024-10-10 11:44:03 -05:00
Thibaut(Teebo)
9a7e688f48 refactor for const over let 2024-10-09 14:57:46 +00:00
Anton Lavrenov
16bd91bba1
Merge pull request #1830 from tbo47/var-to-const-or-let
Some checks failed
Test Browser / build (16.x) (push) Has been cancelled
Test NodeJS / build (16.x) (push) Has been cancelled
var to const or let
2024-10-08 21:53:27 -05:00
Anton Lavrenov
f153853139
Merge pull request #1827 from tbo47/esconfig-lib-to-es2019
tsconfig ilb to es2019
2024-10-07 13:17:16 -05:00
Anton Lavrenov
c433e6b45b
Merge pull request #1832 from tbo47/remove-unused-libs
remove unused libs
2024-10-07 08:52:01 -05:00
tbo47
7714ef63b1 remove unused libs 2024-10-05 16:11:05 +00:00
tbo47
cb85f7272d add types 2024-10-05 15:40:48 +00:00
tbo47
8d2a050d83 var to const or let 2024-10-05 14:18:32 +00:00
Anton Lavrenov
b379efe0df
Merge pull request #1826 from tbo47/add-types
Some checks failed
Test Browser / build (16.x) (push) Has been cancelled
Test NodeJS / build (16.x) (push) Has been cancelled
add types and remove unused import
2024-10-04 16:13:25 -05:00
tbo47
b8ae0a45e5 tsconfig ilb to es2019 2024-10-04 15:26:45 +00:00
tbo47
948307773b add types and remove unused import 2024-10-04 14:58:40 +00:00
Anton Lavrenov
0dd6d10ac1 update cdn link 2024-09-09 11:34:56 -05:00
Anton Lavrenov
3469327f59 build for 9.3.15 2024-09-09 11:34:56 -05:00
Anton Lavrenov
bd8e4a6f2c update CHANGELOG with new version 2024-09-09 11:34:46 -05:00
Anton Lavrenov
c98b1f6f2a Merge branch 'master' of github.com:konvajs/konva 2024-09-09 11:30:06 -05:00
Anton Lavrenov
d1704e5d75 fix letter spacing for Hindi text 2024-09-09 11:30:00 -05:00
psychedelicious
9c41a6eed1 feat: Factory types 2024-08-25 22:00:47 +10:00
Anton Lavrenov
583fccf249
Merge pull request #1801 from daniatic/master
#1797 StageConfig: container optional
2024-07-31 21:14:23 -05:00
Daniel Kleis
0d977a1b8c #1797 StageConfig: container optional 2024-07-31 22:50:17 +02:00
Anton Lavrenov
9830a6c37c
Merge pull request #1795 from kyechan99/master
fix: specify type
2024-07-19 10:35:33 -05:00
kyechan99
ad0c15a3ac fix: specify return type Path.getPoint* methods 2024-07-19 23:47:56 +09:00
kyechan99
c6a09c8857 fix: revert changes Path.gitPoint static methods 2024-07-19 10:15:51 +09:00
Anton Lavrenov
45889f9327 changes 2024-07-18 13:49:01 -05:00
Anton Lavrenov
e6cb27fc64 better types, fix #1794 2024-07-18 13:48:45 -05:00
kyechan99
e7dfe86a39 fix: specify return type Path.getPoint static methods 2024-07-18 18:59:33 +09:00
kyechan99
ffc58d248b fix: specify type Text.measureSize 2024-07-18 18:46:56 +09:00
Anton Lavrenov
7b99aa9813 update cdn link 2024-07-16 20:20:35 -05:00
Anton Lavrenov
331bd9bb64 build for 9.3.14 2024-07-16 20:20:35 -05:00
Anton Lavrenov
72d92d8bcc update CHANGELOG with new version 2024-07-16 20:20:23 -05:00
Anton Lavrenov
459606b637 changes 2024-07-16 20:20:01 -05:00
Anton Lavrenov
3f6f9f9365 fix shadow + corner radius for images, close #1734 2024-07-16 20:19:26 -05:00
Anton Lavrenov
ac1587fac8 update docs, fix fullRule for hit graph, close #1787 2024-07-15 12:40:00 -05:00