Commit Graph

879 Commits

Author SHA1 Message Date
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
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
72cbc8d289 little optimize 2023-06-05 10:25:36 -05:00
Anton Lavrenov
d410ceee24 Merge branch 'am/add-fill-and-clip-options-support' of https://github.com/alesmenzel/konva into alesmenzel-am/add-fill-and-clip-options-support 2023-06-05 10:17:19 -05:00
Anton Lavrenov
575ad1d76d add perf test 2023-06-05 10:16:28 -05:00
Anton Lavrenov
3e7d5ce7af new anchorStyleFunc for transformer. close #1552 2023-06-02 15:28:08 -05:00
Anton Lavrenov
2550a34754 fix node test 2023-05-14 07:47:48 -06:00
Anton Lavrenov
a1fd371603 fix tests 2023-05-14 07:42:00 -06:00
Anton Lavrenov
e6ecd4399b update CHANGELOG with new version 2023-05-14 07:31:29 -06:00
Ales Menzel
95048b5086 support context.clip(...) and context.fill(...) Path2D and fill-rule options 2023-05-02 17:27:45 +02:00