Releases: Tencent/tmagic-editor
Releases · Tencent/tmagic-editor
1.3.10
1.3.10 (2024-01-10)
Bug Fixes
Features
- design,element-plus-adapter: 新增获取浮层zIndex的方法 (81e3d0a)
- 新增tmagic-form-runtime (f8443ed)
- 输入文本含有空格时,弹窗提示 (ab5e31d)
1.3.9
1.3.9 (2024-01-03)
Bug Fixes
Features
- data-source,utils,runtime: 数据源setData支持指定路径 (d3777b2)
- 代码编辑器支持emmet插件 --story=115432867 (6b4bfae)
1.3.8
1.3.8 (2023-12-21)
Features
- editor,dep: watcher新增方法:清除指定类型的依赖 (d981014)
- editor,form: 新增属性配置表单error事件 (fbe1d88), closes #557
- editor,ui: 页面片下拉选择框支持点击跳转编辑,修改页面片组件initvalue (2dc810a)
- editor: data-source-service支持扩展 (bd8bbc6)
- editor: 新增page-bar slot (7c90b93)
- form: table 增加 beforeAddRow 钩子函数校验是否可增加行 (2dcef44)
1.3.7
1.3.7 (2023-12-19)
Bug Fixes
Features
- core,editor,ui: 新增页面片 (7b6dced)
- data-source: 支持在指定js环境下不执行init的配置 (86bdb9f)
- editor, stage: 初始化加载runtime loading (7305f87)
- editor, stage: 新增禁用多选的props (2a5b9ec)
- editor,stage: 新增标尺配置props (f212be1), closes #558
- editor: 右键菜单兼容页面片 (41a3b8c)
- editor: 新增自定义右键菜单函数配置 (698c345)
- playground: 完善form editor (538f96c)
1.3.6
1.3.6 (2023-12-12)
Bug Fixes
- data-source,utils: 显示条件编译对于undefined理解不正确 (75dd89f)
- dep: get-tagert需要指定type (70f2b11)
- editor: 新增数据源方法不会收集依赖 (fe26ac5)
- editor: 有复制的内容时展示粘贴菜单 (456692f)
- form: cascader options不会自动更新 (cc202d7)
- table: 修复element table tooltip position 默认使用 fixed 定位导致气泡偏移的问题 (0c994f1)
Features
- editor,stage: 优化可选组件交互 (258d2bc)
- editor: propsService.setNewItemId新增force参数 (a9d794d)
- editor: service扩展支持设置成同步的 (5c6a345)
- editor: 修改code-block-list code-block-panel-tool slot data (268ec4c)
- editor: 可选组件按钮只有在可选组件长度大于3时才显示 (e50e332)
- playground: 新增表单编辑器 (cf72039)
- stage, editor: runtime支持直接渲染模式不用iframe (ba2f1e5)
1.3.5
1.3.5 (2023-12-01)
Bug Fixes
1.3.4
1.3.4 (2023-11-28)
Bug Fixes
- editor: 从组件树中拖入画布新增的情况如果初始position为fixed不改变布局 (b0fcafd)
- editor: 修改根节点不添加历史记录 (c9aab11)
- util: 条件编译对应is与not实现对应value为false的情况出错 (33c8f8b)
Features
1.3.3
1.3.3 (2023-11-21)
Bug Fixes
Features
- data-sources: http数据裁剪函数content参数添加options (5549e8c)
1.3.2
1.3.2 (2023-11-21)
Bug Fixes
- dep: 数据源依赖收集不收集单独的id,因为id不需要编译 (eea8032)
- editor: 不允许容器节点拖动到自己里面 (fded262), closes #553
- editor: 修复slide 全部拖出来再关闭回去时不展示slide操作栏的问题 (c80ea82)
- editor: 更新dsl,组件树列表不更新 (e35a963), closes #554
Features
- data-source: 新增指定数据源的字符串模板编译 (2e6d8af)
- editor: dataSourceService.add返回添加的数据源 (ab02c2f)
- editor: 支持 slide 侧边栏可拖拽悬浮 (2b10e7e)
- editor: 数据源选择器支持选择数据源id (cdba8ae)
1.3.1
1.3.1 (2023-11-15)
Bug Fixes
- editor: 在组件树将组件拖入不同布局的容器内,需要改变其布局 (ce0c941), closes #552
- stage: 当页面大小小于画布时,组件又处于画布边缘,moveable边框会超出画布,导致获取到画布外的元素 (3b789f4), closes #546
- stage: 设置margin后拖动位置出现漂移 (7f6ba9d), closes #549
Features
- core: 将事件响应中的剩余事件参数传入到配置的代码块与数据源方法中 (436fb3f), closes #551
- data-source: 数据源支持ssr (ffd8130)