Commit Graph

34 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
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
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
Anton Lavrevov
4cad96ff73 Avoid crash when node inside transformer was destroyed. close #1957 2025-08-18 23:47:44 +09:00
Anton Lavrevov
8f22d97937 fix types in tests, add skia backend 2025-08-10 22:10:55 +09:00
Anton Lavrevov
9b989b41aa Enhance Transformer event handling and add unit test for cleanup of subscriptions. Ensure event listeners are properly managed on transformer destruction. fix #1872
Some checks are pending
Test Browser / build (23.x) (push) Waiting to run
Test NodeJS / build (23.x) (push) Waiting to run
2025-01-22 09:02:12 -05:00
Anton Lavrenov
4f29c6d365 fix trasnformer bug 2024-03-07 06:53:45 +07:00
Anton Lavrenov
73d65cb7d3 improve transformer performance 2024-03-04 05:16:19 +07:00
Anton Lavrenov
b09ceb34f3 change events order for transformer. fix #1724 2024-03-03 11:45:55 +07:00
Anton Lavrenov
184ab3f350 update deps, enable all tests 2023-10-31 10:42:33 -05:00
Anton Lavrenov
0527d23901 fix test 2023-10-30 19:44:03 -05:00
Anton Lavrenov
56ce8a89eb new test 2023-10-30 19:43:02 -05:00
iloabn
5d506ad2ff Custom transformer rotate cursor.
Add tests for and ability to change rotate anchor cursor for transformer
2023-07-06 14:22:24 +02:00
Anton Lavrenov
3e7d5ce7af new anchorStyleFunc for transformer. close #1552 2023-06-02 15:28:08 -05:00
Anton Lavrenov
e2964dc288 enable all tests 2023-03-23 16:56:50 -05:00
Anton Lavrenov
bfb6be6e6f simlify code a bit 2023-03-23 16:54:44 -05:00
D31T4
46e8c6f6b3 added test in transformer.nodes() 2023-03-02 23:42:21 +11:00
Anton Lavrenov
6fb7a0669d enable all tests 2022-12-20 13:36:38 -05:00
Anton Lavrenov
c29300e8cf fix transformer clone. close #1457 2022-12-17 10:24:49 -05:00
Clemens Grabmann
9cdbbd6616 #1387 make sure the Transformer affects the client-rect if it is attached
Signed-off-by: Clemens Grabmann <clemens.grabmann@cloudflight.io>
2022-08-11 10:20:30 +02:00
Anton Lavrenov
ab5c93e6ac Skip Konva.Transformer in container.getClientRect() calculations 2022-06-20 12:45:51 -05:00
Anton Lavrenov
fcf53dc138 remove rounding from getClientRect 2022-03-12 22:28:19 -05:00
Anton Lavrenov
a75fd53f0e fix transformstart event. close #1294 2022-03-08 11:00:28 -05:00
Anton Lavrenov
4dfdd6eeaf update CHANGELOG with new version 2021-11-15 08:27:41 -05:00
Anton Lavrenov
08c8a78451 fix fillPattern cache 2021-08-04 18:34:22 +07:00
Anton Lavrenov
0679643389 fix transformer bad behavior when back is dragged. close #1141 2021-07-01 12:39:22 +07:00
Anton Lavrenov
ddfff3f9f1 enable all tests 2021-06-29 11:48:30 +07:00
Anton Lavrenov
51371a8140 New property useSingleNodeRotation for Konva.Transformer 2021-06-29 11:44:22 +07:00
Anton Lavrenov
9ed1cd7009 fix transform cache issue. close #1116 2021-05-27 15:02:59 -05:00
Anton Lavrenov
dbe88946ed new flipEnabled property for Konva.Transformer. close #954 2021-05-06 15:36:32 -05:00
Anton Lavrenov
7bd5c62ee3 tests refactor, clean build 2021-05-05 09:19:24 -05:00
Anton Lavrenov
59956fe944 refactor tests 2021-05-03 17:09:18 -05:00