Commit Graph

888 Commits

Author SHA1 Message Date
Anton Lavrenov
cdd61d7179 fix pointerleave bubbling 2025-06-05 16:13:49 -05:00
tbo47
88e3d2a088 var let const 2025-04-04 13:01:18 +00:00
Anton Lavrevov
a29157a528 FINALLY FIX THAT DAMN NODE TEST! 2025-04-03 17:21:13 -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
Anton Lavrevov
f32a416e03 Fixed tween destroy memory leak. close #1898 2025-03-28 13:08:04 -05:00
Anton Lavrevov
fd77f305d1 fix buffer usage in export for stage and layer. fix #1903 2025-03-28 12:52:40 -05:00
Anton Lavrevov
bdd43b239c fix test 2025-03-20 14:27:08 -05:00
Anton Lavrevov
1fb391d551 better text calculations on ellipsis config 2025-03-20 14:26:01 -05:00
Anton Lavrevov
48ce5e9712 fix memory leak. close #1896 2025-03-12 07:48:47 -07: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 Lavrevov
adba0073e3 fixes in emoji rendering 2024-12-23 12:29:30 -05:00
Anton Lavrevov
c23e8f9b6b fix tests in node.js 2024-12-23 09:46:43 -05:00
Anton Lavrevov
7e174b075c adjust tests 2024-12-23 09:25:58 -05:00
Anton Lavrevov
855e7fa40d Fix emoji rendering with letterSpacing. close #1642 2024-12-16 19:46:41 -05:00
Anton Lavrevov
00ee0846d5 fix arrow.getClientRect() calculations. fix #1851 2024-12-01 19:18:41 -06:00
lavrton
9322bfaa80 fix line-through for justify. close #1846 2024-11-05 16:02:04 -05:00
lavrton
5cdde09fb5 fix freeze on ios. close #1843 2024-10-21 18:12:39 -05:00
Anton Lavrenov
d1704e5d75 fix letter spacing for Hindi text 2024-09-09 11:30:00 -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
Anton Lavrenov
bb5275f9d1 measureText fallback 2024-07-05 13:24:38 -05:00
Anton Lavrenov
83523ecc6f fix transform on double touch, fix #1767 2024-06-20 09:59:21 -05:00
Anton Lavrenov
8be222e80e Fix svg path.getPointAtLength(). fix #1766 2024-06-12 16:12:20 -05:00
Anton Lavrenov
d95ff79964 fix shape.getClientRect() when a parent is cached, fix #1759` 2024-06-12 12:21:10 -05:00
Anton Lavrenov
07bdf49bfd fix underline for experimental render 2024-05-20 19:23:37 -05:00
Anton Lavrenov
7d5ba3e429 rename fix apply 2024-05-15 21:10:03 -05:00
Anton Lavrenov
0ec3425d99 possible fix for all our text problems 2024-05-15 20:35:26 -05:00
Anton Lavrenov
fdd0e64aad add failing test 2024-05-15 15:36:03 -05:00
Anton Lavrenov
88861b3ec6 fix click event flow a little. close #1755 2024-05-15 14:10:24 -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
eb4e2b4fef fix cliping with zero size. close #1723 2024-03-03 10:42:25 +07:00
Anton Lavrenov
4da037a2fa Another fix for exporting buffered shapes 2024-02-09 11:44:32 -05:00
Anton Lavrenov
0d502baccd fix buffer export 2024-01-17 19:12:49 -05:00
Anton Lavrenov
a1660e1ccb fix filters work. close #1697 2024-01-05 10:55:28 -05:00
CPatchane
467147b4c7 Add support for ctx.roundRect
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect
2023-12-28 14:50:32 +01:00
kawamataryo
353a51dae4 fixed toBlob to specify mineType and quality. close #1674 2023-11-24 19:30:41 +09: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
Anton Lavrenov
23cbea2dc5
Merge pull request #1637 from xkxx/master
feat: Add basic support for RTL text direction.
2023-09-21 10:14:11 -05:00
xkxx
ddba4d6db2 Add tests for rtl text direction. 2023-09-19 22:09:10 +00:00
Anton Lavrenov
99334e197a typescript fixes 2023-09-09 16:39:57 -05:00
Anton Lavrenov
f6bcbb7c8f additional fix 2023-09-04 11:55:28 -05:00
Anton Lavrenov
f39c57d000 fix text rendering. fix #1634 2023-09-04 11:38:45 -05:00
Anton Lavrenov
d33b8e944b more strict typescript 2023-08-28 09:23:57 -05:00
Anton Lavrenov
cd2e17338a docs and types 2023-08-26 20:36:40 -05:00
Anton Lavrenov
4e28e1a322 Merge branch 'master' of github.com:konvajs/konva into master 2023-07-26 12:10:07 -05:00
Anton Lavrenov
830771cc2c release action 2023-07-26 12:10:00 -05:00