Commit Graph

18 Commits

Author SHA1 Message Date
Nathan Muir
9aac5b4ebf refactor: enable typescript option verbatimModuleSyntax 2025-08-20 17:50:17 +12:00
Nathan Muir
42e70ee82e refactor: remove custom typescript settings for tests 2025-08-20 17:47:42 +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 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
Anton Lavrevov
c23e8f9b6b fix tests in node.js 2024-12-23 09:46:43 -05:00
Anton Lavrenov
d33b8e944b more strict typescript 2023-08-28 09:23:57 -05:00
Anton Lavrenov
63d2aceaa7 allow reset component attributes via overloader 2022-08-19 17:48:03 -05:00
Anton Lavrenov
e88ed2c28c imageSmoothingEnabled for export functions. close #1320 2022-04-11 18:20:09 -05:00
Anton Lavrenov
cc5b67ed10 cmj build 2021-09-23 11:17:50 -05:00
Anton Lavrenov
3219008dfa node.getRelativePointerPosition() method 2021-05-08 21:43:51 -05:00
Anton Lavrenov
b6e9d58db8 polish method 2021-05-06 15:49:23 -05:00
Anton Lavrenov
f4ce027b1d Merge branch 'master' of https://github.com/AlexIII/konva into AlexIII-master 2021-05-06 15:38:31 -05:00
Anton Lavrenov
386287eebe remove Konva.names and Konva.ids. close #1073 2021-05-06 15:25:12 -05:00
Anton Lavrenov
7bd5c62ee3 tests refactor, clean build 2021-05-05 09:19:24 -05:00
Anton Lavrenov
cb20f00e4b fix tests 2021-05-04 09:33:41 -05:00
Anton Lavrenov
ca1de3a351 finish tests fixing 2021-05-03 21:21:04 -05:00
Anton Lavrenov
59956fe944 refactor tests 2021-05-03 17:09:18 -05:00