514 Commits

Author SHA1 Message Date
力皓
e131c0276c refactor(perf): 支持属性编辑的增量更新schema 2021-05-19 15:00:56 +08:00
力皓
bd0070c3de feat: 增加画布右键事件的参数 2021-05-14 17:03:23 +08:00
力皓
ccbbf743ad feat: 支持在 host 里刷新渲染器 2021-05-13 20:47:15 +08:00
力皓
e0c4c31daa chore: style 2021-05-12 18:20:10 +08:00
mario.gk
f3352231a0 feat: 完善 schema 中的 componentsMap 和 utils 信息 2021-05-12 17:03:46 +08:00
力皓
b23231e8d0 feat: 支持设计器里的 utils 注入机制 (vu-xxx & 简单类型的 umd) 2021-05-11 15:11:26 +08:00
力皓
678e13c159 chore: 修复单测 2021-05-07 16:59:33 +08:00
力皓
a9c4b97135 feat: 支持引擎 init 时传入参数, 逐渐取代 editor 参数的功能 2021-05-07 16:10:55 +08:00
力皓
d89c5910a5 test: 兼容单测 2021-04-28 11:26:24 +08:00
力皓
3853f76ff9 refactor(mem): 继续优化内存泄漏问题 2021-04-28 10:37:43 +08:00
力皓
b65460f029 fix: 提前 simulator mount 的时间点, 修复极低概率出现的 style 丢失现象 2021-04-28 10:03:00 +08:00
力皓
5b64850bd5 refactor(perf): 解决内存泄漏问题, 回收 setting-top-entry, 断开 setting-field 父子之间的互相引用关系 2021-04-22 19:13:41 +08:00
zude.hzd
6a1af9d729 feat: assset.json package 对象支持 exportName, 用来适配 umd 导出的 name 2021-04-22 19:10:24 +08:00
lihao.ylh
30c8dc2bd3 Merge branch feat/mutiDevice into release/1.0.45
Title: rax模拟器去掉滚动条 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/5261610
2021-04-21 13:42:09 +08:00
力皓
bedd598fc7 refactor(perf): 优化插入 style 节点的逻辑, 避免无意义的删除和插入 2021-04-21 13:40:18 +08:00
茵落
b7c187623d fix: 修复设备切换时设备尺寸超过页面bug;iphonex/6默认尺寸 2021-04-15 17:31:03 +08:00
力皓
f2ce27c811 fix: 解决 radio 组件无法删除, 且影响其他组件也无法删除的问题 2021-04-14 14:48:08 +08:00
力皓
936ad91913 refactor: 增加组件后, 重新构造 components, 但不触发重新渲染 2021-04-14 14:05:57 +08:00
力皓
a9cead0339 fix: 调整 components 触发视图刷新的机制, designer _componentMetasMap 引用更新才触发 renderer components 更新 2021-04-14 11:18:56 +08:00
力皓
b7c1183460 fix: componentsMap 中加入低代码组件信息 2021-04-13 20:54:41 +08:00
力皓
34e8105c10 fix: 修复在没有选中任何画布节点时, 添加模态框异常的 bug 2021-04-13 14:47:46 +08:00
力皓
c02f0ec837 fix: 移除 renderer 内 components 的响应式逻辑
refactor: 优化判断点击节点是否在视口内的逻辑
fix: 修复 parseMetadata 后丢失 npm 信息
2021-04-13 13:46:27 +08:00
力皓
0170dfaa5b chore: 先改回原来的行为 2021-04-06 09:59:07 +08:00
lihao.ylh
906a812601 Merge branch feat/mutiDevice into release/1.0.41
Title: 增加deviceStyle 属性 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/5122605
2021-04-02 12:07:48 +08:00
茵落
1a09282bfa feat(): add deviceStyle props 2021-03-31 19:06:41 +08:00
力皓
7b551fb5b8 fix: 对齐 getConfig 的实现
fix: 修复回退/重做后, 选中态丢失的问题
2021-03-31 16:45:01 +08:00
力皓
9a3352b054 feat: 增加 getConfig / getItems / selected 等兼容 vision 的 API 2021-03-31 14:34:40 +08:00
力皓
393d9cebf8 fix: 修复无法获取 libraryMap
refactor: 移除 setupComponents, 直接调用 renderer 的 load/buildComponents 函数, 确保多个 renderer 都能 work
2021-03-30 17:30:52 +08:00
力皓
c463b73580 refactor(perf): 修复首次渲染隐藏模态框带来的重复渲染性能消耗
chore: 关闭 liveReload
fix: 修复 history.savePoint 的延迟调用逻辑
2021-03-24 12:33:35 +08:00
zude.hzd
a5ca12ab69 feat: 异步加载asset 2021-03-22 14:19:04 +08:00
力皓
424b239e45 chore: ts 报错处理 2021-03-22 09:54:33 +08:00
力皓
67a69ea6cb test: 修复几个单测问题, 支持 aone 实验室 2021-03-12 16:59:23 +08:00
力皓
28d7960c52 fix: 修复 Dialog 错误地添加到非 Page 节点下
fix: scrollToNode 时, 兼容 comment 类型的节点
fix: 修复明细组件点击扩展配置时白屏
2021-03-08 10:57:28 +08:00
xiaoxian.xlf
3f0a5e2483 Merge branch feat/pane-drag into release/1.0.37
Title: feat: add pane drag, use config "enableDrag:true" 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/4882586
2021-03-03 10:47:56 +08:00
暁仙
2cb24a41c0 feat: add pane drag, use config "enableDrag:true" 2021-03-03 10:37:22 +08:00
力皓
fdea551617 Merge branch 'feat/device-mapper' into 'release/1.0.37'
feat: add deviceMapper to adaptor different components lib

