Releases: Tencent/tmagic-editor
Releases · Tencent/tmagic-editor
1.5.11
1.5.11 (2025-03-11)
Bug Fixes
Features
- vue-runtime-help: useDsl/useEditorDsl添加app默认参数 (f671c67)
1.5.10
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
1.5.9 (2025-02-20)
Bug Fixes
- editor: 编辑器销毁不应该移除依赖收集任务的事件监听 (6e2b5ae)
Features
- table: formatter添加index信息 (4d77b66)
- table: 支持type: index的序号列 (6f2c6b1)
1.5.8
1.5.8 (2025-02-11)
Bug Fixes
Features
- editor: 优化依赖收集状态显示,新增剩余任务数量显示 (413134b)
1.5.6
1.5.6 (2025-02-10)
Bug Fixes
- core: deep-state-observer update 的data与初始化时相同,导致get data为空 (701a9d6)
- editor: 修改数据源可能造成页面卡死 (e9c6a3b)
- editor: 已经配置了的样式无法删除 (e8461f9)
- editor: 编辑器组件销毁后重置依赖收集 (51ca1e6)
Features
1.5.5
1.5.5 (2025-01-14)
Features
- dep: 性能优化,收集时节点配置中id与name不需要做判断 (b215062)
- editor: 优化依赖收集,数据源代码块分开收集 (040b787)
1.5.4
1.5.4 (2025-01-10)
Bug Fixes
- element-plus-adapter: 只有当前没注册loading指令时才注册 (8b12016)
- element-plus-adapter: 增加loading指令 (1bcefdb)
1.5.3
1.5.3 (2025-01-06)
Bug Fixes
Features
- editor,form,schema: 组件样式配置可视化 (246e694)
- editor: 样式配置面板支持拖动大小 (e8bbdf6)
- editor: 配置组件时将样式中的空配置移除 (7b0a476)
- form: groupList支持复制单条记录,支持移动单条记得到指定位置,table支持复制单条记录 (a831413)
1.5.2
Bug Fixes
- editor: data-source-field-select透传eventData (d48d40a)
1.5.1
Bug Fixes
- form: table 开启dropSort后,多次拖动row后会报错 (957b0d9)
Features
- design: table添加row/cell class name (432f1f5)
- editor: 数据源/代码编辑列表新增右键菜单 (74f76d0)
- editor: 样式添加display配置,右侧边栏最小值设置成420 (712e317)
- editor: 组件配置中的样式支持单独一列显示 (5cd6d21)
- form: 新增labelPosition配置 (7a8da68)
- vue-components,react-components: 组件表单配置修改 (e421a58)