Skip to content

Releases: Tencent/tmagic-editor

1.5.0-beta.2

21 Aug 09:24
Compare
Choose a tag to compare
1.5.0-beta.2 Pre-release
Pre-release

1.5.0-beta.2 (2024-08-21)

Bug Fixes

  • data-source: http数据源中mock配置中关闭启用后,不会执行request (18fa541)

Features

  • design: popover 添加destroyOnClose props (8b1c639)
  • form: 添加tmagicFormItemProp (c81a7b4)

1.5.0-beta.1

15 Aug 12:05
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release

1.5.0-beta.1 (2024-08-15)

Bug Fixes

  • design: popover zindex不生效 (547fbda)

Features

  • editor: export tree组件 (f61492b)

1.5.0-beta.0

15 Aug 07:43
Compare
Choose a tag to compare
1.5.0-beta.0 Pre-release
Pre-release

1.5.0-beta.0 (2024-08-15)

Bug Fixes

  • data-source: 编辑器的runtime不能对数据源的mock配置有影响 (fa2d00b)
  • 迭代器内的组件配置了声明周期代码块无效 (fb6f806)

Features

  • cli: 组件库支持import npm包组件 (e82591e)
  • design,element-plus-adapter,tdesign-vue-next-adapter: 重新实现Popover组件,不再使用element-plus或tdesign组件 (677a193)
  • dsl id渲染到dom上的data-tamgic-id,不再是id属性 (47a037a)
  • uitls: 只是自定义dsl与dom el的关联关系函数 (16b8948)
  • vue-runtime-help: 只有dsl中的组件才触发生命周期hook (69f3cb2)
  • 完善迭代器嵌套使用问题,重构事件配置处理代码 (f7d5a4f)
  • 将ui-react中的组件独立成包 (df9b581)
  • 统一vue ui组件,将ui中的组件独立成包 (ac3cb74)

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)