56 Commits

Author SHA1 Message Date
roymondchen
74b865f0f9 style(stage): 组件列表节点文案过长时会与右侧图标重叠 2022-04-22 12:16:39 +08:00
roymondchen
9efe4f04fc fix(editor): 删除的快捷键操作,不要对页面生效 2022-04-22 12:16:39 +08:00
roymondchen
9526c44d16 fix(editor): 由于有可选参数,所以将after hook的返回值放到第一个参数 2022-04-22 12:16:39 +08:00
roymondchen
8e004f9766 fix(editor): getLayout增加判断fixed 2022-04-22 12:16:39 +08:00
roymondchen
1c8829fac9 fix(editor): 在小屏幕下画布的标尺显示不全 2022-04-20 16:38:35 +08:00
roymondchen
9d46305d2a chore: 更新npm依赖 2022-04-14 15:48:53 +08:00
roymondchen
9c540f569c v1.0.0-beta.12 2022-04-13 17:17:14 +08:00
roymondchen
db62427ee9 feat(editor): 新增删除、复制、粘贴、剪切快捷键操作 2022-04-13 17:17:14 +08:00
roymondchen
067164aadc docs: 添加packages readme 2022-04-13 17:17:14 +08:00
roymondchen
9ae93fc9f2 test: 修改测试用例 2022-04-13 17:17:14 +08:00
roymondchen
992ebbe3ce fix(editor): 修复新增组件时,组件列表配置的数据丢失问题 2022-04-13 17:17:14 +08:00
roymondchen
31373500c2 fix(editor): 切换组件时会连续触发两次表单初始化 2022-04-13 17:17:14 +08:00
roymondchen
0e74970bfe feat(editor): 新增组件自动设置到视窗中间 2022-04-13 17:17:14 +08:00
roymondchen
575adb9a5e v1.0.0-beta.11 2022-04-07 19:59:19 +08:00
roymondchen
bb5e192dcd fix(editor): 修复历史状态变化后,画布没有更新 2022-04-07 19:59:19 +08:00
roymondchen
ece1bab5c0 v1.0.0-beta.10 2022-04-07 19:14:14 +08:00
roymondchen
06b40c9c15 fix(editor): 修复code 代码编辑器光标错乱问题 2022-04-07 18:31:37 +08:00
roymondchen
f896115881 feat(editor): 组件树保持展开当前选中节点的父节点 2022-04-07 18:31:37 +08:00
roymondchen
8676e02f2f test(editor): 修改测试用例 2022-04-07 18:31:37 +08:00
roymondchen
8390ba75be fix(editor): 从组件树选中没有渲染的组件时,需要等待组件渲染完成再初始化选中框 2022-04-07 18:31:37 +08:00
roymondchen
b8d352a885 fix(editor): 新增service方法串行调用问题,解决连续快速拖动导致更新节点错乱问题 2022-04-07 18:31:37 +08:00
roymondchen
9746bab435 refactor(editor): stage组件直接响应stageCore的事件 2022-04-07 18:31:37 +08:00
roymondchen
97fa34bbc6 fix(editor): 添加或者删除节点后,选中状态没有刷新 2022-04-02 20:14:45 +08:00
roymondchen
ed9805f2b4 feat(editor): 修改默人属性面板宽度 2022-04-02 20:14:45 +08:00
roymondchen
97a722579d feat(editor): 组件树增加id和type过滤 2022-04-02 20:14:45 +08:00
roymondchen
29a9912820 fix(stage): canSelect增加event参数 2022-04-02 20:14:45 +08:00
roymondchen
9b849cc906 fix(editor): 修改pagebar过长无法滚动问题 2022-04-02 20:14:45 +08:00
roymondchen
a842c5b0ce feat: 优化拖拽体验 2022-04-02 12:56:54 +08:00
roymondchen
be4df0fc9b fix(editor): 组件树右键菜单子菜单出不来 2022-04-01 16:56:59 +08:00
roymondchen
faa6c6d9fe feat(editor): zoom 设置为button 2022-04-01 16:56:59 +08:00
roymondchen
f500e51933 v1.0.0-beta.9 2022-03-31 19:46:12 +08:00
roymondchen
5350c9050c fix(editor): 修复pagebar文字超长换行问题 2022-03-31 19:46:12 +08:00
roymondchen
3dab16b2f6 fix(editor): 新增页面不用添加历史记录 2022-03-31 19:46:12 +08:00
roymondchen
6dbda7b565 style(editor): 将节点类型改成枚举 2022-03-31 19:46:12 +08:00
parisma
feb9ac9a81 feat: 编辑器支持鼠标悬停高亮组件 2022-03-31 15:16:32 +08:00
roymondchen
5a85e26443 v1.0.0-beta.8 2022-03-29 13:02:40 +08:00
roymondchen
c60e226f35 chore: 更新element-plus 2022-03-29 13:02:40 +08:00
roymondchen
8e192e7cd4 feat: 新增select下的popper class 2022-03-29 13:02:40 +08:00
roymondchen
393889b27a fix(editor): 流式布局下,拖动后选中错误 2022-03-29 13:02:40 +08:00
roymondchen
9252eb2ae0 v1.0.0-beta.7 2022-03-18 22:37:00 +08:00
roymondchen
42f1789c10 fix(editor): 切换布局失效 2022-03-18 22:37:00 +08:00
roymondchen
276b95a03c v1.0.0-beta.6 2022-03-17 23:44:12 +08:00
roymondchen
541a279fe7 fix(editor): 画布拖动容易误触 2022-03-17 23:29:55 +08:00
roymondchen
ca84c8f852 fix(editor): 不允许选中跟节点 2022-03-17 23:29:55 +08:00
roymondchen
2771d9fb2a v1.0.0-beta.5 2022-03-15 16:06:10 +08:00
roymondchen
dee685f0b3 fix(editor): 首次选中组件后拖动,更新节点无效 2022-03-15 16:06:10 +08:00
roymondchen
12de0f5414 fix(editor): 样式优化调整 2022-03-15 16:06:10 +08:00
roymondchen
73ffc6580d v1.0.0-beta.4 2022-03-14 23:04:06 +08:00
roymondchen
012c5ceeca v1.0.0-beta.3 2022-03-14 22:02:26 +08:00
roymondchen
de9d7d340a feat(editor): 画布拖动 2022-03-14 22:02:26 +08:00