TinyEngine支持使用外部的图标资源库,实现图标的配置、画布展示、出码预览等能力 #3

Open
yangpengfei wants to merge 28 commits from yangpengfei/tiny-engine:plugins into develop

28 Commits

Author SHA1 Message Date
YPF 750fa7418d feat: 自定义图标方案 2024-11-02 19:37:54 +08:00
YPF edb54b8c7e feat: 自定义图标方案 2024-11-02 19:26:17 +08:00
YPF ccb369af59 feat: 新增物料-图标模块 2024-10-21 15:22:03 +08:00
chilingling 5fa99f8a8e
fix(stylePanel): fix setting border-radius could not work on first time (#481) 2024-09-13 16:16:44 +08:00
bwrong 603be3bdb9
fix(generate-vue):修复出码文件选择界面打包后样式丢失问题 (#789)
Co-authored-by: wangwenbing <11535041@qq.com>
2024-09-11 11:06:43 +08:00
chilingling 50f968f27d
fix(canvas): absolute dnd update position to schema. close #664 (#751) 2024-09-10 10:08:50 +08:00
chilingling 9ccfc9fa8a
fix: jsx slot modelvalue can't update value (#734)
* fix: jsx slot modelvalue can't update value

* fix: add unit test for updateModel event
2024-09-05 11:39:49 +08:00
chilingling c35c34e036
fix: reset spacing cannot generate correct source code (#657) 2024-09-03 15:02:37 +08:00
yaoyun8 76c23b767b
fix(script): translate log (#549)
* fix: translate log

* Update scripts/connection.mjs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update scripts/connection.mjs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update scripts/connection.mjs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-08-24 21:46:45 +08:00
Gene c218724543
fix: 隐藏画布根节点的包裹元素的操作选项 (#492) 2024-08-24 21:43:53 +08:00
chilingling 871463f185
feat(cdn): change cdn from onmicrosoft to unpkg (#750) 2024-08-24 20:46:37 +08:00
wenmine 59eaf035bb
fix(download): Optimize download logic and adapt to iframe (#739)
* fix(download): Optimize download logic and adapt to iframe
2024-08-16 10:30:47 +08:00
chilingling 1ed91983b0
fix: abaolute canvas init inlineStyle should be string (#730) 2024-08-13 10:14:56 +08:00
Hexqi a442108e2b
docs: update milestone (#728)
* docs: update milestone

* fix: tab
2024-08-07 09:42:28 +08:00
wenmine 3a204624af
feat(download-code): support download zip for not support browsers (#703)
* feat(download-code): support download zip for not support browsers

* feat(download-code): support download zip for not support browsers - review

* feat(download-code): support download zip for not support browsers - review
2024-08-06 14:54:32 +08:00
chilingling 0d36f2d344
fix(setting): fix bindEvent dialog visible can't work on tinyvue 3.17 (#715) 2024-07-29 14:36:18 +08:00
chilingling a383421c38
fix(material): add missing componentsMap to mockServer (#701) 2024-07-23 19:10:35 +08:00
chilingling fd164a1cd2
fix(preview): multiple nested blocks cannot preview #663 (#665) 2024-07-22 16:28:30 +08:00
chilingling fec563dda3
fix: esbuild install failed on nodev16 (#671)
* fix: esbuild install failed on nodev16

* fix: esbuild install failed on nodev16

* fix: remove deps on root pkg.json
2024-07-22 16:14:26 +08:00
chilingling 732bed9795
fix: builtin components can't generate import statement with genSFCWithDefaultPlugin method (#656) 2024-07-22 15:17:17 +08:00
chilingling 2c27f9141a
fix: esbuild install failed on node v16 (#668)
* fix: esbuild install failed on nodev16

* fix: esbuild install failed on nodev16
2024-07-22 10:55:37 +08:00
yeser 66268d3ec3
fix: 修复onMouseover拼写错误 (#662) 2024-07-19 17:45:52 +08:00
chilingling e651dffa2b
fix: slot params missing double quote (#605)
* fix: slot params missing double quote

* fix: exclude nodemodule test case
2024-07-05 17:36:09 +08:00
chilingling 91d3ae108c
fix(material): add componentsMap to app Schema after material build (#527) 2024-07-05 14:03:32 +08:00
chilingling 277be2f11e
fix(vue-generator): fix globalstate codegen error (#547) 2024-07-05 11:06:11 +08:00
chilingling 2c478ce391
fix(metaComp): fix bug where metaHtmlText could set value to incorret schema children (#473) 2024-06-27 20:41:07 +08:00
chilingling c341f4c2c5
fix(style): fix render error caused by inline style breaks (#526) 2024-06-27 20:40:51 +08:00
chilingling 858e178af6
fix(mockServer): mockServer page preview can't render element-plus element (#503) 2024-05-27 19:19:29 +08:00