RT

See merge request !1172493
2021-03-02 13:31:45 +08:00
mark.ck
b807597be9 feat: add deviceMapper to adaptor different components lib 2021-03-01 18:01:12 +08:00
力皓
badc6ef041 fix: 修复点击大纲树节点时, 画布也滚动到相应位置 2021-02-23 20:35:16 +08:00
力皓
6406417e73 fix: 修复 canDropIn / canDropTo 转成 nestingRule 异常
fix: 修复部分场景下 bem-tools 选择框位置不对
chore: 命名 iframe 为 SimulatorRenderer, 方便调试
2021-02-19 16:45:16 +08:00
力皓
a17573191f chore: code style fix 2021-02-08 11:48:42 +08:00
力皓
298c810937 feat: 隔离运行插件
feat: PluginContext 增加 setters
2021-02-08 11:16:41 +08:00
力皓
265a84fa6b feat: 支持 Node#wrapWith API 2021-02-03 10:35:33 +08:00
力皓
7ec3bf335d chore: engine-ext / engine-core / vision-polyfill 工程化统一
feat: 增加设置 i18n 的方式
chore: ignitor devServer useLocalIp
2021-02-02 19:16:05 +08:00
力皓
386d120ab7 fix: 优化 vc-live-editing 注入逻辑(后续可能要开个配置项让用户选择版本) 2021-02-01 10:57:49 +08:00
春希
694651262a feat: add i18n support for react simulator & render 2021-01-30 14:38:08 +08:00
力皓
c26da97885 fix: 修复设置迭代参数异常的 bug 2021-01-28 11:15:02 +08:00
力皓
46dce7a1f1 fix: 修复设计器嵌入到 iframe 时产生跨域异常 2021-01-27 16:34:35 +08:00
力皓
158b6a699f fix: 修复从其他页面粘贴过来的 modal 位置不对
fix: 对于 vc 场景的组件, 才做 schema 兼容处理
refactor: eslint 统一收拢到根目录
2021-01-27 14:23:57 +08:00
力皓
95a8356803 chore: fix conflicts 2021-01-25 10:42:46 +08:00
yingkong.lz
88e128e3d5 feat: metadata 增加 canHovering 配置 2021-01-24 00:10:34 +08:00