Commit Graph

2010 Commits

Author SHA1 Message Date
gtktsc
a622479674 fix: fix align in text path 2023-03-22 21:58:00 +01:00
Anton Lavrenov
0a90828633 update CHANGELOG with new version 2023-01-20 10:53:49 -05:00
Anton Lavrenov
322b821efb update CHANGELOG with new version 2023-01-19 18:42:25 -05:00
Alexis Fontaine
65b76a2776 Handle adding empty arrays to a container 2023-01-14 17:07:01 +01:00
Anton Lavrenov
e3f1d1c95b fix incorrect display when no fill or stroke 2023-01-05 23:43:35 -05:00
iaosee
e04cabfb45 fix: 🐛 fix test failed 2022-12-21 23:57:42 +08:00
iaosee
2d8e30085c feat: The Image adds rounded corner support 2022-12-19 23:46:01 +08:00
Anton Lavrenov
c29300e8cf fix transformer clone. close #1457 2022-12-17 10:24:49 -05:00
iaosee
ac49b05829 refactor: add type declare for methods of Context 2022-12-14 13:38:25 +08:00
iaosee
0744aac409 fix: 🐛 hex color string supports four/eight-value syntax 2022-12-04 21:16:27 +08:00
Anton Lavrenov
763a7be0f9 fix more docs 2022-11-16 22:25:11 -05:00
Anton Lavrenov
3786404f71 fix docs. clsoe #1426 2022-11-16 22:18:46 -05:00
Anton Lavrenov
e79d6de4a4 release canvas on destroy 2022-11-09 13:26:58 -05:00
Dmitry Zarva
d03b31f6ce fix: release cache canvas elements in Node.clearCache() 2022-11-07 16:17:46 +03:00
Dmitry Zarva
0f00aa9401 fix: fixes releasing hit canvas on Layer destroy 2022-11-07 15:02:15 +03:00
Dmitry Zarva
c4c7c6c60b feat: add releaseCanvasOnDestroy flag 2022-11-07 09:19:29 +03:00
Dmitry Zarva
e7b2bd6d15 fix: fixes canvas resources release (useful for getting rid of the canvas memory leaks on iOS) 2022-10-31 20:27:32 +03:00
gloryyin
4e89618a78 feature: add native context types 2022-10-08 02:50:32 +08:00
Anton Lavrenov
bc0219700a use non passive listeners. close#1382 2022-10-03 11:59:11 -05:00
Anton Lavrenov
3e749e1ea8 Add willReadFrequently. close #1417 2022-10-03 11:58:49 -05:00
VelociRaptor
fc0469f80f Update Node.ts 2022-10-02 21:38:00 +05:30
Anton Lavrenov
25b3fe2db0 Merge branch 'master' of github.com:konvajs/konva into master 2022-09-21 11:00:28 -05:00
Anton Lavrenov
a1d3586e1e remove unused attribute from ring. close #1406. 2022-09-21 11:00:21 -05:00
gloryyin
ce32a3240e fix: fix parsing rgba error 2022-09-10 14:44:33 +08:00
Anton Lavrenov
7eef552637 update CHANGELOG with new version 2022-08-29 09:38:49 -05:00
Anton Lavrenov
08498ab463 Merge branch 'master' of github.com:konvajs/konva into master 2022-08-19 17:48:46 -05:00
Anton Lavrenov
63d2aceaa7 allow reset component attributes via overloader 2022-08-19 17:48:03 -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
Nguyen Huu Kim
6f9c3fcbf9 fix(TextPath): comparison is always false pathCmd === {} 2022-08-09 09:57:26 +07:00
Tim de Koning
f6d077b3ec - Allow all TypedArrays
- Validator should not crash when TypedArray is not available
2022-08-08 15:55:43 +02:00
Tim de Koning
01134dcf2a Allow line points to be of type TypedArray. 2022-08-08 12:19:47 +02:00
Anton Lavrenov
05c98fa463 fix wront mouseleale trigger after drag is finished. close #1374 2022-08-05 10:57:36 -05:00
Anton Lavrenov
ba2fe1b907 Revert "Revert "make sure preventDefault() is not called on touchend-events per default"" 2022-08-05 10:33:04 -05:00
Anton Lavrenov
e06d3b85b9 fix label position on attributes changes 2022-08-05 10:21:48 -05:00
Anton Lavrenov
0f8f2f4548 little refactor 2022-08-05 10:07:22 -05:00
gloryyin
40267e0d44 fix: add ellipsis for last line 2022-08-01 02:33:41 +08:00
Anton Lavrenov
ae94f3e59e Revert "make sure preventDefault() is not called on touchend-events per default" 2022-07-30 21:44:38 -05:00
Anton Lavrenov
e8a9a8b7c3 Merge pull request #1372 from cloudflightio/cg/touch_click_propagation
make sure `preventDefault()` is not called on touchend-events per default
2022-07-30 21:42:51 -05:00
Clemens Grabmann
525f4f43ef make sure preventDefault() is not called on touchend-events per default
* calling `preventDefault()` on touch-events prevents the browser from creating and dispatching the click-event which results in click-listeners of parent dom-nodes not executing even though its expected

Signed-off-by: Clemens Grabmann <clemens.grabmann@cloudflight.io>
2022-07-25 17:54:28 +02:00
Austin S
c5f24966e2 Added toBlob. Added Promise return to toImage. 2022-07-21 16:35:57 -07:00
Anton Lavrenov
ab5c93e6ac Skip Konva.Transformer in container.getClientRect() calculations 2022-06-20 12:45:51 -05:00
Maritaria
1283e5f309 Declare config type for Group node 2022-05-27 12:41:09 +02:00
Anton Lavrenov
81cf46c18a Merge pull request #1324 from cloudflightio/master
Fix math in Transform.setAbsolutePosition
2022-04-13 16:15:16 -05:00
Jakob Fischl
31c4155a01 remove incorrect implementation of Transform.setAbsolutePosition 2022-04-12 16:13:20 +02:00
Anton Lavrenov
e88ed2c28c imageSmoothingEnabled for export functions. close #1320 2022-04-11 18:20:09 -05:00
Anton Lavrenov
a863db9580 update CHANGELOG with new version 2022-03-21 13:49:55 -05:00
Anton Lavrenov
aaa6f93f38 update CHANGELOG with new version 2022-03-13 08:08:37 -05:00
Anton Lavrenov
831288e4c3 Merge branch 'master' into getClientRect-no-rounding 2022-03-12 22:57:20 -05:00
Anton Lavrenov
eaf67ad9c4 fix typo 2022-03-12 22:50:05 -05:00
Anton Lavrenov
0e267368fb Merge branch 'master' of https://github.com/VanquishedWombat/konva into VanquishedWombat-master 2022-03-12 22:49:46 -05:00