Commit Graph

  • d948e16866 Deploy to GitHub pages gh-pages github-actions[bot] 2026-09-09 03:36:54 +00:00
  • 911cecfb1d chore: release v1.8.0-beta.28 master v1.8.0-beta.28 dev roymondchen 2026-09-09 11:25:18 +08:00
  • 2a4a54a495 feat(form): group-list 标题吸顶改为按 header.sticky 显式开启 roymondchen 2026-09-09 11:14:52 +08:00
  • 7e4546899b test(editor): 补充历史回滚单测并精简确认弹窗文案 roymondchen 2026-09-09 11:14:52 +08:00
  • 66b54a52f8 fix(editor): 丢弃过期 root 快照,避免画布回退与 modelValue 回写死循环 roymondchen 2026-09-07 19:00:53 +08:00
  • 7edb01d330 chore: update lockfile v1.8.0-beta.27 v1.8.0-beta.27 roymondchen 2026-09-04 11:55:36 +08:00
  • 5fa9b37856 chore: release v1.8.0-beta.27 roymondchen 2026-09-04 11:34:03 +08:00
  • d1cb8c3853 fix(form): 避免 Select init 请求失败或路径缺失时抛出未处理异常 roymondchen 2026-09-04 11:27:06 +08:00
  • 092bc2914d feat(data-source): 新增数据源 mounted 生命周期 roymondchen 2026-09-03 20:27:18 +08:00
  • 959c0322b6 fix(editor): 修复 eventsService resetState 响应式失效并在编辑器重置时清空 roymondchen 2026-09-03 20:02:03 +08:00
  • b0d43dc277 fix(editor,form): 合并宿主 FORM_CONTEXT 并修复 formState mForm 自引用 roymondchen 2026-09-02 16:44:01 +08:00
  • ad2f4e15cc docs: 修正类型定义引用路径并为 editor 类型添加 region 标记 roymondchen 2026-09-01 20:01:04 +08:00
  • f163112eab chore: update lockfile v1.8.0-beta.25 v1.8.0-beta.26 roymondchen 2026-09-01 19:46:20 +08:00
  • 260582f141 chore: release v1.8.0-beta.26 roymondchen 2026-09-01 19:35:44 +08:00
  • 392f9ae7f0 ci: 落地 85% 行覆盖率硬门禁并校正 AGENTS.md roymondchen 2026-09-01 15:43:14 +08:00
  • 08b610a4f2 fix(editor): 避免 defaultSelected 早于 root 就绪时 select 抛出未处理错误 roymondchen 2026-09-01 15:30:25 +08:00
  • 58f2a943b8 fix(editor): inject eventBus 时提供 null 默认值 roymondchen 2026-09-01 15:11:59 +08:00
  • 90e4bec70b fix(form): 避免 Tooltip 无合法触发器时报 ElOnlyChild roymondchen 2026-09-01 15:09:59 +08:00
  • a7999f50d5 feat(form): 用 FormContext 与 provide/inject 替代 extendState 钩子 roymondchen 2026-09-01 14:48:42 +08:00
  • f2ee7ae7b5 feat(form): 统一字段值 effect 机制并将 nested 重命名为 innerConfig roymondchen 2026-08-31 18:30:07 +08:00
  • 02eeb2e87f feat(editor): 统一列表字段添加按钮样式并支持新增后自动滚动 roymondchen 2026-09-01 12:02:09 +08:00
  • c34ed6aafc feat(form): 容器透传 labelPosition roymondchen 2026-09-01 11:59:41 +08:00
  • 93dc0d2187 feat(form): 新增无渲染校验入口,支持 Node/CI 环境执行表单校验 roymondchen 2026-08-28 15:33:54 +08:00
  • 4247cfdaf5 chore: update lockfile v1.8.0-beta.25 v1.8.0-beta.25 roymondchen 2026-08-13 15:10:29 +08:00
  • 8ca03b59a0 chore: release v1.8.0-beta.25 roymondchen 2026-08-13 15:09:11 +08:00
  • 05fbdb17b5 fix(editor): 统一数据源字段路径解析并优化 typeMatch 校验 roymondchen 2026-08-13 15:03:49 +08:00
  • 050814f3f8 style(form): 优化 form-box 弹窗布局,修复 flex 内容溢出问题 moonszhang 2026-08-13 04:02:50 +00:00
  • 01915634e4 chore(vue-runtime-help): release v2.0.5 roymondchen 2026-08-10 20:56:23 +08:00
  • 09025f96c8 chore(eslint-config): release 0.1.1 roymondchen 2026-08-10 20:52:37 +08:00
  • 8220b78c15 chore: update lockfile v1.8.0-beta.24 v1.8.0-beta.24 roymondchen 2026-08-10 20:50:20 +08:00
  • a7ccbe73af chore: release v1.8.0-beta.24 roymondchen 2026-08-10 20:49:19 +08:00
  • 496df1f5e2 refactor(editor): 提取 UpdateOptions 并统一 DSL 操作 options 传递 roymondchen 2026-08-10 20:44:10 +08:00
  • 8d720f0bf1 chore: update deps roymondchen 2026-08-10 20:37:41 +08:00
  • d877bd8593 test(editor): 使用 vi.waitFor 稳定 CompareForm 与 ViewForm 单测 roymondchen 2026-08-10 20:15:09 +08:00
  • 8550e6f854 fix(editor): 移除 removeStyleDisplayConfig 并取消属性 tab 懒加载 roymondchen 2026-08-10 20:13:06 +08:00
  • 44cd3d480f feat(form,editor): 静默校验模式下跳过叶子字段渲染以提升性能 roymondchen 2026-08-10 19:42:02 +08:00
  • 53c4763a59 fix(editor): 节点未注册时回退使用 formValue 加载事件与动作选项 roymondchen 2026-08-07 17:01:52 +08:00
  • a7198e2731 fix(editor): 修复连续 add 与批量插入时节点顺序错乱 roymondchen 2026-08-07 11:56:41 +08:00
  • f435dde1d3 chore: update lockfile v1.8.0-beta.23 v1.8.0-beta.23 roymondchen 2026-08-06 13:56:03 +08:00
  • 65db14cb98 chore: release v1.8.0-beta.23 roymondchen 2026-08-06 13:54:43 +08:00
  • cf007f9082 fix(stage): 修复切换页面后 mask 滚动重置与 scrollIntoView 失效 roymondchen 2026-08-06 13:26:00 +08:00
  • 0d1a17dce3 fix(form): 优化可选项校验建议文案并导出供 editor 复用 roymondchen 2026-08-06 13:13:24 +08:00
  • efb637e72e fix(editor): abort 时保留常驻依赖收集 worker,避免反复重建 roymondchen 2026-08-06 11:40:33 +08:00
  • 192c16a7be chore: upgrade dependencies and build tooling roymondchen 2026-08-05 18:13:43 +08:00
  • f609a02277 chore: update lockfile v1.8.0-beta.22 v1.8.0-beta.22 roymondchen 2026-08-04 20:03:52 +08:00
  • 1bf0bb9cce chore: release v1.8.0-beta.22 roymondchen 2026-08-04 20:02:33 +08:00
  • 7777c205b9 fix(editor): 优化组件列表与图层面板搜索过滤 roymondchen 2026-08-04 19:13:33 +08:00
  • 6f0a41f2db feat(editor): 支持 update replace 整节点替换,源码编辑走 replace 模式 roymondchen 2026-08-04 19:13:33 +08:00
  • af157fcda9 fix(editor): 修复 StyleSetter Box/Position 输入框无法正确显示 model 值 roymondchen 2026-08-04 19:01:51 +08:00
  • a9cda719bc fix(stage): 修复切换页面后 StageMask 尺寸与滚动偏移异常 roymondchen 2026-08-04 18:58:52 +08:00
  • d5a2e25e18 feat(editor): 完善样式设置器字段 typeMatch 校验 roymondchen 2026-08-04 17:40:52 +08:00
  • 697830ff29 chore: update lockfile v1.8.0-beta.21 v1.8.0-beta.21 roymondchen 2026-08-04 13:10:09 +08:00
  • a6e542d668 chore: release v1.8.0-beta.21 roymondchen 2026-08-04 13:08:49 +08:00
  • b544f05917 fix(editor): 修复 IdleTask 在 requestIdleCallback timeout 时队列空转的问题 roymondchen 2026-08-04 12:19:39 +08:00
  • d2a02e16d2 feat(editor): getEvent/getMethod 支持节点上下文参数 roymondchen 2026-08-03 20:41:27 +08:00
  • cc34891bb2 chore: update lockfile v1.8.0-beta.20 v1.8.0-beta.20 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