roymondchen
|
56375b0fb0
|
refactor(editor): 重构右键菜单
|
2022-05-05 20:33:10 +08:00 |
|
roymondchen
|
5e4b709d61
|
fix(editor): 组件列表中搜索栏层级问题
|
2022-04-29 17:49:17 +08:00 |
|
marchyang
|
a1ae3dd88d
|
fix: 修复lock文件问题
|
2022-04-28 16:55:10 +08:00 |
|
marchyang
|
582962f6df
|
fix: 修复单独使用@tmagic/editor,报错无法运行的问题
|
2022-04-28 16:55:10 +08:00 |
|
marchyang
|
cb99a6fff5
|
fix: 修复缺少buffer依赖,导致单独使用@tmagic/editor出现报错,无法运行的问题
safe-buffer是一个server端的库,使用了nodejs自带的buffer包,不支持浏览器环境,因此导致在运行时报错. 为解决此问题需要引入npm第三方包buffer来兼容浏览器环境.
|
2022-04-28 16:55:10 +08:00 |
|
roymondchen
|
2f8f81afb3
|
v1.0.0-beta.13
|
2022-04-22 13:24:31 +08:00 |
|
roymondchen
|
51031fe8ab
|
feat(editor): 添加常用快捷键
|
2022-04-22 12:16:39 +08:00 |
|
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 |
|