Skip to content

Releases: Tencent/tmagic-editor

1.4.0-beta.2

20 Mar 03:19
Compare
Choose a tag to compare
1.4.0-beta.2 Pre-release
Pre-release

1.4.0-beta.2 (2024-03-18)

Bug Fixes

  • editor: 修复直接关闭代码块编辑窗口告警 (62e7888)
  • editor: 修复第一次打开编辑器左右边栏宽度可能为0问题 (36a1a18)
  • editor: 拖动浮动窗口会导致窗口变大 (42f1f28)

Features

  • editor: 优化代码块编辑弹窗 (c83e76e)
  • editor: 属性面板支持切换源码 (de1711d)
  • stage,editor: 选中的元素不存在时不报错,并完善事件ts定义 (fff56a9), closes #579

1.4.0-beta.1

13 Mar 12:04
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2024-03-13)

Bug Fixes

  • design: Autocomplete default slot 名称拼写错误 (94a6004)
  • editor: 修复点击floatbox时更新zindex导致宽高被重置的问题 (cae928f)
  • editor: 修复高级中打开代码块没有floatbox嵌套的问题,floatbox支持beforeClose事件 (5fc6496)
  • editor: 设置配置时使用的key统一转换成kebab-cased形式 (8e18336), closes #576
  • stage: 修复moveable中custom able旋转中心错误问题 (#575) (842fa22)
  • stage: 多选后拖动没有响应 (5cf137e)

Features

  • data-source,runtime: 数据源编译组件时新增一个参数控制是否要编辑子元素 (c68d4e0)
  • design,form: cascader新增popper-class prop (6dbac52)
  • editor: props-service支持通过fill-config设置label-width (0315389)
  • editor: 使用 floatbox 替换原抽屉栏 (a035f02)
  • editor: 增加FloatBox的beforeClose函数 (7ce60b2)
  • editor: 样式配置支持配置数据源字段 (cda6c0f)
  • form: label 标签的title属性配置 (e272370)
  • 支持迭代器容器 (e692e01)

1.3.16

01 Mar 08:49
Compare
Choose a tag to compare

1.3.16 (2024-03-01)

Bug Fixes

  • design,editor,tdesign-vue-next-adapter: tMagicPopover在TDesign下异常 (ffc3e57), closes #574
  • tmagic-form-runtime: useRuntime添加默认参数 (1b3c598)

Features

  • editor: 新增code-block-panel-search slot (a073b8c)
  • editor: 新增data-source-panel-search slot (6821ce5)

1.3.15

01 Mar 07:14
Compare
Choose a tag to compare

1.3.15 (2024-02-29)

Bug Fixes

  • runtime: 数据源变化更新页面出错 (0df98bc)

Features

  • editor: 代码选择器,数据源方法选择新增不可编辑配置,与disabled区分开 (58b62d1)

1.3.14

01 Mar 07:14
Compare
Choose a tag to compare

1.3.14 (2024-02-29)

Bug Fixes

  • data-source, ui: 页面配置配置数据源字段模块出错 (455c696)
  • editor: 从页面切换成页面片时不会默认选中第一个页面片 (3fe83f9)
  • editor: 复制页面后,组件树选中状态不对 (b4df7f5)
  • tmagic-form-runtime: 完善form-runtime (8d1ba22)
  • utils: 数据源条件解析空字符出错 (33fcee6)

Features

  • editor,core,schema: 组件高级配置支持配置数据源方法 (074d764)
  • editor: menu配置支持事件 (fcede5c)

1.3.13

19 Jan 08:38
Compare
Choose a tag to compare

1.3.13 (2024-01-19)

Bug Fixes

  • editor: stage-overlay状态更新 (2432bc5)
  • editor: 弹层画布响应组件树点击 (2114b89)
  • stage: scrollIntoView不能有横向滚动 (01f8040)

1.3.12

18 Jan 03:50
Compare
Choose a tag to compare

1.3.12 (2024-01-18)

Bug Fixes

  • editor: 移动元素到容器中的时候root没有更新问题 (#569) (edc7c11)

Features

  • editor,stage: 完善双击画布可以已弹层方向显示并显示完整的组件 (c30e7d3)

1.3.11

12 Jan 08:52
Compare
Choose a tag to compare

1.3.11 (2024-01-12)

Bug Fixes

  • editor: 拖动组件进画布后,父容器位置计算有误 (#565) (115123a)

Features

  • editor,stage: 双击画布可以已弹层方向显示并显示完整的组件 (e4af8ca)

1.3.10

10 Jan 08:44
Compare
Choose a tag to compare

1.3.10 (2024-01-10)

Bug Fixes

  • form: table全屏后zindex问题 (aa601f8)
  • runtime: 更新Vue3 cdn链接 (84cbc74)
  • utils: <=条件编译出错 (acab44a)

Features

  • design,element-plus-adapter: 新增获取浮层zIndex的方法 (81e3d0a)
  • 新增tmagic-form-runtime (f8443ed)
  • 输入文本含有空格时,弹窗提示 (ab5e31d)

1.3.9

09 Jan 07:00
Compare
Choose a tag to compare

1.3.9 (2024-01-03)

Bug Fixes

  • editor: 上下移一层溢出 (2326962), closes #563
  • stage: 有margin的组件拖动大小时top偏移 (3204204), closes #559
  • stage: 组件添加粗一点的边框后resize操作 选中样式没有和组件本身对齐 (783f7c3), closes #562

Features

  • data-source,utils,runtime: 数据源setData支持指定路径 (d3777b2)
  • 代码编辑器支持emmet插件 --story=115432867 (6b4bfae)