1ncounter
|
394b56d0ce
|
fix: recover component lifecycle and avoid execute from scope __proto__
|
2023-11-22 21:16:10 +08:00 |
|
beautiful-boyyy
|
058e184b21
|
fix: fixed string trim issue
|
2023-11-15 15:18:18 +08:00 |
|
liujuping
|
b697ea9ad4
|
feat(render-core): update logger to console
|
2023-11-14 13:29:31 +08:00 |
|
Rainke
|
95a48e057f
|
fix: import schema 之后 cache 判断错误(#2596)
|
2023-11-01 10:58:59 +08:00 |
|
liujuping
|
11ee97c6da
|
fix: fixed the problem caused by component list being overwritten by Hoc
|
2023-10-26 11:45:07 +08:00 |
|
rainke
|
7677ad0166
|
fix: hoc 组件缓存
|
2023-10-18 09:22:56 +08:00 |
|
rainke
|
ca6fe7c335
|
fix: 修复 forwardRef 组件的错误无法捕获
|
2023-10-16 14:28:45 +08:00 |
|
AndyJin
|
30f8066332
|
fix: fix rendering failure when children is number 0
|
2023-10-12 09:57:46 +08:00 |
|
Rainke
|
cf2f5c29bc
|
fix: do not parse props when condition is false or loop data is empty (#2477)
* fix: do not parse children props when condition is falsy
* fix: skip parsing children when loop data is empty
|
2023-09-14 10:32:38 +08:00 |
|
liujuping
|
dc0cf5f62c
|
fix: fix utils under appHelper will not be updated when props.appHelper is updated
|
2023-08-29 10:06:21 +08:00 |
|
Rainke
|
4128654347
|
fix: default FaultComponent can not get componentName (#2385)
|
2023-08-18 15:01:11 +08:00 |
|
liujuping
|
19935cfc93
|
feat: add new cache from diff origin component
|
2023-07-11 17:30:44 +08:00 |
|
liujuping
|
11b929b42f
|
fix(render-core): fix when designMode is false & loop is null, isUseLoop should return true
|
2023-06-13 10:52:47 +08:00 |
|
liujuping
|
723eb3d4d7
|
fix: fix the problem caused by props.children is [] by default in leaf
|
2023-06-08 11:29:46 +08:00 |
|
liujuping
|
f10b694c42
|
feat(renderer-core): optimize the judgment of whether leaf hoc has children
|
2023-06-01 09:34:29 +08:00 |
|
Minglong Li
|
f5438ff1ab
|
fix: return first if input schema is a react dom
|
2023-05-15 11:12:55 +08:00 |
|
liujuping
|
5c49044a77
|
feat(renderer-core): added log when executing setState
|
2023-04-17 17:52:40 +08:00 |
|
liujuping
|
33fd6bf642
|
feat: added features in workspace mode
|
2023-04-14 07:47:41 +08:00 |
|
eternalsky
|
3d470cad69
|
feat: add componentRenderer lifeCycles log
|
2023-04-12 10:21:36 +08:00 |
|
eternalsky
|
d64da1e065
|
feat: improve lowcode component error state in simulator renderer (#1818)
* feat: improve lowcode component error state in simulator renderer
* chore: use faultComponentMap instead of ComponentRender.FaultComponent
|
2023-03-31 15:12:39 +08:00 |
|
liujuping
|
39f455e13f
|
feat: optimize error component output information
|
2023-03-03 17:57:45 +08:00 |
|
liujuping
|
5db418efe4
|
fix: when the component is configured in a loop, the key value changes and renders error
|
2023-03-03 17:37:51 +08:00 |
|
liujuping
|
9228a2baa7
|
feat: lowcode component add error placeholder
|
2023-03-02 10:14:00 +08:00 |
|
liujuping
|
7c2ebf3c02
|
refactor: rename executeLifeCycleMethod to executeLifeCycleMethod
|
2023-02-21 11:52:56 +08:00 |
|
jn
|
6753bf660b
|
fix: designer i18n locale is not correct
|
2023-02-20 09:31:51 +08:00 |
|
liujuping
|
c3ce042c83
|
feat: the renderer-core leaf component removes the react.createElement call
|
2023-02-07 18:21:20 +08:00 |
|
JackLian
|
4ef61183ef
|
refactor(types): rename EngineOptions, and adjust related docs
|
2023-01-04 14:37:03 +08:00 |
|
JackLian
|
c2db198415
|
feat: add some big features to engine
|
2022-12-22 12:37:33 +08:00 |
|
JackLian
|
55c3fc9e58
|
feat: add types for shell, and move functions in types to utils
|
2022-12-06 11:12:00 +08:00 |
|
JackLian
|
84e0c1f096
|
feat: add createIntl to common.utils, and fix misuse of zh_CN
|
2022-11-28 11:16:28 +08:00 |
|
JackLian
|
caffc0c020
|
chore: add messages to IRendererProps
|
2022-11-25 10:43:47 +08:00 |
|
JackLian
|
f951399f97
|
feat: provide new api project.setI18n for setting schema.i18n data
|
2022-11-23 14:33:40 +08:00 |
|
liujuping
|
bcaad576b3
|
fix: performance issues when focusing node
|
2022-11-17 14:01:16 +08:00 |
|
liujuping
|
7bf7ca428d
|
feat: add common.utils.executeTransaction API to change multi nodes
|
2022-11-08 10:46:57 +08:00 |
|
LeoYuan 袁力皓
|
ef3a540910
|
refactor: debounce leaf rerender, leaf will rerender too many times while creating new prop instance
|
2022-10-24 14:57:23 +08:00 |
|
刘菊萍(絮黎)
|
d3c891e2a4
|
feat: support for NotFoundComponent design state is optional (#1013)
|
2022-09-23 15:32:23 +08:00 |
|
liujuping
|
6ee6b07a10
|
fix: fix the leaf hoc component fails to monitor Node changes, and modify the logic for get node
|
2022-09-23 11:44:24 +08:00 |
|
liujuping
|
f400172825
|
fix: fix the leaf hoc component fails to monitor Node changes, and modify the logic for get node
|
2022-09-21 16:20:19 +08:00 |
|
ruhuo.tan
|
bca8cd23a4
|
chore: change displayName from kecab-case to PascalCase
|
2022-09-19 19:07:38 +08:00 |
|
ruhuo.tan
|
2b2bcbdaeb
|
fix: fix displayName spell mistake
|
2022-09-19 19:07:38 +08:00 |
|
shuogui.lin
|
70fb8308f9
|
chore: remove moment.js
|
2022-09-01 10:30:28 +08:00 |
|
liujuping
|
64cc3283c1
|
fix: fixed an issue where materials would be rendered multiple times
|
2022-08-18 09:07:44 +08:00 |
|
zhangjinmei
|
7c8cd36a10
|
fix: in ES require changed to import
|
2022-08-08 14:00:05 +08:00 |
|
liujuping
|
9c545cca60
|
fix: fix render module state expression initialization exception
|
2022-08-04 19:45:43 +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 |
|