牧毅
|
779ea7c718
|
feat: 🎸 解决通过 Rax 出码到小程序的时候循环里面没法用循环变量的问题
|
2020-08-13 20:17:16 +08:00 |
|
牧毅
|
6cd07524b6
|
test: 💍 完善 Rax 出码的示例, 解决 methods 的上下文绑定的问题
|
2020-08-13 11:22:09 +08:00 |
|
牧毅
|
a1a3b68287
|
fix: 🐛 若全量引入 lodash 则在小程序下会跑不通,所以改成引入 lodash/clone
|
2020-08-13 00:35:29 +08:00 |
|
牧毅
|
27a9800705
|
feat: 🎸 出码模块的 schema 相关的类型统一都改成引用 @ali/lowcode-types 中的,与设计器一致
|
2020-08-13 00:21:44 +08:00 |
|
牧毅
|
adcfacb233
|
feat: 🎸 完善 Rax 出码, 补充更复杂的带有数据源绑定/条件/循环以及 Utils 的测试用例并 pass
|
2020-08-13 00:14:54 +08:00 |
|
牧毅
|
7fe4bc0ac1
|
feat: 🎸 根据低代码协议文档, 完善UtilsMap的定义
|
2020-08-13 00:13:45 +08:00 |
|
牧毅
|
7901c8e96d
|
feat: 🎸 根据低代码协议文档, 将 BlockSchema 也改成继承自 ContainerSchema
|
2020-08-13 00:12:39 +08:00 |
|
牧毅
|
7ad9f7563c
|
test: 💍 code generator 的测试应该只对目录有效
|
2020-08-12 16:57:43 +08:00 |
|
牧毅
|
36c486b9cd
|
fix: 🐛 小程序里面不支持可选链 "?.", 先直接访问 dataSourceEngine 吧
|
2020-08-12 16:52:26 +08:00 |
|
牧毅
|
eba172ce51
|
feat: 🎸 搞定 Rax 出码的时候的 package.json 中的 dependencies
|
2020-08-12 15:55:06 +08:00 |
|
牧毅
|
4572b53f47
|
feat: 🎸 补充对数据源的一些处理
|
2020-08-12 14:32:17 +08:00 |
|
牧毅
|
c3fdfe5af2
|
feat: 🎸 添加一个判断 ContainerSchema 的 util 方便后续用
|
2020-08-12 14:30:52 +08:00 |
|
牧毅
|
8b1d0c76f3
|
feat: 🎸 按照中后台搭建协议规范文档补充 JSFunction 的定义和数据源定义中一些字段
|
2020-08-12 14:16:54 +08:00 |
|
牧毅
|
9e325250df
|
feat: 🎸 补充规范中定义的 JSFunction 类型
|
2020-08-12 14:03:08 +08:00 |
|
牧毅
|
a3f0c3dcef
|
refactor: 💡 data-source -> datasource following Henry's advice
|
2020-08-12 12:14:59 +08:00 |
|
牧毅
|
9f621101b3
|
feat: 🎸 完善 Rax 出码, 跑通第一个测试用例👏👏👏
|
2020-08-12 11:39:15 +08:00 |
|
牧毅
|
c46af6376f
|
test: 💍 修正测试用例中对实际和期望的 diff 的逻辑
|
2020-08-12 11:38:27 +08:00 |
|
牧毅
|
a66ec82879
|
refactor: 💡 Rax 的出码插件有很多地方与 React 不同,还是单独拎出来为好
|
2020-08-12 10:34:27 +08:00 |
|
牧毅
|
63d5b6e4b0
|
test: 💍 重构执行命令的部分, 让单元测试代码更清晰
|
2020-08-12 10:33:44 +08:00 |
|
牧毅
|
cac29d8818
|
feat: 🎸 新增 less 文件类型的定义, 以备后续某些 solution 出码用 less 文件作为样式文件
|
2020-08-12 00:34:14 +08:00 |
|
牧毅
|
b7c4854fb1
|
feat: 🎸 支持对 JSON 文件进行 prettier 格式化
|
2020-08-12 00:33:27 +08:00 |
|
牧毅
|
42f7bdbe42
|
feat: 🎸 容器的模块名统一都用 PascalCase, 并为页面添加特定后缀防止与组件名冲突
|
2020-08-12 00:32:48 +08:00 |
|
牧毅
|
965ef4a4ed
|
feat: 🎸 优化 ResultDir 的报错信息, 更方便定位问题
|
2020-08-12 00:31:30 +08:00 |
|
牧毅
|
c3d909aaf5
|
feat: 🎸 优化完善 Rax 出码相关的模板和插件
|
2020-08-12 00:30:52 +08:00 |
|
牧毅
|
d834653b20
|
test: 💍 完善 Rax 出码的测试用例
|
2020-08-12 00:29:57 +08:00 |
|
牧毅
|
084c37c40b
|
chore: 🤖 增加对于出码模块的调试相关的 VSCode 的配置
|
2020-08-12 00:08:54 +08:00 |
|
牧毅
|
20c0953e0d
|
feat: 🎸 add rax code generator solution and test case
|
2020-08-11 19:59:41 +08:00 |
|
mario.gk
|
8647ade39d
|
build: 不 build demo
publish/0.9.0
|
2020-08-04 21:00:31 +08:00 |
|
mario.gk
|
9e6fa91b8c
|
Publish
- @ali/lowcode-demo@0.8.47
- @ali/lowcode-designer@0.9.37
- @ali/lowcode-editor-core@0.8.28
- @ali/lowcode-editor-preset-general@0.9.22
- @ali/lowcode-editor-preset-vision@0.8.38
- @ali/lowcode-editor-setters@0.9.14
- @ali/lowcode-editor-skeleton@0.8.43
- @ali/lowcode-plugin-components-pane@0.8.39
- @ali/lowcode-plugin-designer@0.9.37
- @ali/lowcode-plugin-event-bind-dialog@0.8.27
- @ali/lowcode-plugin-outline-pane@0.8.43
- @ali/lowcode-plugin-sample-logo@0.8.26
- @ali/lowcode-plugin-sample-preview@0.8.41
- @ali/lowcode-plugin-source-editor@0.8.24
- @ali/lowcode-plugin-undo-redo@0.8.41
- @ali/lowcode-plugin-variable-bind-dialog@0.8.25
- @ali/lowcode-plugin-zh-en@0.8.29
- @ali/lowcode-rax-simulator-renderer@0.8.40
- @ali/lowcode-react-simulator-renderer@0.8.42
@ali/lowcode-react-simulator-renderer@0.8.42
@ali/lowcode-plugin-variable-bind-dialog@0.8.25
@ali/lowcode-plugin-zh-en@0.8.29
@ali/lowcode-rax-simulator-renderer@0.8.40
@ali/lowcode-editor-preset-general@0.9.22
@ali/lowcode-editor-core@0.8.28
@ali/lowcode-editor-setters@0.9.14
@ali/lowcode-editor-skeleton@0.8.43
@ali/lowcode-plugin-components-pane@0.8.39
@ali/lowcode-plugin-designer@0.9.37
@ali/lowcode-demo@0.8.47
@ali/lowcode-editor-preset-vision@0.8.38
@ali/lowcode-plugin-event-bind-dialog@0.8.27
@ali/lowcode-designer@0.9.37
@ali/lowcode-plugin-undo-redo@0.8.41
@ali/lowcode-plugin-source-editor@0.8.24
@ali/lowcode-plugin-sample-preview@0.8.41
@ali/lowcode-plugin-sample-logo@0.8.26
@ali/lowcode-plugin-outline-pane@0.8.43
|
2020-08-04 20:48:08 +08:00 |
|
mario.gk
|
76847ee74d
|
Merge branch 'master' into release/0.9.0
|
2020-08-04 20:30:48 +08:00 |
|
mario.gk
|
31556d328a
|
Publish
- @ali/lowcode-demo@0.8.46
- @ali/lowcode-designer@0.9.36
- @ali/lowcode-editor-core@0.8.27
- @ali/lowcode-editor-preset-general@0.9.21
- @ali/lowcode-editor-preset-vision@0.8.37
- @ali/lowcode-editor-setters@0.9.13
- @ali/lowcode-editor-skeleton@0.8.42
- @ali/lowcode-plugin-components-pane@0.8.38
- @ali/lowcode-plugin-designer@0.9.36
- @ali/lowcode-plugin-event-bind-dialog@0.8.26
- @ali/lowcode-plugin-outline-pane@0.8.42
- @ali/lowcode-plugin-sample-logo@0.8.25
- @ali/lowcode-plugin-sample-preview@0.8.40
- @ali/lowcode-plugin-source-editor@0.8.23
- @ali/lowcode-plugin-undo-redo@0.8.40
- @ali/lowcode-plugin-variable-bind-dialog@0.8.24
- @ali/lowcode-plugin-zh-en@0.8.28
- @ali/lowcode-rax-simulator-renderer@0.8.39
- @ali/lowcode-react-simulator-renderer@0.8.41
- @ali/lowcode-types@0.8.14
- @ali/lowcode-utils@0.8.16
@ali/lowcode-plugin-components-pane@0.8.38
@ali/lowcode-rax-simulator-renderer@0.8.39
@ali/lowcode-utils@0.8.16
@ali/lowcode-types@0.8.14
@ali/lowcode-editor-preset-general@0.9.21
@ali/lowcode-editor-preset-vision@0.8.37
@ali/lowcode-editor-setters@0.9.13
@ali/lowcode-editor-skeleton@0.8.42
@ali/lowcode-plugin-designer@0.9.36
@ali/lowcode-plugin-event-bind-dialog@0.8.26
@ali/lowcode-plugin-outline-pane@0.8.42
@ali/lowcode-plugin-sample-logo@0.8.25
@ali/lowcode-plugin-sample-preview@0.8.40
@ali/lowcode-plugin-source-editor@0.8.23
@ali/lowcode-plugin-undo-redo@0.8.40
@ali/lowcode-plugin-variable-bind-dialog@0.8.24
@ali/lowcode-plugin-zh-en@0.8.28
@ali/lowcode-react-simulator-renderer@0.8.41
@ali/lowcode-demo@0.8.46
@ali/lowcode-editor-core@0.8.27
@ali/lowcode-designer@0.9.36
|
2020-08-04 20:14:58 +08:00 |
|
高凯
|
66d0ed4b93
|
Merge branch 'fix/slot-initial' into 'release/0.9.0'
fix: 修复 slot 获取初始值异常的 bug
See merge request !920699
|
2020-08-04 20:01:53 +08:00 |
|
力皓
|
63b19f1710
|
fix: 修复 slot 获取初始值异常的 bug
|
2020-08-04 20:01:23 +08:00 |
|
高凯
|
a5acc3c230
|
Merge branch 'fix/vision-rax' into 'release/0.9.0'
fix: plugin-desiger 支持从 editor 获取 device 参数
See merge request !919249
|
2020-08-04 19:37:05 +08:00 |
|
高凯
|
d4d061542f
|
Merge branch 'fix/table-heade-crash' into 'release/0.9.0'
JS面板引用计数问题修复
See merge request !920467
|
2020-08-04 19:35:38 +08:00 |
|
mario.gk
|
3ba58bcdd0
|
Merge branch 'release/0.9.0' of gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine into release/0.9.0
|
2020-08-04 19:30:36 +08:00 |
|
mario.gk
|
c95e618121
|
fix: 兼容 listSetter 内部变量,修复回退 fieldId 重置问题
|
2020-08-04 19:29:49 +08:00 |
|
林熠
|
fcc1a6f02d
|
fix: 修复js面板引用计数问题
|
2020-08-04 19:18:08 +08:00 |
|
林熠
|
f054cbf779
|
fix: CR 问题修复
|
2020-08-04 17:54:27 +08:00 |
|
林熠
|
6c703d88db
|
fix: remove console
|
2020-08-04 17:53:06 +08:00 |
|
康为
|
410eaf0403
|
Merge branch 'fix/table-heade-crash' into 'release/0.9.0'
fix: 导入的组件默认怎么变量绑定
See merge request !919824
|
2020-08-04 17:06:22 +08:00 |
|
林熠
|
fc398c25c6
|
fix: 导入的组件默认怎么变量绑定
|
2020-08-04 15:04:02 +08:00 |
|
康为
|
91e493bd00
|
Merge branch 'fix/table-heade-crash' into 'release/0.9.0'
fix: 导入的组件默认增加变量绑定功能
See merge request !919763
|
2020-08-04 14:54:40 +08:00 |
|
林熠
|
194d8d8f43
|
fix: 导入的组件默认怎么变量绑定
|
2020-08-04 14:50:13 +08:00 |
|
林熠
|
8ade6d821d
|
fix: 兼容vision体系代码面板中引用计数功能
|
2020-08-04 14:48:24 +08:00 |
|
mario.gk
|
43bc29b99d
|
fix: plugin-desiger 支持从 editor 获取 device 参数
|
2020-08-04 10:50:04 +08:00 |
|
康为
|
c1539a1086
|
Merge branch 'hotfix/mainarea-change-error' into 'release/0.9.1'
Hotfix/mainarea change error
画布快速切换是,重新初始化导致 designer iframe 未加载导致报错
See merge request !912954
publish/0.9.1
|
2020-07-30 12:59:46 +08:00 |
|
康为
|
87c2e0b386
|
Merge branch 'fix/setting-field' into 'release/0.9.0'
Fix/setting field方法补齐
See merge request !914027
|
2020-07-30 12:54:36 +08:00 |
|
林熠
|
83243686f5
|
fix: condition增加异常保护
|
2020-07-30 12:51:22 +08:00 |
|
林熠
|
7171aa218d
|
fix: 灵犀vc组件中调用config, 补充进去
|
2020-07-30 12:42:04 +08:00 |
|