Clarence-pan
ee65b8fa17
chore(release): 1.0.4-beta.0
2022-04-12 11:56:54 +08:00
Clarence-pan
2ccd1804cb
test: 💍 更新 i18n 相关测试用例的快照
2022-04-12 11:56:54 +08:00
Clarence-pan
20c6fca03e
fix: 🐛 修正 i18n 里面的一个参数命名问题
2022-04-12 11:56:54 +08:00
Clarence-pan
ce531aeb45
fix: 🐛 解决小程序环境没有 window, 而 rax 出码中却默认在 __$eval 中用到 window 的问题
...
-- 解决方法: 将这个 __$$eval 的错误处理的默认行为搞成配置化的, 支持从外面传入...
2022-04-12 11:56:54 +08:00
Clarence-pan
2bb8efb6ee
test: 💍 增加关于严格模式的测试用例
2022-04-12 11:56:54 +08:00
Clarence-pan
b1a61006bb
fix: 修正 react 框架出码中在严格模式对 methods 和 context 的处理
2022-04-12 11:56:54 +08:00
Clarence-pan
2cf788c171
fix: 🐛 解决出码缺乏对于 i18n 数据的 params 的处理的问题
...
https://github.com/alibaba/lowcode-engine/issues/288
✅ Closes : #288
2022-04-12 11:56:54 +08:00
LeoYuan 袁力皓
57657fd76d
chore: update README
2022-04-12 11:39:37 +08:00
LeoYuan 袁力皓
a78f31ae20
Merge branch 'release/1.0.5'
2022-04-11 15:54:02 +08:00
LeoYuan 袁力皓
70cf733b11
chore(release): publish 1.0.5
v1.0.5
2022-04-11 15:07:36 +08:00
LeoYuan 袁力皓
fcf3eabae0
chore(release): publish 1.0.4
v1.0.4
2022-04-11 14:59:49 +08:00
LeoYuan 袁力皓
b4790b407f
chore: update engine codebase description
2022-04-11 14:59:28 +08:00
LeoYuan 袁力皓
adcf1af4bf
chore: update README and user test cases
2022-04-11 14:45:34 +08:00
LeoYuan 袁力皓
1d6af0ef50
Merge branch 'develop' of github.com:alibaba/lowcode-engine into develop
2022-04-11 14:06:16 +08:00
liujuping
0ea76a746f
fix: project.exportSchema api lack stage param & setAssets should be a async fn
2022-04-11 14:06:08 +08:00
LeoYuan 袁力皓
e162818d1e
Merge branch 'develop' of github.com:alibaba/lowcode-engine into develop
2022-04-11 14:03:17 +08:00
liujuping
1026763dc5
fix: Fix the rendering error caused by incorrect key value when configuring the loop
2022-04-11 14:03:00 +08:00
北名
d2502427ca
fix: add lowcode-designer, lowcode-utils dependencies
2022-04-11 14:02:10 +08:00
LeoYuan 袁力皓
244839ef09
Merge branch 'develop' of github.com:alibaba/lowcode-engine into develop
2022-04-11 14:00:55 +08:00
woshilaoge
3c669c6bf2
refactor: 去除历史兼容逻辑
2022-04-06 14:43:13 +08:00
林熠
00d0b189ac
Merge pull request #240 from alibaba/feat/readme-protocol
...
docs: modify the protocol name
2022-03-31 09:08:39 +08:00
liujuping
85948cd66a
docs: modify the protocol name
2022-03-30 22:18:13 +08:00
mark
e2be399df2
chore: add tsx demo and update readme
2022-03-30 15:47:02 +08:00
乐平
bffa5be420
docs(README-zh_CN.md): 美化关键图片
2022-03-30 15:38:25 +08:00
乐平
2634161a25
docs(README.md): 美化关键图片
2022-03-30 15:38:25 +08:00
LeoYuan 袁力皓
2481a8218a
Merge branch 'main' into develop
2022-03-30 15:08:42 +08:00
liujuping
f1fed75f39
fix: fix unnecessary props calculation
2022-03-30 15:05:56 +08:00
Tobias Speicher
aca2f08b77
refactor: replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-30 14:07:03 +08:00
林熠
6b24f9d2ff
Merge pull request #228 from alibaba/feat/lowcode-slot-props
...
fix: Fix the conversion failure of some props expressions under Slot …
2022-03-30 14:03:55 +08:00
林熠
071e1e975d
Merge pull request #227 from alibaba/fix/parse-default-value
...
fix no defaultValue in ts parser
2022-03-30 14:03:11 +08:00
liujuping
7db5461706
fix: Fix the conversion failure of some props expressions under Slot props of low-code components
2022-03-30 12:12:47 +08:00
mark
fc452f7166
feat(material-parser): check module before install it; fix default value issue in ts parser
2022-03-30 11:28:38 +08:00
Clarence Pan
7cbfadee9d
Merge pull request #212 from alibaba/hotfix/code-gen-import-issue
...
hotfix: 出码模块 - 解决 componentName 和 exportName 不一致时生成的 import 语句的问题
2022-03-29 12:22:21 +08:00
Clarence-pan
7fcf11b991
chore(release): 1.0.3
@alilc/lowcode-code-generator@1.0.3
2022-03-29 12:09:47 +08:00
Clarence-pan
eefc091ee7
fix: 🐛 出码: 解决 componentName 和 exportName 不一致时生成的 import 语句的问题
2022-03-29 12:06:13 +08:00
liujuping
0b85cb357f
docs: remove unnecessary spaces
2022-03-24 21:15:55 +08:00
林熠
d086267990
Merge pull request #186 from alibaba/feat/readme
...
docs: remove unnecessary spaces
2022-03-24 18:54:18 +08:00
liujuping
4173fb3e72
docs: remove unnecessary spaces
2022-03-24 18:52:00 +08:00
LeoYuan 袁力皓
5d67c73dfb
chore: fix chinese readme filepath
2022-03-23 10:24:58 +08:00
LeoYuan 袁力皓
db3323f698
chore: fix chinese readme filepath
2022-03-23 10:24:19 +08:00
LeoYuan 袁力皓
4a04bf51b2
chore: add exempt issue labels for action stale
2022-03-22 09:52:04 +08:00
liujuping
472817b642
docs: modify document url
2022-03-22 09:51:49 +08:00
林熠
d2912d3106
Merge pull request #160 from alibaba/chore/stale
...
Chore/stale
2022-03-22 09:48:51 +08:00
林熠
60edcb922f
Merge pull request #161 from alibaba/chore/action-test
...
refactor: run test cases depend on which files have been changed
2022-03-22 09:48:28 +08:00
LeoYuan 袁力皓
eea1a25469
refactor: run test cases depend on which files have been changed
2022-03-21 21:07:35 +08:00
LeoYuan 袁力皓
8e7bb9d4b8
feat: add getConvertedExtraKey / getOriginalExtraKey to utils
2022-03-21 16:45:33 +08:00
LeoYuan 袁力皓
c63b6e1bfa
fix: make important true by default
2022-03-21 16:44:29 +08:00
LeoYuan 袁力皓
794f391ce7
chore: add exempt issue labels for action stale
2022-03-21 16:43:28 +08:00
林熠
394c8f38f7
Merge pull request #154 from alibaba/feat/readme-change
...
docs: modify document url
2022-03-20 20:06:30 +08:00
liujuping
71f822e47a
docs: modify document url
2022-03-20 18:36:02 +08:00