Skip to content

Releases: Tencent/tmagic-editor

1.7.10

14 Apr 07:54

Choose a tag to compare

1.7.10 (2026-04-13)

Bug Fixes

  • editor: 优化 StageOverlay 双击行为,仅在元素被滚动容器裁剪时打开 overlay (df2d635)
  • editor: 修复 getTMagicAppPrimise 变量名拼写错误 (99c8274)
  • editor: 历史记录信息中添加页面信息 (26dc70d)
  • editor: 数据源方法选择器展示所有数据源并支持字段非叶子节点选择 (31f4d2b)
  • stage: 修复隐藏标尺后无法显示问题 (6f2e8d8)
  • stage: 新增组件后等待渲染完后选中 (cfd5998)

Features

  • editor,data-source: 数据源支持内置"设置数据"方法 (f583c7d)
  • editor,stage: 支持双击穿透选中鼠标下方的下一个可选中元素 (172a7a1)
  • editor: 样式配置添加变形项 (fa09ab0)
  • editor: 添加 stage beforeDblclick 钩子,支持拦截默认双击行为 (334569e)
  • stage: 支持将指定id的dom生成图片 (b3f4e42)

1.7.9

08 Apr 09:19

Choose a tag to compare

1.7.9 (2026-03-23)

Bug Fixes

  • form: row容器中如果配置没有type显示异常 (711af79)

1.7.8

08 Apr 09:16

Choose a tag to compare

1.7.8 (2026-03-20)

Bug Fixes

  • editor: 组件配置样式显示出错 (9b56223)

1.7.8-beta.4 (2026-03-20)

Bug Fixes

  • form-schema: 表单 schema 中 display 与 component 部分字段改为可选 (e36d8d7)

1.7.8-beta.3 (2026-03-20)

Features

  • form-schema,form,editor,table: 完善表单配置类型 (e8714c9)

1.7.8-beta.2 (2026-03-20)

Features

  • form-schema,form,editor: 完善表单配置类型 (55eb546)

1.7.8-beta.1 (2026-03-19)

Bug Fixes

  • core,data-source: 多个页面片容器引用同一个页面片时,其他有未渲染的页面片容器时会导致数据源编译后数据无法更新 (0bbafa1)

Features

  • core: runDataSourceMethod 返回 await 方法的执行结果 (92bd5cf)
  • editor,form: 支持按需设置表单组件 (c79034b)

1.7.7

12 Mar 11:07

Choose a tag to compare

1.7.7 (2026-03-12)

Bug Fixes

  • editor: 显示源码后再显示回编辑器画布空了 (67d93ec)
  • form: timerange新增value format配置,默认为HH:mm:ss (b4c2c65)
  • vue-runtime-help: useApp获取不到页面片中的node (ecaa0f5)

Features

  • cli: packages配置不做去重处理,因为组件type与数据源type可能相同 (084ff6f)
  • data-source: 事件监听添加立即执行配置 (0d698b2)
  • editor: monaco-editor改成异步加载 (71d6dd9)

1.7.6

19 Jan 12:29

Choose a tag to compare

1.7.6 (2026-01-19)

Bug Fixes

  • form: onChange中修改model的key中有重复的key会出错 (6cf2f38)

1.7.5

09 Jan 03:16

Choose a tag to compare

1.7.5 (2026-01-08)

Bug Fixes

  • editor: 切换固定定位后坐标转换仅支持left,top为数字的情况 (3cfec95)
  • editor: 显示条件中选中的字段类型发生时,值对应做类型转换 (5267381)
  • form: daterange默认值 (5f57d62)
  • form: 初始值为0时会丢失 (8956035)

Features

  • editor: customCreateMonacoEditor options中新增editorCustomType,可以用于创建不同的editor (cfaaaad)
  • form: type配置为函数时,参数中的model等对象设置层readonly (df61157)

1.7.4

09 Jan 03:16

Choose a tag to compare

1.7.4 (2025-12-29)

Bug Fixes

  • editor: 数据源方法编辑后content变成字符串 (03b6180)

1.7.3

25 Dec 12:26

Choose a tag to compare

1.7.3 (2025-12-25)

Bug Fixes

  • editor: cose-select无法删除 (b0d8c53)
  • form: 动态tab自定义onTabAdd后出错 (9d4324d)
  • table: 行内编辑无法修改表单 (98c2e2f)

Features

  • form,tdesign-vue-next-adapter: table 多选框放到默认的操作前面,支持配置copy的干预函数 (5fe91e8)
  • form: groud-list title支持html (2630f00)
  • form: text组件支持配置cleareable (f0a3966)

1.7.2

09 Dec 12:50

Choose a tag to compare

1.7.2 (2025-12-09)

1.7.1 (2025-12-09)

Bug Fixes

  • core: getNode 添加stict参数来表示必须知道页面片容器id才会返回页面内的节点 (83664cd)
  • form: tabs组件子项配置了name后,配置生成的数据出错 (b3ce1a3)
  • tmagic-form: runtime刷新导致root丢失 (d039cee)

Features

  • vue-components: 不再兼容vue2 (756612e)
  • vue-runtime-help: 去掉vue2的兼容 (2a7ab4e)

1.7.0

05 Dec 09:07

Choose a tag to compare

1.7.0 (2025-12-04)

Bug Fixes

  • design: dialog 默认参数 (8d7c8fa)
  • form: datetime如果设置为时间戳,然后初始值是一个字符串的数字显示不正确 (7e71c07)
  • form: table拖拽排序后重新渲染组件 (2667981)
  • form: 生成表单values时将initValus深拷贝,避免修改到传入的对象 (b536eba)

Features

  • editor: 代码编辑器支持配置自动高度 (8d55d0c)
  • form: table支持配置拖动操作中的按钮排序而不是拖动整行 (69ac90f)
  • form: table支持配置操作按钮的icon (0dd7f54)