Commit Graph

81 Commits

Author SHA1 Message Date
Hexqi db1033835e
v2.5.0 (#1399)
* v2.5.0
2025-05-14 20:29:24 +08:00
chilingling 700103ccd4
v2.5.0-rc.5 (#1388) 2025-05-13 10:02:32 +08:00
chilingling 37ad17e95e
v2.5.0-rc.4 (#1379) 2025-05-12 09:06:44 +08:00
chilingling 013b35fe3b
v2.5.0-rc.3 (#1374) 2025-05-08 21:25:48 +08:00
chilingling 684832b3ac
v2.5.0-rc.2 (#1360) 2025-05-06 21:04:02 +08:00
chilingling ac0bda73e0
v2.5.0-rc.1 (#1355) 2025-05-06 16:28:27 +08:00
Hexqi 16a21f18c8
v2.5.0-rc.0 (#1346) 2025-04-28 21:05:00 +08:00
chilingling 44240586ef
fix: localImportMap not works (#1242) 2025-04-28 20:48:58 +08:00
chilingling f5707c3793
v2.5.0-alpha.2 (#1315) 2025-04-17 11:13:51 +08:00
chilingling 607292039c
feat: keep same appid both mock server and java server (#1249) 2025-04-14 15:03:46 +08:00
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