Commit Graph

3770 Commits

Author SHA1 Message Date
Anton Lavrevov
4cad96ff73 Avoid crash when node inside transformer was destroyed. close #1957 2025-08-18 23:47:44 +09:00
Anton Lavrevov
c621b39f99 fixed mouseup + click events order when clicked on empty area of stage. close #1954 2025-08-17 00:26:42 +09:00
Anton Lavrevov
79cb4a080f record changes 2025-08-14 07:29:56 +09:00
Anton Lavrevov
b43ff157ce change return type of node.toImage(), close #1951 2025-08-13 22:31:52 +09:00
Anton Lavrevov
e7eb3e9a3f relaxed test 2025-08-13 21:56:24 +09:00
Anton Lavrevov
78d7939a26 try to fix a test for github actions 2025-08-13 21:50:30 +09:00
Anton Lavrevov
24b406f2ca restore all tests 2025-08-13 11:03:40 +09:00
Anton Lavrevov
bfee151fbf Merge branch 'master' of github.com:konvajs/konva 2025-08-12 22:23:43 +09:00
Anton Lavrevov
b059956e24 enable better text render, partial test fix 2025-08-12 22:23:33 +09:00
Anton Lavrenov
7b9ccd18ba
Merge pull request #1940 from Caden-Hornyak/feature/regular-polygon-corner-radius
Some checks failed
Test Browser / build (20.x) (push) Has been cancelled
Test NodeJS / build (23.x) (push) Has been cancelled
Add corner radius for Regular Polygon
2025-08-11 06:54:12 -05:00
Anton Lavrenov
553245c074
Merge pull request #1950 from Caden-Hornyak/fix/corner-radius-negative-dimensions
Fixed corner radius for Konva.Rect negative width/height
2025-08-11 06:38:15 -05:00
Anton Lavrevov
e33341d3f6 refactor 2025-08-11 20:34:32 +09:00
Anton Lavrevov
8f22d97937 fix types in tests, add skia backend 2025-08-10 22:10:55 +09:00
Anton Lavrevov
d2ecf2064e new charRenderFunc property for Konva.text, clean tests 2025-08-09 10:49:46 +09:00
Caden Hornyak
c398aedb0a
Merge branch 'konvajs:master' into feature/regular-polygon-corner-radius 2025-07-23 12:44:47 -07:00
Caden Hornyak
33e5ddf4ae
Merge branch 'konvajs:master' into fix/corner-radius-negative-dimensions 2025-07-23 12:44:20 -07:00
CadenH
18956ae62b Fixed negative polygon radius corner radius bug 2025-07-23 12:39:32 -07:00
CadenH
eb70aaf7d2 fixed negative width/height corner radius 2025-07-23 11:32:25 -07:00
Anton Lavrevov
464432a2a5 update cdn link
Some checks failed
Test Browser / build (20.x) (push) Has been cancelled
Test NodeJS / build (23.x) (push) Has been cancelled
2025-07-08 14:20:43 -05:00
Anton Lavrevov
082db9cfb8 build for 9.3.22 2025-07-08 14:20:43 -05:00
Anton Lavrevov
871e474697 update CHANGELOG with new version 2025-07-08 14:20:40 -05:00
Anton Lavrevov
750484b0ad Fixed possible crash on node.to() method. close #1944 2025-07-08 14:20:25 -05:00
Anton Lavrevov
cad1c0ee0f update cdn link 2025-07-07 10:01:07 -05:00
Anton Lavrevov
1e253eaa63 build for 9.3.21 2025-07-07 10:01:07 -05:00
Anton Lavrevov
9670ca4377 update CHANGELOG with new version 2025-07-07 10:01:04 -05:00
Anton Lavrevov
2a60b6a97c Merge branch 'progfay-stage-pointerleave' 2025-07-07 09:58:06 -05:00
progfay
cb8760771e
add test for Stage pointerleave 2025-07-04 12:18:39 +09:00
progfay
922968f792
listen pointerleave event in Stage 2025-07-04 12:12:41 +09:00
CadenH
1adf506a93 changed const to var 2025-06-30 16:08:17 -07:00
CadenH
089766c7ae fixed bugged test 2025-06-30 13:10:28 -07:00
CadenH
5155a240a3 add corner radius for regular polygon 2025-06-30 01:24:21 -07:00
Anton Lavrenov
27fc1b1ba5
Merge pull request #1933 from konvajs/codex/resolve-mouseleave-vs-pointerleave-behavior
Some checks failed
Test Browser / build (20.x) (push) Has been cancelled
Test NodeJS / build (23.x) (push) Has been cancelled
Fix pointerleave bubbling behavior
2025-06-05 16:18:06 -05:00
Anton Lavrenov
cdd61d7179 fix pointerleave bubbling 2025-06-05 16:13:49 -05:00
Anton Lavrenov
f00fd70756
Merge pull request #1929 from MarwanFr/patch-1
Some checks failed
Test Browser / build (20.x) (push) Has been cancelled
Test NodeJS / build (23.x) (push) Has been cancelled
Fix url of docs and api
2025-05-05 12:51:58 -05:00
Marwan
faa2203da7
Fix url of docs and api 2025-05-03 14:11:59 +02:00
Anton Lavrenov
3442071bdd
Merge pull request #1919 from tbo47/typescript-improve
Some checks failed
Test Browser / build (20.x) (push) Has been cancelled
Test NodeJS / build (23.x) (push) Has been cancelled
typescript improvments
2025-04-10 17:59:50 -05:00
tbo47
9c59566a9b typescript improvments 2025-04-10 13:05:36 +00:00
Anton Lavrenov
ca9be838a8
Merge pull request #1915 from tbo47/master
add types
2025-04-08 11:10:29 -05:00
tbo47
09f2838d43 add types 2025-04-08 14:59:13 +00:00
tbo47
a4980fccdc add types 2025-04-08 14:46:18 +00:00
Anton Lavrenov
35873586db
Merge pull request #1913 from tbo47/master
var let const
2025-04-04 20:15:30 -05:00
tbo47
88e3d2a088 var let const 2025-04-04 13:01:18 +00:00
Anton Lavrevov
791a786c81 Merge branch 'master' of github.com:konvajs/konva 2025-04-03 17:21:20 -05:00
Anton Lavrevov
a29157a528 FINALLY FIX THAT DAMN NODE TEST! 2025-04-03 17:21:13 -05:00
Anton Lavrenov
dc8b9df1f5
Merge pull request #1910 from tbo47/master
let var const
2025-04-03 14:36:23 -05:00
Anton Lavrevov
1ff1885de9 changes 2025-04-03 13:04:23 -05:00
Anton Lavrevov
3d5a216f23 Merge branch 'master' of github.com:konvajs/konva 2025-04-03 13:03:32 -05:00
Anton Lavrevov
2e08f7319f fix caching when buffer is used. close #1886
fix svg length calculation. close #1869
2025-04-03 13:03:06 -05:00
tbo47
e12365f14f let var const 2025-03-31 16:30:12 +00:00
Anton Lavrenov
fe80a44407
Merge pull request #1905 from tbo47/master
refactor const let
2025-03-28 14:19:03 -05:00