Commit Graph

3781 Commits

Author SHA1 Message Date
Nathan Muir
42e70ee82e refactor: remove custom typescript settings for tests 2025-08-20 17:47:42 +12:00
Nathan Muir
47abec93a9 refactor: remove index-types.d.ts
Removes extra file operations by using `export namespace`.
2025-08-20 17:46:35 +12:00
Nathan Muir
758adcd502 refactor: remove rename-imports scripts
Update approach of dealing with file extensions differences between typescript & node.

Leverages `rewriteRelativeImportExtensions` that was added in typescript 5.7 [1], and that is recommended path by node to run typescript in the future [2]

[1] https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-7.html#path-rewriting-for-relative-paths

[2] https://nodejs.org/api/typescript.html#type-stripping
2025-08-20 17:12:52 +12:00
Anton Lavrenov
0aff4cc1f5 Merge pull request #1961 from nathan-muir/fix-tests
test: remove `it.only()` causing only a single test to run
2025-08-19 10:11:45 -05:00
Anton Lavrenov
344898f075 Merge pull request #1960 from nathan-muir/ci-formatting
check pull requests for `prettier` formatting
2025-08-19 10:11:32 -05:00
Nathan Muir
6ccb8d2048 test: remove it.only() causing only a single test to run 2025-08-19 21:12:41 +12:00
Nathan Muir
e50a3ea0dc chore: apply prettier formatting 2025-08-19 14:15:35 +12:00
Nathan Muir
4c5572ee23 fix: failed parsing of html files 2025-08-19 14:15:23 +12:00
Nathan Muir
0a8c471a6c ci: check pull requests keep prettier formatting 2025-08-19 14:15:23 +12:00
Anton Lavrenov
0ac2ecf89b Merge pull request #1959 from nathan-muir/feat-miter-limit
feat: add support for miter-limit
2025-08-18 20:48:09 -05:00
Nathan Muir
fc227431cc feat: add support for miter-limit 2025-08-19 12:04:18 +12:00
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
9.3.22
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 9.3.21 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