Skip to content

Releases: Tencent/tmagic-editor

1.5.16

28 Apr 12:28

Choose a tag to compare

1.5.16 (2025-04-28)

Bug Fixes

  • data-source: 异步加载数据源后,数据源未初始化 (378c756)

Features

  • core: instance设定不再限制只有方法 (e5bcd76)
  • core: 添加error hander配置 (6dc0073)
  • editor: 组件默认的名称,id配置只要在业务不提供时才加入 (2dc0bbc)

1.5.15

28 Apr 12:28

Choose a tag to compare

1.5.15 (2025-04-25)

Bug Fixes

  • editor: getTMagicApp返回类型错误 (ba05ecb)

1.5.14

28 Apr 12:23

Choose a tag to compare

1.5.14 (2025-04-24)

Bug Fixes

  • dep: 配置了数据源内部方法无法收集到依赖 (0e91133)
  • editor: 编辑数据源/代码块时,列表高亮 (de52ff4)

Features

  • form: onChange添加setModel参数,用于修改model并添加至修改记录中 (5e0e776)
  • utils: 添加设置删除获取url参数的方法 (105de9d)
  • vue-runtime-help: app不存在时抛异常,保证app一定存在,避免多余的可选链 (fd7e737)

1.5.13

11 Apr 06:10

Choose a tag to compare

1.5.13 (2025-04-10)

Bug Fixes

  • data-source: 数据源初始化时机比注册早回出现死循环 (840c2c3)
  • 修复表格拖拽排序与表单选字操作冲突的问题 (f91eb41)

Features

  • core: 支持传入env (0bcd7d0)
  • core: 支持自定义Node类 (18524d8)
  • editor: 编辑代码块/数据源时高亮列表中对应的项 (54e00f2)

1.5.12

27 Mar 08:36

Choose a tag to compare

1.5.12 (2025-03-27)

Bug Fixes

  • design: card没有slots时隐藏对应slot (4ddc55a)
  • editor: 数据源修改后,依赖重新收集不准确 (9c7d711)
  • editor: 获取关联组件的方法默认值 (f5742c1)
  • vue-components: button删除调试代码,text支持富文本 (2a714ae)

Features

  • cli: 如果识别不要组件文件,则默认从npm包的default导入 (b715a87)

1.5.11

12 Mar 06:25

Choose a tag to compare

1.5.11 (2025-03-11)

Bug Fixes

  • dep: 依赖收集不能过滤id/name (0c207c7)
  • dep: 数据源方法收集判断 (72108e0)

Features

  • vue-runtime-help: useDsl/useEditorDsl添加app默认参数 (f671c67)

1.5.10

07 Mar 03:38

Choose a tag to compare

1.5.10 (2025-03-07)

Bug Fixes

  • data-source: 处理异步动态加载数据源时,初始化数据源还未加载完毕的情况 (3c66319)
  • editor: 样式配置宽度不能为负 (775fcf5)
  • stage: 防止runtime重复注册 (63fe6ec)

Features

  • core: hook函数调用添加node参数 (5ba2a73)
  • core, editor: 删除公共的点击事件实现,由组件自行添加 (c8e1cff)
  • core: app添加dsl-change事件 (a4d021d)
  • core: node新增registerMethod方法,用于组件注册供其他组件通过事件配置调用 (ff07147)
  • reate-runtime-help,vue-runtime-help: 新增组件状态hook (6f5bb84)
  • runtime: vue2 h传参与vue3不一样,需要自定义render (90abde5)
  • runtime: 支持页面切换 (4026c0c)
  • vue-components,react-components: 增加点击事件,使用组件状态hook (0736646)
  • vue-container: 支持自定义render (91cde30)

1.5.9

07 Mar 03:38

Choose a tag to compare

1.5.9 (2025-02-20)

Bug Fixes

  • editor: 编辑器销毁不应该移除依赖收集任务的事件监听 (6e2b5ae)

Features

  • table: formatter添加index信息 (4d77b66)
  • table: 支持type: index的序号列 (6f2c6b1)

1.5.8

11 Feb 12:00

Choose a tag to compare

1.5.8 (2025-02-11)

Bug Fixes

  • editor: 组件配置列大小缓存不生效 (6d82c0f)

Features

  • editor: 优化依赖收集状态显示,新增剩余任务数量显示 (413134b)

1.5.6

10 Feb 12:16

Choose a tag to compare

1.5.6 (2025-02-10)

Bug Fixes

  • core: deep-state-observer update 的data与初始化时相同,导致get data为空 (701a9d6)
  • editor: 修改数据源可能造成页面卡死 (e9c6a3b)
  • editor: 已经配置了的样式无法删除 (e8461f9)
  • editor: 编辑器组件销毁后重置依赖收集 (51ca1e6)

Features

  • editor: 优化浏览器变小时各列大小变化 (877a4ea)