Skip to content

Releases: Tencent/tmagic-editor

1.4.16

02 Aug 06:11
Compare
Choose a tag to compare

1.4.16 (2024-08-02)

Bug Fixes

  • ui: 页面style没有响应式了 (81a221e)

Features

  • core: 完善屏幕大小自动适配 (59f0527)

1.4.15

26 Jul 08:52
Compare
Choose a tag to compare

1.4.15 (2024-07-26)

Bug Fixes

  • data-source: 迭代器数据编译支持容器嵌套 (e209aa3)
  • editor: 在组件树中多选时不能选中页面 (c456798)
  • editor: 数据源方法配置,设置后再次修改参数配置不显示 (059c005)
  • editor: 组件树中将容器拖入自身中会导致容器丢失 (16d4eff), closes #622
  • editor: 组件树右键菜单在组件树面板拖出时被面板遮挡 (72a7c15), closes #624
  • stage: 页面失焦时将alt键按下状态重置 (96224b4)

Features

  • data-source: 数据源新增setValue方法 (8d111ea)
  • editor: 优化编辑器左边栏拖出体验,需要拖出一定距离才行 (b249563)
  • editor: 数据源选择器编辑按钮添加tooltip (3fa21fd)
  • editor: 添加component-list slot,用于自定义组件列表 (0bbf7c5), closes #621
  • editor: 编辑器左边栏支持配置不可拖出,支持before-click函数配置 (837daf6)

1.4.14

16 Jul 09:14
Compare
Choose a tag to compare

1.4.14 (2024-07-12)

Bug Fixes

  • data-source: 迭代条件条件组编译逻辑不对 (1fc04b4)

1.4.13

04 Jul 07:36
Compare
Choose a tag to compare

1.4.13 (2024-07-04)

Bug Fixes

  • data-source: 按需加载数据源时需要分享数据源方法依赖 (1e93e9b)
  • editor: 修复新增第一个显示条件时会重置表单状态 (eb376b2)

1.4.12

04 Jul 07:35
Compare
Choose a tag to compare

1.4.12 (2024-07-02)

Bug Fixes

  • dep: 数据源源方法依赖收集,数据源类内定义的方法需要被收集 (c8870c5)
  • editor: 更新容器后,需要将容器内的依赖重新收集 (aabca93)

1.4.11

02 Jul 08:25
Compare
Choose a tag to compare

1.4.11 (2024-07-02)

Bug Fixes

  • editor: 迭代器容器子项条件配置中值输入类型 (022c10f)
  • form: 修复 grouplist 添加项时没有调用 changeHandler 的问题 (c089ada)

Features

  • data-source: 迭代器容器内容支持显示条件配置 (ecfaff2)(882d222)
  • editor: 优化数据源字段选择器交互 (ef04fd3) (6cdeaa0)

1.4.10

28 Jun 11:38
Compare
Choose a tag to compare

1.4.10 (2024-06-28)

Bug Fixes

  • form,design: 支持行内表单 (77f13fa)
  • stage: 标尺销毁后没有移除对应的dom (0796799), closes #617

Features

  • dats-source,editor,form,schema,ui: 迭代器容器支持配置子项显示条件 (a164e2b)
  • editor: 优化数据源字段选择器交互 (0ffc223)
  • editor: 支持拖拽调整页面顺序 (0c5485b)

1.4.9

18 Jun 07:44
Compare
Choose a tag to compare
v1.4.9

chore: update lockfile v1.4.9

1.4.8

17 Jun 07:59
Compare
Choose a tag to compare

1.4.8 (2024-06-17)

Bug Fixes

  • data-source: 兼容Promise.allSettled (7ee7f53)
  • data-source: 多页面时数据源依赖中可能包含其他页面的,导致更新时失败 (5c43fbf)
  • data-source: 默认事件处理支持path为空字符串 (ac7bb93)
  • editor,runtime: 编辑器中,依赖收集改成异步以后,可能出现配置更新了,但是依赖信息还未更新,导致渲染出来的组件不对 (78e9a0a)
  • runtime: 使用vue-demi cdn (0cd8382)
  • ui: overlay销毁需要异常page上的事件 (094635c)
  • vue-runtime-help: inject app 无效 (aa25aa6)

Features

  • editor: 支持数据源模板输入宽选中文本后编辑(在有数据源变量时还有问题) (a30e8a3)
  • editor: 组件树中支持多选拖动 (5ac768f)
  • editor: 组件表单配置支持函数 (9eb99ed)
  • ui,runtime: vue-runtime-help中添加use-app方法 (948c194)

1.4.7

31 May 07:19
Compare
Choose a tag to compare

1.4.7 (2024-05-31)

Bug Fixes

  • editor: 修复pad大屏模式下粘贴位置计算错误偏移问题 (#612) (d98029d)
  • editor: 已选组件树中如果出现items不是数组会导致节点渲染失败 (7fb4d96)
  • editor: 数据源模板输入框输入数字索引后浏览器卡死 (a66da8d), closes #611
  • playground: tmagic-form样式丢失 (49e9d5b), closes #610
  • ui,runtime: 迭代器容器迭代数据兼容 (94db430), closes #613

Features

  • core,editor,form: 页面片容器支持配置容器内组件的事件 (2d133f4)
  • dep,editor,data-source,schema: 优化编辑器中依赖收集性能 (ee26991)
  • editor: 复制组件时收集依赖性能优化改造 (cd191f6)
  • playground: 设置配置表单的label-width (50d238a)