1466 Commits

Author SHA1 Message Date
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
marchyang
ec8867cbfd fix: 修复node版本16安装依赖失败的问题 2022-04-27 12:39:52 +08:00
roymondchen
b866b0fcea docs: 错别字修改 2022-04-26 21:04:48 +08:00
roymondchen
658337b4b2 build: npm script 兼容windows 2022-04-26 21:04:48 +08:00
parisma
d2220e7d0a docs(git-cz): 添加git-cz 2022-04-26 19:06:33 +08:00
parisma
c0803242c7 refactor: 文档更新 2022-04-26 19:06:33 +08:00
roymondchen
6df8ce82a5 fix(runtime): 修复window系统下npm run playground 出错问题 #29 2022-04-26 17:54:57 +08:00
roymondchen
c8542367db chore(stage): 升级moveable 2022-04-26 17:54:57 +08:00
roymondchen
f9ae10bc9d fix(playground): 预览检查是否保存 2022-04-22 13:24:31 +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
94debf51c0 fix(stage): 页面高度比画布小时,滚动画布出现异常 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
2647ace396 fix(utils): 判断是否为number不够严谨 2022-04-20 16:38:35 +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
0faabcb3ca fix(stage): 修复添加组件后没有自动选中问题 2022-04-13 17:17:14 +08:00
roymondchen
9cb821c491 fix(stage): 修复鼠标移出画布后,highlight没有清除 2022-04-13 17:17:14 +08:00
roymondchen
f7ba716fe9 fix(stage): 修复滚动容器大小发生变化时,导致滚动距离可能超出最大滚动值 2022-04-13 17:17:14 +08:00
roymondchen
a7351c9a02 fix(uitls): 添加package.json dependencies 2022-04-13 17:17:14 +08:00
roymondchen
90dd8381b1 refactor(form): 修改size类型定义 2022-04-13 17:17:14 +08:00
roymondchen
ed0a833d9f refactor(stage): hightlight throttleTime调整 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
59c0a090b8 fix(form): 修复text append按钮大小 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
554bc4b5c1 feat(form): number组件初始值尝试统一转换成number 2022-04-13 17:17:14 +08:00
roymondchen
959638c2c5 fix(editor): 修复fix布局的组件没有吸附效果问题 2022-04-13 17:17:14 +08:00
roymondchen
4d7b135e50 fix(form): 修复select过滤本地数据出错 2022-04-13 17:17:14 +08:00
roymondchen
0e74970bfe feat(editor): 新增组件自动设置到视窗中间 2022-04-13 17:17:14 +08:00
roymondchen
9c83a540da feat: 新增isPage,isNumber方法 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
038ef7cde4 fix(stage): import 了错误的log函数 2022-04-07 19:14:14 +08:00
parisma
121498e81b fix: 修复组件树中hover不存在的id导致高亮边框不消失的问题 2022-04-07 19:01:01 +08:00
parisma
a52d25fb70 fix: 修复快速点选拖动时有残影的问题 2022-04-07 19:01:01 +08:00
roymondchen
2e12812aac fix(form): tooltip丢失 2022-04-07 18:31:37 +08:00
roymondchen
57e815940b fix(table): 修复table设置expand后多一列object的问题 2022-04-07 18:31:37 +08:00
roymondchen
06b40c9c15 fix(editor): 修复code 代码编辑器光标错乱问题 2022-04-07 18:31:37 +08:00
roymondchen
71cfab8d4d feat(util): asyncLoadCss支持指定document 2022-04-07 18:31:37 +08:00
roymondchen
f896115881 feat(editor): 组件树保持展开当前选中节点的父节点 2022-04-07 18:31:37 +08:00