liujuping
|
9d187ccb7d
|
fix: fixed an issue where materials would be rendered multiple times
|
2022-09-02 16:10:29 +08:00 |
|
zhangjinmei
|
b4d7d6d8c2
|
fix: in ES require changed to import
|
2022-09-02 16:10:29 +08:00 |
|
liujuping
|
5bd68ee6b4
|
fix: fix render module state expression initialization exception
|
2022-09-02 16:10:29 +08:00 |
|
LeoYuan 袁力皓
|
80c805780f
|
chore(release): publish 1.0.13
|
2022-07-27 16:50:52 +08:00 |
|
JackLian
|
1fa2694635
|
refactor: abstract getSchemaChildren
|
2022-07-15 15:01:14 +08:00 |
|
JackLian
|
706dad4aa5
|
refactor: abstract excuteLifeCycleMethod and some minor refactors
|
2022-07-13 13:51:18 +08:00 |
|
humphry.hy
|
6399cce05a
|
feat: 为 renderer 追加 displayName,以支持后续的反射功能
|
2022-07-13 09:41:51 +08:00 |
|
JackLian
|
282a30afa4
|
refactor: minor refactors for render-core/renderer/base. remove useless logic about __ignoreParse
|
2022-07-12 10:57:18 +08:00 |
|
JackLian
|
1135a30780
|
refactor: minor refactors for render-core/renderer/base
|
2022-07-11 14:16:56 +08:00 |
|
JackLian
|
035bde453c
|
refactor: remove useless logic, and some minor refactors
|
2022-07-07 15:34:50 +08:00 |
|
LeoYuan 袁力皓
|
30d4ba9d21
|
chore(release): publish 1.0.12
|
2022-07-06 11:20:17 +08:00 |
|
JackLian
|
12f67dcdeb
|
refactor: change __setLifeCycleMethods to its actual meaning __excuteLifeCycleMethod
|
2022-07-05 15:53:53 +08:00 |
|
JackLian
|
d85437d4af
|
fix: fix lint issues for renderer-core/renderer/base
|
2022-06-30 10:50:03 +08:00 |
|
JackLian
|
4b59190c7f
|
fix: fix lint issues for renderer-core/renderer/base
|
2022-06-30 10:50:03 +08:00 |
|
liujuping
|
5dd462544f
|
fix: fix low-code component rendering problems: 1. thisRequiredInJSE does not take effect 2. jsx components cannot obtain source components
|
2022-06-29 17:17:54 +08:00 |
|
LeoYuan 袁力皓
|
6bb64f3aa1
|
chore: remove unused deps for renderer-core
|
2022-06-28 15:56:42 +08:00 |
|
LeoYuan 袁力皓
|
23cf6bc778
|
chore(release): publish 1.0.11
|
2022-06-28 14:06:01 +08:00 |
|
liujuping
|
c2c59b7ff7
|
fix: fix the unit test failure problem caused by thisRequiredInJSE modification
|
2022-06-24 16:03:11 +08:00 |
|
liujuping
|
7e5a919f93
|
fix: fixed the issue that thisRequiredInJSE did not take effect in some scenarios
|
2022-06-24 15:18:46 +08:00 |
|
liujuping
|
98bc477d80
|
fix: fix dataSource needs to be compatible due to empty schema
|
2022-06-23 15:34:59 +08:00 |
|
絮黎
|
da7f77ee91
|
feat: added thisRequiredInJSE API to control whether JSExpression expression access context must use this (#702)
|
2022-06-23 14:44:35 +08:00 |
|
liujuping
|
3dd0b6d0a8
|
fix: when designMode is not design, the hidden attribute does not take effect
|
2022-06-22 13:30:13 +08:00 |
|
JackLian
|
567fd56cfe
|
test: add ut for render-core/adapter
|
2022-06-14 15:08:07 +08:00 |
|
LeoYuan 袁力皓
|
bf2562e0e9
|
chore(release): publish 1.0.10
|
2022-06-14 10:30:48 +08:00 |
|
JackLian
|
16a8857863
|
fix: fix misused doc urls
|
2022-06-13 15:52:14 +08:00 |
|
JackLian
|
0735f1ca76
|
test: add ut for renderer-core/utils/request
|
2022-06-07 17:25:21 +08:00 |
|
JackLian
|
7eecb39c97
|
test: add ut file and fix some obvious lint issues
|
2022-06-02 11:59:16 +08:00 |
|
LeoYuan 袁力皓
|
44ad744aac
|
chore(release): publish 1.0.9
|
2022-06-01 14:17:40 +08:00 |
|
JackLian
|
171b1013b2
|
test: add ut for render-core/utils/data-helper.ts
|
2022-05-30 19:56:07 +08:00 |
|
LeoYuan 袁力皓
|
f1f0613228
|
Merge branch 'main' into develop
|
2022-05-19 14:27:05 +08:00 |
|
liujuping
|
8255b79458
|
feat: modify the output method of rendering module parsing errors
|
2022-05-19 13:20:26 +08:00 |
|
LeoYuan 袁力皓
|
fb580b5fb2
|
chore(release): publish 1.0.8
|
2022-05-13 14:47:53 +08:00 |
|
liujuping
|
11319e1ac9
|
test: add renderer-core hoc/leaf single test
|
2022-05-11 16:08:14 +08:00 |
|
LeoYuan 袁力皓
|
bf2c1e96a1
|
chore(release): publish 1.0.7
|
2022-05-11 14:22:09 +08:00 |
|
LeoYuan 袁力皓
|
e83adcee81
|
feat: export nodeChildrenSymbol && remove some unnecessary editor.set
|
2022-05-11 14:09:18 +08:00 |
|
liujuping
|
85704c3694
|
feat: fix render-core leaf hoc component condition config should get from leaf exportSchema fn
|
2022-05-11 14:09:17 +08:00 |
|
liujuping
|
98ececa9c1
|
fix: type=legao dont make request
|
2022-05-11 14:09:17 +08:00 |
|
liujuping
|
9d51dcdae3
|
fix: lowcode component leaf dont have export prop, exec leaf.export make error
|
2022-05-11 14:09:16 +08:00 |
|
liujuping
|
176583f48a
|
feat: low-code components support lifecycle and function execution
|
2022-05-05 17:17:20 +08:00 |
|
林熠
|
0c6bca339a
|
Merge pull request #418 from alibaba/feat/vision-polyfill
feat: add some features
|
2022-05-05 17:13:24 +08:00 |
|
LeoYuan 袁力皓
|
18d1a4fe1d
|
feat: add some features
|
2022-05-05 16:48:15 +08:00 |
|
liujuping
|
38be3dec83
|
chore: renderer jest config add collectCoverage
|
2022-04-28 14:06:38 +08:00 |
|
LeoYuan 袁力皓
|
835059deff
|
chore(release): publish 1.0.6
|
2022-04-21 14:46:37 +08:00 |
|
liujuping
|
9b3b4f9b0e
|
fix: renderer not rendering correct components when loading components with loadAsyncLibrary api
|
2022-04-21 10:15:29 +08:00 |
|
JackLian
|
d5daba8aaf
|
test: add ut for render-core/utils/common
|
2022-04-19 11:11:53 +08:00 |
|
LeoYuan 袁力皓
|
70cf733b11
|
chore(release): publish 1.0.5
|
2022-04-11 15:07:36 +08:00 |
|
LeoYuan 袁力皓
|
fcf3eabae0
|
chore(release): publish 1.0.4
|
2022-04-11 14:59:49 +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 |
|
liujuping
|
1026763dc5
|
fix: Fix the rendering error caused by incorrect key value when configuring the loop
|
2022-04-11 14:03:00 +08:00 |
|
woshilaoge
|
3c669c6bf2
|
refactor: 去除历史兼容逻辑
|
2022-04-06 14:43:13 +08:00 |
|