297 Commits

Author SHA1 Message Date
parisma
e9e3691c79 refactor: 修复安全工单问题 2022-05-12 16:06:06 +08:00
roymondchen
00bc52c639 v1.0.0-beta.15 2022-05-11 18:40:00 +08:00
roymondchen
8eda764f1e chore: 修改sideEffects 2022-05-11 18:38:17 +08:00
roymondchen
75133ab6da refactor: update element-plus 2022-05-11 18:38:17 +08:00
parisma
86447ec4a1 fix: 管理端启动文档更新 2022-05-10 19:43:56 +08:00
roymondchen
946016686e build(runtime): schema构建后需要配置alias 2022-05-07 20:23:13 +08:00
jia000
6b5ad8c5ae Revert "feat(editor): 选中组件后自动滚动到组件位置"
This reverts commit d23a318003e9d6dad1480df560fb36ac3005554f.
2022-05-07 20:17:00 +08:00
roymondchen
d23a318003 feat(editor): 选中组件后自动滚动到组件位置 2022-05-07 19:58:37 +08:00
roymondchen
ca97e2410b v1.0.0-beta.14 2022-05-07 17:10:14 +08:00
roymondchen
3fcaeb9936 refactor(editor): 导出ToolButton组件 2022-05-07 17:05:54 +08:00
roymondchen
10349fb453 docs: 完善文档 2022-05-07 17:05:54 +08:00
roymondchen
88cc033e0d fix(form): row显隐不会触发 2022-05-07 17:05:54 +08:00
roymondchen
7d62c09c6b fix(editor): root为空时异常处理 2022-05-07 17:05:54 +08:00
roymondchen
327fc47aa1 test(editor): 右键菜单重构后,删除无效测试用例 2022-05-07 15:18:29 +08:00
roymondchen
73f433f6d0 build(schema): build schema 2022-05-07 15:18:29 +08:00
roymondchen
a0c3e25edb fix(editor): 删除全部页面后显示异常 2022-05-07 15:18:29 +08:00
roymondchen
d1610e5ff2 style(editor): 菜单样式优化 2022-05-07 15:18:29 +08:00
roymondchen
bcbd1f5d37 fix(editor): 删除组件后,组件树不更新 2022-05-07 15:18:29 +08:00
roymondchen
29e31e9cad chore: 组件默认值不需要带位置信息 2022-05-07 15:18:29 +08:00
roymondchen
5da8601f36 feat(editor): 支持拖拽添加组件 2022-05-07 15:18:29 +08:00
roymondchen
76b8d2314a fix(editor): mac下meta + v,meta + x快捷键无效 2022-05-07 15:18:29 +08:00
parisma
4f4ed9c61b fix: 删除无用的方法 2022-05-07 14:51:51 +08:00
roymondchen
b1aae65182 feat(editor): 增加editorService.move的扩展 2022-05-05 20:33:10 +08:00
roymondchen
f7bca02844 feat(playground): 增加字体样式配置 2022-05-05 20:33:10 +08:00
roymondchen
56375b0fb0 refactor(editor): 重构右键菜单 2022-05-05 20:33:10 +08:00
roymondchen
34eb57b37a docs(docs): 文档一些名词更新,失效链接修复 2022-04-29 17:49:17 +08:00
roymondchen
da89d5786a refactor(form): textarea去掉外层div 2022-04-29 17:49:17 +08:00
roymondchen
5e4b709d61 fix(editor): 组件列表中搜索栏层级问题 2022-04-29 17:49:17 +08:00
roymondchen
4ac1214e6a refactor(form): submitForm返回toRaw后的值 2022-04-29 17:49:17 +08:00
roymondchen
912639999d feat(table): action增加before配置 2022-04-29 17:49:17 +08:00
parisma
15b202a9be fix(highlight): 修复固定定位和弹窗场景下鼠标高亮偏移的问题 2022-04-28 20:50:08 +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
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