649 Commits

Author SHA1 Message Date
roymondchen
a575073387 chore: release v1.2.0-beta.13 v1.2.0-beta.13 2022-11-15 18:19:57 +08:00
roymondchen
4fe45eb36d fix(form): time value改成HH:mm:ss字符串,支持配置 2022-11-15 18:16:14 +08:00
roymondchen
52fc452823 chore: release v1.2.0-beta.12 v1.2.0-beta.12 2022-11-15 16:58:27 +08:00
parisma
16f671cd8f feat(editor): 代码块支持传递参数 (merge request !9)
Squash merge branch 'feature/parisma_codeDraft' into 'master'
1、 table支持items为函数
2、代码块支持传递参数
2022-11-15 08:48:19 +00:00
kevinyzheng
cc21c47829 feat(cli): hooks.beforeWriteEntry 改为 async 2022-11-15 08:15:43 +00:00
roymondchen
f824b661bd feat(table): 支持expand内容可以为html 2022-11-15 16:03:25 +08:00
roymondchen
8de58a2101 refactor(editor): 明确CodeEditor type的定义 2022-11-15 16:01:52 +08:00
kevinyzheng
4c94fa0a8f feat(cli): 增加 hook.beforeWriteEntry 2022-11-14 06:22:20 +00:00
kevinyzheng
258ac4d56b feat(cli): 设置 dynamicImport 时生成 async-plugin-entry 2022-11-14 06:22:20 +00:00
kevinyzheng
f5a8d6bdc6 fix(cli): entry生成路径错误问题 2022-11-14 06:22:20 +00:00
kevinyzheng
04e18572fd feat(cli): ast 解析入口文件优化 2022-11-14 06:22:20 +00:00
kevinyzheng
6c5cc55f31 feat(cli): 文件声明“不合法”修改为“缺失” 2022-11-14 06:22:20 +00:00
kevinyzheng
958bcd3ec5 feat(cli): 优化 logger,优化 ast 解析 2022-11-14 06:22:20 +00:00
parisma
a03ac7c78b feat: core代码执行兼容老的数据格式 2022-11-10 20:10:21 +08:00
parisma
c2b000ac5f refactor: 安全工单处理 2022-11-10 19:53:35 +08:00
parisma
b2702aaa9e fix: 优化组件列表多选键盘快捷键监听体验 2022-11-10 19:53:35 +08:00
parisma
c7a8552d9b fix: 代码块结构改造完成 2022-11-10 19:53:35 +08:00
parisma
c4293f17a6 feat: 修改code_block结构,组件代码关系绑定改为table,绑定关系更新未完成 2022-11-10 19:53:35 +08:00
parisma
60c572ec30 refactor(editor): 修改变量的类型声明 2022-11-10 19:53:35 +08:00
parisma
0eab817a11 fix(editor): 区分直接关闭和保存后关闭
#440
2022-11-10 19:53:35 +08:00
parisma
0f0ec183a8 fix(editor): 修复自动保存提示不展示的问
#440
2022-11-10 19:53:35 +08:00
parisma
d98d3748d3 feat(editor): 拆分代码块编辑器便于以后扩展,支持草稿自动保存,修复代码块列表的样式问题
#440
2022-11-10 19:53:35 +08:00
parisma
3673d6016d feat(editor): 代码编辑新增草稿功能
#440
2022-11-10 19:53:35 +08:00
roymondchen
3e78a0809b fix(editor): 新增删除页面不应该添加历史 2022-11-10 16:19:17 +08:00
roymondchen
2bbca87e51 chore: release v1.2.0-beta.11 v1.2.0-beta.11 2022-11-08 16:23:29 +08:00
roymondchen
eae776990c fix(editor): Layout 组件与Layout ts type 重名,将组件改为LayoutContainer 2022-11-08 16:21:47 +08:00
roymondchen
d8d6342505 chore: release v1.2.0-beta.10 v1.2.0-beta.10 2022-11-07 16:31:40 +08:00
roymondchen
929d7c463f fix(form): table 分页 2022-11-07 16:23:57 +08:00
roymondchen
617b025ce1 fix(form): table 拖动排序 2022-11-07 15:49:51 +08:00
roymondchen
6fdc28e121 chore(editor): export Layout 2022-11-07 14:32:16 +08:00
roymondchen
66e727838b fix(editor): 多选后,再单选多选中的第一个元素,多选状态没有清除 2022-11-04 19:46:54 +08:00
roymondchen
8d8ef55b81 fix(editor): 画布滚动条出现的不准确 2022-11-04 19:39:47 +08:00
roymondchen
e8c53c2bd1 fix(editor): 单选水平居中 2022-11-04 19:20:30 +08:00
roymondchen
c2e8a1caae fix(editor): content-menu没有响应式 2022-11-04 19:19:44 +08:00
roymondchen
131ae30bae chore: 添加组件name 2022-11-03 14:14:54 +08:00
roymondchen
95be9e9390 chore: 更新element-plus, tabpane只能是tabs的子元素,不能对tabpane进行二次封装 2022-11-02 15:24:58 +08:00
roymondchen
bb01427a42 chore: release v1.2.0-beta.9 v1.2.0-beta.9 2022-10-28 19:20:04 +08:00
roymondchen
723da40bc7 fix(editor): content-menu隐藏时不销毁 2022-10-28 17:43:40 +08:00
roymondchen
9fd8385651 feat(form): 展开更多支持配置函数 2022-10-28 15:08:58 +08:00
parisma
0ca0abf2da fix: 使用form.initValues解决代码块绑定关系更新不及时的问题 2022-10-28 14:58:30 +08:00
parisma
f8d7eaea5e fix(editor): 优化代码逻辑 2022-10-28 14:21:57 +08:00
roymondchen
49c0ec9dd9 fix(form): formState需要同步props更新 2022-10-28 11:38:15 +08:00
roymondchen
5ab38a9077 docs: 修改共享文档 2022-10-26 10:59:16 +08:00
roymondchen
73ecdfff70 chore: release v1.2.0-beta.8 v1.2.0-beta.8 2022-10-25 17:41:35 +08:00
oceanzhu
2dda4f3488 refactor(stage): 删除stageCore构造函数的参数,修改了getScrollParent的实现,无需依赖外部传参数 2022-10-25 09:19:13 +00:00
oceanzhu
554e695ef5 refactor(stage): 根据cr意见优化stageRender构造函数传参 2022-10-25 09:19:13 +00:00
oceanzhu
9787a9e379 refactor(stage): 重构mask,解除对stageCore对象的依赖,同时减少暴露的对象,并重构部分大函数为小函数 2022-10-25 09:19:13 +00:00
oceanzhu
638e996516 refactor(stage): stageRender去除对stageCore对象的依赖,简化对象依赖关系 2022-10-25 09:19:13 +00:00
parisma
baedcaba05 Merge branch 'bugfix/parisma_codeBlock' into 'master' (merge request !4)
fix(editor): 修复管理端和pg表现不一致的问题,删除冗余逻辑
2022-10-25 07:25:12 +00:00
parisma
bc0f17c18f fix(editor): 修复管理端和pg表现不一致的问题,删除冗余逻辑 2022-10-25 11:21:28 +08:00