Commit Graph

71 Commits

Author SHA1 Message Date
Hexqi 477aa411da
v2.4.0 (#1287) 2025-04-07 19:49:11 +08:00
xuanlid 2610875287
fix: Modify some version issue (#1280) 2025-04-07 09:37:31 +08:00
Hexqi 40df6ee51c
v2.4.0-rc.0 (#1228) 2025-03-21 16:21:51 +08:00
chilingling c50c8aa7ab
feat: support npmmirror cdn (#1220) 2025-03-19 15:47:48 +08:00
xuanlid ee01af8ecb
feat: Modify the theme switching logic and add a new theme template to CLI. (#1143)
1.修改主题切换逻辑,默认值改成从注册表中的themes获取。
只有亮色和暗色两种默认主题的情况下,保持原来的逻辑,点击直接切换主题
用户添加了自定义主题,出现选择列表,在列表中切换主题
2.添加新主题模板
在终端中,用命令创建新主题,选择theme类型,添加主题模板,输入主题名称:demo-theme
在demo-theme下可以看到新创建的主题,cd demo-theme && pnpm i
将主题接入设计器
2025-03-13 11:26:47 +08:00
Hexqi 330c4d2b31
chore: update version v2.3.0 (#1192) 2025-03-07 14:06:33 +08:00
Hexqi 5ea78adea6
chore: update version v2.3.0-rc.0 (#1130) 2025-02-19 14:08:38 +08:00
chilingling 11f92442ee
feat: tinyvue grid slot generate code to template (#756) 2025-02-18 19:54:16 +08:00
xuanlid 1a5587783e
feat(theme): change incorrect css variables and delete the ‘less’ file (#1121) 2025-02-18 19:28:08 +08:00
lichunn 0a041e365e
feat:add theme switching plugin (#1070) 2025-02-18 17:06:24 +08:00
hexqi 1edcfade83
Merge branch 'refactor/develop' into release-v2.2.0-merge 2025-01-27 03:11:08 +08:00
Hexqi 34525174aa
v2.2.0 (#1084) 2025-01-26 18:59:19 +08:00
Hexqi b5789c51f4
v2.2.0-rc.1 (#1077)
* chore: add update template script

* chore: upgrade to 2.2.0-rc.1

* refactor: code refactor
2025-01-26 11:24:33 +08:00
chilingling 477c96aafa
feat: bump tiny-vue version (#1008) 2025-01-23 14:50:14 +08:00
yy fb467a714e
fix: update template bundle (#1048) (#1058) 2025-01-22 10:10:51 +08:00
chilingling dd8ae425bc
v2.2.0-rc.0 2025-01-16 19:38:44 -08:00
chilingling 04459f34e5
v2.2.0-beta.3 2025-01-16 19:14:26 -08:00
yy 9d0af81d81
fix: update template bundle (#1048) 2025-01-17 09:56:38 +08:00
chilingling 97efa2aa88
v2.2.0-beta.2 2025-01-16 17:35:50 -08:00
chilingling d2fc9b1b2a
v2.2.0-beta.1 2025-01-15 17:24:51 -08:00
chilingling e32b9b3ab5
v2.2.0-beta.0 2025-01-15 17:07:17 -08:00
rhlin ab4e7dc2ed
Feat router page embedded view toggle (#1010)
* feat(canvas, toolbar/view-setting): add router view setting view mode switcher, support embedded and standalone mode in canvas

* fix(canvas/render): fix switch locale failed

* feat(canvas): add window.onpopstate listener

* fix(toolbars/view-setting): fix init view mode value no fallback cause next view mode label error

* fix: using enum instead of multiple time literal string declaration, add fallback for cache value getter in toolbar, fix typo mistake

* fix: simplify return value using enum, remove unnecessary style code

* fix(toolbars/view-setting): fix package.json wrong repository directory
2025-01-10 16:48:53 +08:00
chilingling b38af9f2ac v2.1.0 2025-01-02 23:26:31 -08:00
Hexqi dc71923f4c fix: update cli template resolve preview error (#983)
更新 cli 模板
2025-01-02 23:26:31 -08:00
Hexqi a6b7892f98 chore: update version to 2.1.0-rc.0 (#947) 2025-01-02 23:26:31 -08:00
betterdancing 6b20d26bd5
fix(style-panel): resolve style-panel styles issue (#924)
1. 调整了tabsGroupConfigurator组件的一些颜色问题;
2. 修改所有大写的PX为小写;
3. 工具栏中调整屏幕大小的组件的弹窗内容样式全部丢失,重写了这部分样式;
4. TinyGrid组件的表格列编辑弹窗样式丢失,重写了这部分;
5. 属性面板和样式面板部分Label色值不对,统一修改;
6. 样式面板原有引用的部分颜色变量失效,重新替换;
2024-12-13 15:59:07 +08:00
wenmine e1806b3ec0
feat(theme): change datasource and setting panel theme variable
1. 对齐数据源、右侧属性面板的全部模块变量
2. 将数据源和属性面板部分文件里的变量滥用调整先调整为common变量
2024-12-13 11:36:42 +08:00
chilingling eee70e1796
v2.0.0 (#934) 2024-12-12 09:44:37 +08:00
lichunn 1dc492a755
fix: fix exportName mismatch (#929)
修复 TinyPopeditor 和 TinyBreadcrumb 物料配置错误的 bug
2024-12-06 17:05:30 +08:00
chilingling dee65eb9fc
v2.0.0-rc.4 2024-12-04 03:26:30 -08:00
lichunn c30de12191 fix:Popeditor configuration issue (#881) 2024-12-04 17:57:37 +08:00
chilingling 7a753ca917
fix: sync material to cli (#921) 2024-12-04 16:02:26 +08:00
chilingling 9e799e702a
v2.0.0-rc.3 2024-12-02 17:27:43 -08:00
chilingling 67330d419f
v2.0.0-rc.2 2024-11-11 04:08:31 -08:00
chilingling ea0440b4ed
v2.0.0-rc.1 2024-11-06 04:05:46 -08:00
yy d019814580
Refactoring useHttp to httpService (#886)
* refactor/http-service
2024-11-06 17:48:54 +08:00
chilingling d158fcd9aa
v2.0.0-rc.0 2024-10-30 22:49:04 -07:00
chilingling d283c5ad83
v2.0.0-alpha.6 2024-10-30 07:09:51 -07:00
chilingling 48687e8731
feat: editorInfo migrate to globalService (#702)
* feat: editorInfo migrate to globalService

* feat: change to signal event

* refactor: useApp migrate to globalService

* refactor: optimize globalService state structure

* feat: metaservice provide default apis: getState and setState

* feat: poc refactor

* feat: service poc improve

* feat: improve service definition

* feat: reduce the props exposed by service

* fix: rebase to latest code

* fix: change by review comment

* fix: change import name

* fix: use constant var instead of string

* fix: adjust import order

* fix: add unsubscribe logic

* change by review

* fix: change by review comment

* fix: add initTimeout check

---------

Co-authored-by: gene9831 <pacify.98@gmail.com>
2024-10-26 17:46:21 +08:00
chilingling add50e9750
v2.0.0-alpha.5 2024-10-23 04:59:25 -07:00
chilingling 14f9f41f9f
bump version 2024-10-15 02:12:55 -07:00
chilingling 0e8dc1faaa
fix: cli generate platform issue (#859)
1. 修复生成的平台模板仍然使用 useResourceAlias 配置的 bug
2. 修复生成的 package.json 未格式化的 bug
2024-10-15 09:16:34 +08:00
chilingling 20aba1ffa8
bump version 2024-10-11 00:54:30 -07:00
Gene fbb42d2dff
refactor: sync designer template (#836) 2024-09-30 15:39:21 +08:00
chilingling 046dca43fd
fix: add missing deps (#821) 2024-09-28 19:02:41 +08:00
chilingling f02d458cb6
bump deps version (#816) 2024-09-27 16:03:55 +08:00
chilingling ef2f8317e4
bump version (#813) 2024-09-24 20:53:04 +08:00
Hexqi 8213973508
chore: sync dev to refactor (#808)
* fix(mockServer): mockServer page preview can't render element-plus element (#503)

* fix(style): fix render error caused by inline style breaks (#526)

* fix(metaComp): fix bug where metaHtmlText could set value to incorret schema children (#473)

* fix(vue-generator): fix globalstate codegen error (#547)

* fix(material): add componentsMap to app Schema after material build (#527)

* fix: slot params missing double quote (#605)

* fix: slot params missing double quote

* fix: exclude nodemodule test case

* fix: 修复onMouseover拼写错误 (#662)

* fix: esbuild install failed on node v16 (#668)

* fix: esbuild install failed on nodev16

* fix: esbuild install failed on nodev16

* fix: builtin components can't generate import statement with genSFCWithDefaultPlugin method (#656)

* 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

* fix(preview): multiple nested blocks cannot preview #663 (#665)

* fix(material): add missing componentsMap to mockServer (#701)

* fix(setting): fix bindEvent dialog visible can't work on tinyvue 3.17 (#715)

* 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

* docs: update milestone (#728)

* docs: update milestone

* fix: tab

* fix: abaolute canvas init inlineStyle should be string (#730)

* fix(download): Optimize download logic and adapt to iframe (#739)

* fix(download): Optimize download logic and adapt to iframe

* feat(cdn): change cdn from onmicrosoft to unpkg (#750)

* fix: 隐藏画布根节点的包裹元素的操作选项 (#492)

* 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>

* fix: reset spacing cannot generate correct source code (#657)

* fix: jsx slot modelvalue can't update value (#734)

* fix: jsx slot modelvalue can't update value

* fix: add unit test for updateModel event

* fix(canvas): absolute dnd update position to schema. close #664 (#751)

* fix(generate-vue):修复出码文件选择界面打包后样式丢失问题 (#789)

Co-authored-by: wangwenbing <11535041@qq.com>

* fix(stylePanel): fix setting border-radius could not work on first time (#481)

* fix(common): fix verify required (#787)

* fix: mixed lifeCyclesContent when empty lifecycles (#810)

close #806
修复生命周期为空时,取当前页面schema生命周期值的 bug

---------

Co-authored-by: chilingling <26962197+chilingling@users.noreply.github.com>
Co-authored-by: yeser <631300329@qq.com>
Co-authored-by: wenmine <wwmmail@foxmail.com>
Co-authored-by: Gene <Pacify.98@gmail.com>
Co-authored-by: yaoyun8 <142570291+yaoyun8@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: bwrong <ibwrong@foxmail.com>
Co-authored-by: wangwenbing <11535041@qq.com>
Co-authored-by: Xie Jay <xiejay97@gmail.com>
2024-09-24 20:14:30 +08:00
chilingling 80a36d656a
bump alpha version (#793)
* bump alpha version

* fix: add public access config

* bump version 2.0.0-alpha.1
2024-09-09 23:59:44 +08:00
Hexqi 591ff8e171
refactor: rename plugin name (#771)
规范插件包名称
工具栏generate-vue插件改名为 generate-code(不限定生成vue代码,传入不同的出码服务可以生成不同技术栈代码)
状态管理插件plugin-data改名为plugin-state,更符合语义
工具栏锁定插件toolbar-checkinout改名为 toolbar-lock,更易理解(当前图标早已切换为lock,而不是之前的checkin和checkout)
2024-09-03 14:11:05 +08:00