Commit Graph

3599 Commits

Author SHA1 Message Date
iaosee
b10daa43cc Merge remote-tracking branch 'upstream/master' into image-corner-radius 2022-12-21 22:38:49 +08:00
Anton Lavrenov
1fd9a10437 Merge branch 'image-corner-radius' of https://github.com/iaosee/konva into iaosee-image-corner-radius 2022-12-20 13:41:00 -05:00
Anton Lavrenov
6fb7a0669d enable all tests 2022-12-20 13:36:38 -05:00
iaosee
2d8e30085c feat: The Image adds rounded corner support 2022-12-19 23:46:01 +08:00
Anton Lavrenov
3a40917e32 Merge branch 'master' of github.com:konvajs/konva into master 2022-12-17 11:27:28 -05:00
Anton Lavrenov
4604126b57 fix build 2022-12-17 11:27:22 -05:00
Anton Lavrenov
57996b818c
Update test-browser.yml 2022-12-17 11:21:24 -05:00
Anton Lavrenov
c29300e8cf fix transformer clone. close #1457 2022-12-17 10:24:49 -05:00
Anton Lavrenov
066fec0248
Merge pull request #1462 from iaosee/master
add type declare for methods of Context
2022-12-14 08:37:37 -05:00
iaosee
c2b75852a0
Merge branch 'konvajs:master' into master 2022-12-14 15:15:55 +08:00
iaosee
ac49b05829 refactor: add type declare for methods of Context 2022-12-14 13:38:25 +08:00
Anton Lavrenov
e89d362be4
Merge pull request #1459 from iaosee/master
Hex color string parsing supports four-value syntax and eight-value syntax.
2022-12-05 08:05:39 -05: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
20a91feaa3 update cdn link 2022-11-09 13:29:01 -05:00
Anton Lavrenov
b0039a431d build for 8.3.14 2022-11-09 13:29:00 -05:00
Anton Lavrenov
fb1e74c10f update CHANGELOG with new version 2022-11-09 13:28:41 -05:00
Anton Lavrenov
4a273df683 Merge branch 'zarv1k-release-canvas' into master 2022-11-09 13:27:05 -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
Anton Lavrenov
578191d5d4
Merge pull request #1422 from yinguangyao/master
feature: add native context types
2022-10-10 11:35:40 -05:00
gloryyin
4e89618a78 feature: add native context types 2022-10-08 02:50:32 +08:00
Anton Lavrenov
c7857d7e2b update cdn link 2022-10-03 12:12:00 -05:00
Anton Lavrenov
336fac3c7e build for 8.3.13 2022-10-03 12:12:00 -05:00
Anton Lavrenov
4e45d43459 update CHANGELOG with new version 2022-10-03 12:11:41 -05:00
Anton Lavrenov
4f6928c1e7 testing 2022-10-03 12:03:00 -05: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
Anton Lavrenov
27a2c31d66
Merge pull request #1418 from HexM7/patch-1
Fix number primitive type in node
2022-10-03 11:38:24 -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
Anton Lavrenov
99180601fc
Merge pull request #1397 from yinguangyao/master
fix: fix parsing rgba error
2022-09-12 16:18:52 -05:00
gloryyin
ce32a3240e fix: fix parsing rgba error 2022-09-10 14:44:33 +08:00
Anton Lavrenov
fe69f7c0ad update cdn link 2022-08-29 09:39:08 -05:00
Anton Lavrenov
9d2d673305 build for 8.3.12 2022-08-29 09:39:08 -05: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
3e58b8bfea changes 2022-08-19 17:48:39 -05:00
Anton Lavrenov
63d2aceaa7 allow reset component attributes via overloader 2022-08-19 17:48:03 -05:00
Anton Lavrenov
8826d5fff6
Merge pull request #1388 from cloudflightio/cg/1387/fix_transformer_client_rect
#1387 make sure the Transformer affects the client-rect if it is attached
2022-08-11 11:36:13 -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
2ce5f23c3b
Merge pull request #1385 from kimyvgy-forks/fix
fix(TextPath): comparison is always false `pathCmd === {}`
2022-08-09 10:00:11 -05:00
Anton Lavrenov
94ac6f3684 Merge branch 'master' of github.com:konvajs/konva into master 2022-08-09 09:47:53 -05:00
Anton Lavrenov
553cd2e262 update deps, fix tests 2022-08-09 09:47:48 -05:00
Nguyen Huu Kim
6f9c3fcbf9 fix(TextPath): comparison is always false pathCmd === {} 2022-08-09 09:57:26 +07:00