Skip to content

Releases: Tencent/tmagic-editor

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)

1.4.6

27 May 11:21
Compare
Choose a tag to compare

1.4.6 (2024-05-27)

Bug Fixes

  • editor: stageOverlay不应受编辑器zoom影响 (47c4222)
  • runtime:react: update page时出错 (af3f621)
  • runtime: vue runtime App组件中缺失inject (15e9cdc)

Features

  • editor,dep: 支持复制组件时将组件绑定的数据源一并复制 (faabf1b)
  • editor: export FloatingBox (5ce099c)
  • runtime: vue2/vue3公共部分提出到vue-runtime-help中 (f8dd062)

1.4.5

22 May 09:36
Compare
Choose a tag to compare

1.4.5 (2024-05-20)

Bug Fixes

  • core,data-source: 事件参数中关联数据源字段无法自动更新 (c665bf3)
  • editor,stage,utils: 修复在ipad等大屏场景下编辑画布中元素位置计算偏差问题 (#598) (e39a7d1)
  • form: select option label不生效 (9034cef)
  • form: select option 在没有adapter的时候默认使用el-option (ad2146f)

Features

  • data-source: manager init 事件增加error数据 (708d3db)
  • 支持数据源事件 (#605) (88c04c6)