Commit Graph

682 Commits

Author SHA1 Message Date
chilingling 36a9e97359
feat: del old dsl export function (#1434) 2025-05-28 15:09:35 +08:00
xuanlid 8d16ac6b60
fix: selectConfigurator multi, text is not display (#1439) 2025-05-28 14:22:58 +08:00
chilingling ff26ad6a36
feat: add ElDatePicker Material (#1413) 2025-05-28 11:43:14 +08:00
chilingling 6203242573
feat: support config pageTitle update (#1356) 2025-05-28 11:21:35 +08:00
chilingling b63169431c
feat: gen code support attr with function (#1369) 2025-05-28 11:20:07 +08:00
chilingling 8b91cf12ce
fix: del cur page still request current page again caught error (#1432) 2025-05-28 11:15:24 +08:00
xuanlid 0d35f481ae
fix: Modify UI review comments (#1426) 2025-05-28 11:15:03 +08:00
chilingling 199c5a883f
fix: template node can not find correct parent node (#1419) 2025-05-27 16:14:43 +08:00
lisong 3204abc229
fix: computational properties increase fault tolerance (#1436) 2025-05-26 21:08:08 +08:00
Gene 14b86d40dc
feat: enhance PageTree component with collapse and scroll function (#1366)
* feat: enhance Tree component with collapse functionality and improve visibility handling

* feat(Tree): 添加页面折叠图标切换功能,优化图标显示逻辑

* feat(Tree): 更新图标切换逻辑,使用新图标集替代旧图标
2025-05-24 10:55:52 +08:00
Jason 9ed2dad7f4
Fix:物料物块详情导入的panel API不存在,替换为可用的API名 (#1319)
* Fix:物料物块详情导入的panel API不存在,替换为可用的API名
2025-05-24 09:07:40 +08:00
xuanlid b011de167c
feat: Modify the beginner guide and help question mark prompt text (#1404) 2025-05-23 16:16:07 +08:00
xuanlid 29799b7693
feat:replace materials icon (#1424) 2025-05-23 10:26:23 +08:00
chilingling 2998576183
chore: del redundant deps (#1412) 2025-05-20 14:03:13 +08:00
Ziwen 725621c496
chore: update vite plugins to use new API (#1418) 2025-05-20 13:48:58 +08:00
zzerX 909457a119
fix(vue-generator): 优化区块引用路径,解决多层级路由问题 #1414 (#1415)
* fix(vue-generator): 优化区块引用路径,解决多层级路由问题

将 vue-generator 包中区块的相对路径从 '../components/' 统一修改为 '@/components/',
解决了多层级路由场景下区块引用路径不一致的问题。这个改动确保了在不同层级的页面中,
区块组件都能被正确引用和加载。

* test(vue-generator): Add test cases to verify the use of block-relative paths

添加新的测试用例 `case07`,用于验证在 Vue SFC 生成器中区块的相对路径是否正确解析为 `@/components/`。测试用例包括组件映射、页面 schema 和预期输出文件。
2025-05-19 20:19:30 +08:00
chilingling bff830a296
chore: del logout toolbar plugin (#1410) 2025-05-17 09:26:47 +08:00
xuanlid 6e3a4839fe
docs: add document img (#1406) 2025-05-16 01:13:33 +08:00
chilingling 85c6464933
docs: add localCDN precaution tips (#1395) 2025-05-15 15:43:42 +08:00
xuanlid c8912e7e31
docs: add feature documents (#1372) 2025-05-15 15:43:01 +08:00
xuanlid 653f94d4d6
feat: replace docs img (#1275) 2025-05-15 15:37:13 +08:00
chilingling cbf580370a
docs: update useMaterial api docs (#1389) 2025-05-15 09:07:02 +08:00
lisong 2dbade3098
fix: remove warning infos (#1391)
* fix: remove warning infos
2025-05-15 08:58:49 +08:00
chilingling 09f053bd1d
Merge pull request #1403 from opentiny/release/v2.5.x
Release/v2.5.x
2025-05-14 20:51:33 +08:00
Hexqi db1033835e
v2.5.0 (#1399)
* v2.5.0
2025-05-14 20:29:24 +08:00
xuanlid 7aded597d8
fix: Modify popeditor grid-op (#1402) 2025-05-14 17:48:24 +08:00
xuanlid db8de41910
fix: Modify numeric controls-position (#1401)
* fix: Modify numeric controls-position
2025-05-14 17:48:12 +08:00
xuanlid dd17d735b6
fix: delete properties (#1397) 2025-05-14 16:11:18 +08:00
lisong 233ec2a75b
fix: select the effect after adding containers in batches (#1375) 2025-05-14 15:18:58 +08:00
lisong d8d8c43933
fix: switch pages when panel is fixed, panel closes (#1393) 2025-05-14 11:13:45 +08:00
chilingling 79d8533dfe
fix: bindEvent lose function async descriptor (#1396) 2025-05-14 10:50:34 +08:00
xuanlid 99d5f1673f
fix: global style:Styling disorder (#1398) 2025-05-14 10:37:58 +08:00
chilingling eff1586c72
fix: del Timeline layout setting (#1329) 2025-05-13 17:23:34 +08:00
chilingling da36e498dd
feat: add sourcemap for all plugins (#1380) 2025-05-13 17:08:42 +08:00
chilingling 700103ccd4
v2.5.0-rc.5 (#1388) 2025-05-13 10:02:32 +08:00
lisong e9ea5b8167
fix: copy pop-up modal logic displays abnormally (#1365)
修复:点击复制页面,弹出"您即将复制的页面有更改未保存,是否确定跳过更改直接复制?",但复制页面并没有更改未保存
2025-05-12 21:26:51 +08:00
xuanlid 646fc1a6be
fix: Modify the page to save console error (#1371) 2025-05-12 19:43:22 +08:00
lisong ff4baccec3
fix: added plugins are not displayed (#1373)
* fix: added plugins are not displayed
2025-05-12 10:42:05 +08:00
chilingling 37ad17e95e
v2.5.0-rc.4 (#1379) 2025-05-12 09:06:44 +08:00
chilingling ac87d46fef
fix: normalize path to support window (#1378) 2025-05-09 20:19:00 +08:00
chilingling c289ae316f
fix: canvas can not find assert polyfill (#1376) 2025-05-09 14:41:17 +08:00
chilingling 013b35fe3b
v2.5.0-rc.3 (#1374) 2025-05-08 21:25:48 +08:00
chilingling 5bd71a0d81
fix: switch to new page failed after copy page (#1361) 2025-05-08 21:16:14 +08:00
xuanlid 31614444d1
fix: restore page error and refresh historical backup list (#1368)
* fix: Restore page error
2025-05-08 21:09:36 +08:00
chilingling f693484d42
fix: escape vite parse import.meta.env var on build phrase (#1364) 2025-05-07 15:52:15 +08:00
chilingling 684832b3ac
v2.5.0-rc.2 (#1360) 2025-05-06 21:04:02 +08:00
lisong e657d2d542
fix: remove the throw error message statement (#1358)
* fix: remove the throw error message statement
2025-05-06 19:59:49 +08:00
chilingling ac0bda73e0
v2.5.0-rc.1 (#1355) 2025-05-06 16:28:27 +08:00
chilingling 45470ae191
fix: add path deps (#1354) 2025-05-06 15:12:30 +08:00
xuanlid dea9e8c4f1
docs: add route/outline-tree document (#1336) 2025-04-30 15:40:33 +08:00