Skip to content

Releases: Tencent/tmagic-editor

1.5.0-beta.5

04 Sep 12:37
Compare
Choose a tag to compare
1.5.0-beta.5 Pre-release
Pre-release

1.5.0-beta.5 (2024-09-04)

Bug Fixes

  • editor: stage销毁问题 (7d57a7a)
  • tmagic-form-runtime: 画布无法点击选中组件 (138cf59)

Features

  • editor: 新增已选组件、代码编辑、数据源及其子节点增量缩进配置 (d0e3a7c)
  • stage: export MoveableActionsAble; 在选中框上面自定义按钮 (18741d3)
  • table: expand支持width fixed配置 (6aeb647)
  • vue-component, runtime: 使用 app.resolveComponent 获取组件 (#631) (53456d4)

1.4.17

30 Aug 09:44
Compare
Choose a tag to compare

1.4.17 (2024-08-30)

Bug Fixes

  • data-source: 编辑器的runtime不能对数据源的mock配置有影响 (fa2d00b)
  • form: date相关的field,在没有配置valueFormat的情况下与默认的valueFormat不符 (883e227)

Features

  • vue-runtime-help: 只有dsl中的组件才触发生命周期hook (69f3cb2)

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)