946 Commits

Author SHA1 Message Date
牧毅
e4f6654aa7 refactor: 💡 调整 rax-app 的默认的 package.json 的脚本 2020-08-17 22:09:40 +08:00
牧毅
c42dba2b50 chore: 🤖 以 "." 开头的文件在发布 tnpm 包的时候会被忽略,所以模板文件得改成不以"."开头 2020-08-17 17:44:09 +08:00
牧毅
46c896eacf feat: 🎸 出码模块的 DiskPublisher 改成支持传入自定义 FS 2020-08-17 16:45:48 +08:00
牧毅
8ecc002f65 feat: 🎸 Rax 出码器支持路由功能 2020-08-17 13:17:01 +08:00
牧毅
acd1f0601e fix: 🐛 fix typo of dataHandler 2020-08-17 10:52:07 +08:00
牧毅
42b9db3f32 feat: 🎸 Rax 出码中添加数据源的 dataHandler 并与数据源引擎的对齐参数 2020-08-17 10:46:44 +08:00
牧毅
8114c6f050 feat: 🎸 urlParams 类型的数据源不需要 options, 所以 options 改成可选为好 2020-08-17 10:06:37 +08:00
牧毅
487f54d2d4 chore: 🤖 调整出码模块的构建打包脚本(参考 types 模块的) 2020-08-14 16:54:17 +08:00
牧毅
058b087a2b feat: 🎸 完善 Rax 出码的时候的全局样式处理 2020-08-14 11:09:31 +08:00
牧毅
202ade47a2 docs: ✏️ 添加开发流程说明,以备后续开发者参考 2020-08-14 10:31:47 +08:00
牧毅
b17c9dde66 test: 💍 修正 Rax 出码的 demo1 测试用例 2020-08-14 10:31:17 +08:00
牧毅
bb48fe1bd1 refactor: 💡 将所有的 schema 相关的定义都收敛到 types/schema.ts 中 2020-08-13 23:02:44 +08:00
牧毅
78f34ab1ca feat: 🎸 补充一个默认的数据源的构建后的样子 2020-08-13 21:16:26 +08:00
牧毅
e33a95e479 feat: 🎸 添加 didMount 和 willUnmount 两个基本的生命周期 2020-08-13 21:04:21 +08:00
牧毅
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