Skip to content

Releases: Tencent/tmagic-editor

1.1.3

13 Sep 06:35
Compare
Choose a tag to compare

1.1.3 (2022-09-13)

Bug Fixes

  • editor: 修复流式布局下移动图层操作相反问题 (e0a16bc)
  • form: 当默认值为0时,select 远程选项初始化不正确 (e855072)

1.1.2

08 Sep 04:53
Compare
Choose a tag to compare

1.1.2 (2022-09-08)

Bug Fixes

  • editor: 画布缩放后,拖入组件位置错位 (bdd544e)

Features

  • editor: 支持控制pagebar中新增按钮显隐 (3e024d2)
  • editor: 添加compoent-list-item slot (c307386)

1.1.1

31 Aug 07:16
Compare
Choose a tag to compare

1.1.1 (2022-08-31)

Bug Fixes

  • core: 解决固定元素失效问题 (8db7821)
  • editor: 没有页面时,添加页面出错 (e67cbce)

1.1.0

30 Aug 12:22
Compare
Choose a tag to compare

1.1.0 (2022-08-30)

Bug Fixes

  • editor,stage,ui,runtime: 流式布局下,height自动设置成auto (2201fbe), closes #298
  • editor: 添加remove事件时的参数 (3af6f11)
  • stage: 流式布局resize从上或者左边调整,选中框出现错位 (9e16747), closes #297

Features

  • editor: 创建新组件时的顺序 (#316) (6c0b92e)
  • editor: 编辑器销毁后销毁services (4a59b4b)
  • stage: 多选支持resize (793d02a), closes #302

1.1.0-beta.13

29 Aug 04:21
Compare
Choose a tag to compare

1.1.0-beta.13 (2022-08-29)

Features

  • editor: 去掉画布根据视窗大小自动调整缩放比例,加上缩放到实际大小/缩放以适应菜单按钮 (dd3075b)
  • editor: 画布添加滚动条 (de8ef8d), closes #262

v1.1.0-beta.12

24 Aug 03:10
Compare
Choose a tag to compare

1.1.0-beta.12 (2022-08-24)

Bug Fixes

  • editor: 上移一层通知runtime更新参数出错 (9b9c9db), closes #282
  • editor: 修复 update 返回值三目运算符判断错误的问题,同时优化输入与输入类型一致。 (9b0db4a)
  • editor: 修复Add返回数组还是对象的逻辑 (547e733)
  • editor: 拖拽改变父容器时错乱现象 (#296) (f3c9ba4)
  • editor: 组件属性表单配置默认值 (5529bbc)

Features

  • editor: propsService添加fillConfig方法,支持扩展 (31029bc)
  • editor: 添加stage slot (98bc4e2)

1.1.0-beta.11

19 Aug 03:28
Compare
Choose a tag to compare

1.1.0-beta.11 (2022-08-19)

Bug Fixes

  • cli: window下路径分隔符\转换为/ (4e4cae4), closes #286
  • editor: 解决UISelect控制台警告 (#289) (0536ac2)
  • ui,runtime: 组件注册默认以magic-ui-xx的形式,不再需要在组件中设置name (de38035), closes #291

Features

  • admin: 更新runtime (aed4b42)
  • cli: 添加onInit/onPrepare配置 (87f1bfb)
  • editor: 记住组件树节点展开的状态 (143bded), closes #283

1.1.0-beta.10

17 Aug 07:32
Compare
Choose a tag to compare
1.1.0-beta.10 Pre-release
Pre-release

1.1.0-beta.10 (2022-08-17)

Bug Fixes

  • editor: react runtime中添加没有即使渲染 (9d2e221)
  • editor: 复制页面错误 (5f0e421)
  • form: text按方向键减到负数后,继续按方向键无效 (e1c0614), closes #261
  • playground,runtime: 拖动添加弹窗时初始位置不对 (41a8400)

Features

  • cli: 自动install组件包,支持pnpm,npm,yarn (c19afda)
  • core: 旋转角度支持配置不带单位的数值 (b1bd7a8), closes #260
  • editor,stage: runtime-api中的add/update/remove中的参数加上parentId (59e6aff)
  • editor: runtime add api中parent参数加回去 (2cde4bb)

1.1.0-beta.9

12 Aug 08:13
Compare
Choose a tag to compare
1.1.0-beta.9 Pre-release
Pre-release

1.1.0-beta.9 (2022-08-12)

Bug Fixes

  • editor: 删除节点后,标记父节点为修改状态 (0e82f65)
  • editor: 水平居中添加了两个历史堆栈 (8827743)
  • playground: pc预览适配 (31d60eb)
  • stage: 修复多选组件处于拖拽状态时画布组件命中高亮的问题,优化多选拖拽体验 (#265) (8f5acff)
  • stage: 修复非多选状态下,点击选中组件切换为普通选中状态 (#254) (cf9768b)
  • stage: 多选时禁止拖出边界 (edf66cc)

Features

  • cli: 支持temp下的config.ts配置文件,该模式下的配置文件会默认被删掉 (52973d2)
  • editor,stage: 多选支持居中操作 (c949590)
  • stage,editor: 拖入指定容器支持配置成按住alt才开启 (4f8ea94)
  • stage: 暂时禁用多选resizable (b1ce0be)

1.1.0-beta.8

11 Aug 09:26
Compare
Choose a tag to compare
1.1.0-beta.8 Pre-release
Pre-release

1.1.0-beta.8 (2022-08-11)

Bug Fixes

  • editor: icon 图片模式样式修改 (23617a6)
  • editor: 画布右键菜单中粘贴按钮显示条件修改 (beee67b)
  • ui-vue2: button,container,text formconfig补充完整 (5ccb5f1)

Features

  • editor: editorService.add支持添加多个组件 (b6fa064)