Commit Graph

  • a75375c55d Deploy to GitHub pages gh-pages github-actions[bot] 2026-07-30 09:19:29 +00:00
  • cc34891bb2 chore: update lockfile v1.8.0-beta.20 master v1.8.0-beta.20 dev roymondchen 2026-07-30 17:12:04 +08:00
  • 0ea5568fec chore: release v1.8.0-beta.20 roymondchen 2026-07-30 17:10:43 +08:00
  • 4bbda354a9 feat(editor,dep): collectIdle 使用常驻 Web Worker 做依赖收集 roymondchen 2026-07-30 17:03:48 +08:00
  • aa42144738 fix(editor): 修复删除页面/页面片时画布被误清空的问题 roymondchen 2026-07-30 15:38:27 +08:00
  • c4b98e3257 refactor(test): 移除 editor 单元测试中冗余的 vi.mock 覆盖 roymondchen 2026-07-30 14:58:36 +08:00
  • b85eaa9452 refactor(utils): 新增 isPageOrFragment 统一页面与页面片判断 roymondchen 2026-07-30 14:55:36 +08:00
  • 21baf58cda chore: update lockfile v1.8.0-beta.19 v1.8.0-beta.19 roymondchen 2026-07-28 16:54:06 +08:00
  • 4923a34835 chore: release v1.8.0-beta.19 roymondchen 2026-07-28 16:52:20 +08:00
  • b7c04edcd5 feat(form): 新增 validateOnInit,默认关闭初始化时自动校验 roymondchen 2026-07-28 16:45:42 +08:00
  • 2116408bd4 chore: update lockfile v1.8.0-beta.18 v1.8.0-beta.18 roymondchen 2026-07-28 16:22:15 +08:00
  • a342a78313 chore: release v1.8.0-beta.18 roymondchen 2026-07-28 16:16:20 +08:00
  • 3fe9cf9b66 fix(editor): 修复 IdleTask 任务异常或 clearTasks 时队列卡住的问题 roymondchen 2026-07-28 15:32:58 +08:00
  • a123747e9d feat(form): 支持 typeMatch 异步校验与 validator 返回值约定 roymondchen 2026-07-28 15:32:48 +08:00
  • e4d4a11240 style(design,editor): 调整卡片间距 roymondchen 2026-07-28 15:32:09 +08:00
  • 4ffda3ddd5 chore: update lockfile v1.8.0-beta.17 v1.8.0-beta.17 roymondchen 2026-07-27 17:40:24 +08:00
  • a0b5702330 chore: release v1.8.0-beta.17 roymondchen 2026-07-27 17:39:05 +08:00
  • e6cf694a03 feat(editor,stage): 新增 containerHighlightAddOnly 配置 roymondchen 2026-07-27 17:22:13 +08:00
  • be7b38f97e style(design,editor,form): 事件模块处理 & 卡片样式调整 manmanyu 2026-07-27 08:55:36 +00:00
  • dec4ebfa20 fix(form,table): groupList分界线、空状态、actions只存在一个 manmanyu 2026-07-27 06:52:18 +00:00
  • 596d86f2ab fix(table): 列操作点击后关闭popover roymondchen 2026-07-27 12:51:08 +08:00
  • b564c9e4aa fix(editor): 切换动作类型时清空关联配置字段 roymondchen 2026-07-24 17:17:55 +08:00
  • b5abf31066 fix(editor): 修复 collectIdle 批次结算与中断时 Promise 挂起问题 roymondchen 2026-07-24 17:17:55 +08:00
  • bf8df74864 fix(form): 完善 mountFormInstance 清理逻辑,避免临时表单实例泄漏 roymondchen 2026-07-24 16:51:42 +08:00
  • a37e0487c6 chore: update lockfile v1.8.0-beta.16 v1.8.0-beta.16 roymondchen 2026-07-23 22:12:42 +08:00
  • 329cd947e1 chore: release v1.8.0-beta.16 roymondchen 2026-07-23 22:11:18 +08:00
  • 0e1986c819 feat: 参考建议可选值最多展示个数由 5 调整为 20 roymondchen 2026-07-23 22:07:51 +08:00
  • d0a22315c0 refactor(form): 抽离表单校验逻辑至 validateForm 并复用于 props 面板 roymondchen 2026-07-23 22:02:43 +08:00
  • fe7815cf3d chore: update lockfile v1.8.0-beta.15 v1.8.0-beta.15 roymondchen 2026-07-23 20:25:53 +08:00
  • bf9078a458 chore: release v1.8.0-beta.15 roymondchen 2026-07-23 20:24:47 +08:00
  • 3b9d5da0bc feat(form,editor): submitForm/validateForm 静默挂载时注入静默标记,vs-code 字段跳过 monaco 渲染 roymondchen 2026-07-23 20:22:47 +08:00
  • 2e031cc134 feat(design): 优化 FormItem 和 colorPicker 样式 roymondchen 2026-07-23 19:26:54 +08:00
  • 1f389ff9fd feat(form): text 类型校验允许数字值,兼容数据源字段配置 roymondchen 2026-07-23 19:04:04 +08:00
  • fe9e754b50 feat(editor): 数据源字段选择器校验提示细化并支持 fieldConfig 类型校验 roymondchen 2026-07-23 19:03:28 +08:00
  • 745f449396 feat: 新增 page-structure-change 事件,支持页面增删统一通知 roymondchen 2026-07-23 19:00:12 +08:00
  • 48abab7051 feat(form,design): 一行多个表单默认右靠齐label manmanyu 2026-07-23 08:44:10 +00:00
  • 11bf037054 fix: 跳过无字段名称配置的类型校验 roymondchen 2026-07-23 16:32:07 +08:00
  • 97e0cac44a fix(core): 为背景图片 URL 添加引号 roymondchen 2026-07-23 15:40:58 +08:00
  • cde0805292 fix(editor): 使用属性面板中的源码删除样式无效 roymondchen 2026-07-23 15:15:19 +08:00
  • 6919a0a0b1 fix(editor): 右键菜单动态变化后修复菜单位置防止截断 roymondchen 2026-07-23 15:13:26 +08:00
  • d9d2f8f04c chore: update lockfile v1.8.0-beta.14 v1.8.0-beta.14 roymondchen 2026-07-23 12:13:40 +08:00
  • 3fbce585a4 chore: release v1.8.0-beta.14 roymondchen 2026-07-23 12:12:18 +08:00
  • 09eecd5bed fix(stage): 修复选中组件时 stage 外层滚动 roymondchen 2026-07-23 12:09:13 +08:00
  • ee5247ca94 feat: playground 支持主题切换 roymondchen 2026-07-22 19:03:05 +08:00
  • 8699dc12af fix: 调整编辑器配置项展示 roymondchen 2026-07-22 18:39:10 +08:00
  • b13cd3425b feat(design,editor): 新增magic-admin主题样式,优化组件表单配置布局样式 manmanyu 2026-07-22 09:31:26 +00:00
  • 89689bb9fd fix(editor): 保留历史操作来源并补发插入事件 roymondchen 2026-07-22 17:17:42 +08:00
  • 0feada8d1f fix(form): 统一 extendState 合并逻辑 roymondchen 2026-07-22 16:51:07 +08:00
  • d27710c464 chore: update lockfile v1.8.0-beta.13 v1.8.0-beta.13 roymondchen 2026-07-22 11:35:33 +08:00
  • 3e7980c0f5 chore: release v1.8.0-beta.13 roymondchen 2026-07-22 11:34:14 +08:00
  • 78b34a452b fix(form): 修复隐藏字段校验处理 roymondchen 2026-07-21 21:19:28 +08:00
  • 6f3f321736 feat(editor): 抽离表单视图与对比逻辑 roymondchen 2026-07-21 21:18:29 +08:00
  • 6cdf54a4a6 fix(form): typeMatch 使用 toLine 统一类型转换并处理异步 type/defaultValue roymondchen 2026-07-21 16:20:23 +08:00
  • 08ac9038bf chore: update lockfile v1.8.0-beta.12 roymondchen 2026-07-20 20:15:26 +08:00
  • 58b151af64 chore: release v1.8.0-beta.12 roymondchen 2026-07-20 20:11:33 +08:00
  • e5e0da3785 fix(editor): 修正 StyleSetter 字段 prop 取值逻辑 roymondchen 2026-07-20 20:02:42 +08:00
  • ef66e8a598 fix(form,editor): 完善表单校验与样式属性匹配 roymondchen 2026-07-20 19:09:55 +08:00
  • 932974f0fa style: lint-fix 自动修复格式问题 roymondchen 2026-07-20 11:20:15 +08:00
  • edb44da255 chore: 清理 vue-demi/composition-api 传递依赖,重构 ActionButton 去重并修复 Popconfirm 兼容 roymondchen 2026-07-20 11:18:41 +08:00
  • 7459224009 chore(deps): 升级开发依赖版本并同步 workspace catalog 与 lockfile roymondchen 2026-07-16 19:48:07 +08:00
  • d07e48bb10 feat(form,editor): 新增 validateForm 校验能力并接入源码保存校验联动 roymondchen 2026-07-16 19:37:46 +08:00
  • 4a15da2108 fix(editor): 修复 Monaco 编辑器卸载时容器失效与 Canceled 未处理异常 roymondchen 2026-07-16 19:35:43 +08:00
  • ce43fface8 refactor(editor): 完善内置 typeMatch 校验规则并规范文件名 roymondchen 2026-07-14 20:28:03 +08:00
  • 0e4669261f feat(editor): 新增属性配置表单校验联动能力 roymondchen 2026-07-14 19:51:21 +08:00
  • 1c67b5e77b feat(editor): 注册编辑器字段内置 typeMatch 校验规则并补充文档 roymondchen 2026-07-14 17:15:28 +08:00
  • bbe73aae64 feat(editor): 扩展 customContentMenu 支持 getTarget 获取右键目标 roymondchen 2026-07-14 15:55:19 +08:00
  • 734e6a8ee6 feat(form): 支持 rules.typeMatch 按字段 type 校验值类型与选项匹配 roymondchen 2026-07-13 15:52:56 +08:00
  • f7d737a0c0 docs: 补充新增修改代码测试覆盖率不低于85%的开发约定 roymondchen 2026-07-13 14:43:48 +08:00
  • 42d45bed18 fix(form): radio group disabled不生效 roymondchen 2026-07-10 16:40:42 +08:00
  • de7a4f73ad style(table): 为 sub-actions 类名添加 tmagic-table 命名空间并迁移样式到主题文件 roymondchen 2026-07-07 19:45:38 +08:00
  • 605f07c8fe feat(editor): 支持自定义历史对比/回滚弹窗内表单组件的尺寸 roymondchen 2026-07-06 17:17:39 +08:00
  • 90492ad3ea fix(adapters): tag 非法 type 回退为默认主题 roymondchen 2026-07-06 16:48:45 +08:00
  • b183e71f64 feat(table): 抽取 ActionPopconfirm 并优化 sub-actions 展开交互 roymondchen 2026-07-06 16:46:22 +08:00
  • 78a1259665 feat(table): 操作列支持 sub-actions 更多菜单并抽取 ActionButton 组件 roymondchen 2026-07-06 15:08:24 +08:00
  • 4a893d35df fix(editor): 为 FloatingBox 拖拽遮罩添加失焦等兜底清理,避免残留导致编辑器无法点击 roymondchen 2026-07-06 11:34:41 +08:00
  • 3c21f45e88 feat(editor): 支持通过 uiService 配置列布局最小宽度 roymondchen 2026-07-03 19:44:13 +08:00
  • aa71fe9ddd fix(core): 在 initNode 前校验 config.items 为数组 roymondchen 2026-07-03 11:46:09 +08:00
  • 9e8272b521 feat(table): 为操作列新增 Popconfirm 二次确认能力 roymondchen 2026-07-03 11:39:37 +08:00
  • 9aa251ce57 fix(editor): 延迟 FloatingBox 拖拽遮罩到实际位移时显示,修复关闭按钮点击失效 roymondchen 2026-07-02 20:50:03 +08:00
  • 3b9fb714e5 refactor(editor): 解耦 FloatingBox 的 uiService 依赖并改为 props 传入 roymondchen 2026-07-02 20:22:24 +08:00
  • 284be0d276 fix(editor): 修复 FloatingBox 拖动时鼠标进入 iframe 区域事件丢失 roymondchen 2026-07-02 20:00:43 +08:00
  • c57ef89715 chore: update lockfile v1.8.0-beta.11 v1.8.0-beta.11 roymondchen 2026-06-29 21:27:41 +08:00
  • 1ef3ea9eb9 chore: release v1.8.0-beta.11 roymondchen 2026-06-29 21:26:37 +08:00
  • 83f4e52845 feat(editor): support custom width and initial diff mode for history diff dialog roymondchen 2026-06-29 20:23:19 +08:00
  • 4330738b9f feat(form): add debug mode to submitForm roymondchen 2026-06-29 15:49:33 +08:00
  • e59c3d2dcd chore: update lockfile v1.8.0-beta.10 v1.8.0-beta.10 roymondchen 2026-06-26 19:53:58 +08:00
  • 55135fc063 chore: release v1.8.0-beta.10 roymondchen 2026-06-26 19:52:59 +08:00
  • af197363cf fix(vue-runtime-help): handle remove when root is not initialized roymondchen 2026-06-26 19:51:44 +08:00
  • 7bbb1f24c0 feat(editor): add unified change events roymondchen 2026-06-26 19:48:38 +08:00
  • f7afed66aa feat(editor): refine history diff defaults roymondchen 2026-06-26 17:08:39 +08:00
  • fd359e493f feat(form): support useFieldTextInError option roymondchen 2026-06-26 16:38:40 +08:00
  • 5e661d0958 refactor(editor): 历史对比 services 改为显式传入并可选 roymondchen 2026-06-26 15:00:08 +08:00
  • 5ea992f5f7 chore: update lockfile v1.8.0-beta.9 v1.8.0-beta.9 roymondchen 2026-06-25 18:17:38 +08:00
  • 4c81f22485 chore: release v1.8.0-beta.9 roymondchen 2026-06-25 18:13:58 +08:00
  • 40acb5b34c feat: 导出 componentListService 和 keybindingService roymondchen 2026-06-25 17:32:52 +08:00
  • ce65b18dbb feat(editor): 优化历史记录对比与回滚流程 roymondchen 2026-06-25 16:30:01 +08:00
  • 1c936ff439 chore: update deps roymondchen 2026-06-24 14:43:11 +08:00
  • e32780b0fb chore: update lockfile v1.8.0-beta.8 v1.8.0-beta.8 roymondchen 2026-06-23 20:21:19 +08:00
  • 7e789aa83a chore: release v1.8.0-beta.8 roymondchen 2026-06-23 20:20:01 +08:00
  • 0f42989ca3 refactor(editor): 统一历史栈结构,支持扩展历史类型 roymondchen 2026-06-23 20:14:41 +08:00