1ncounter
|
50a6c9360d
|
fix: recover component lifecycle and avoid execute from scope __proto__
|
2023-11-23 09:29:41 +08:00 |
|
JackLian
|
1be811a598
|
chore(release): publish 1.2.3-beta.3
|
2023-11-20 16:37:12 +08:00 |
|
JackLian
|
de2ef9bd4e
|
chore(release): publish 1.2.3-beta.2
|
2023-11-16 13:46:05 +08:00 |
|
beautiful-boyyy
|
6a0d1e2d1f
|
fix: fixed string trim issue
|
2023-11-16 13:22:54 +08:00 |
|
liujuping
|
894dd253e1
|
feat(render-core): update logger to console
|
2023-11-16 13:22:54 +08:00 |
|
JackLian
|
82f3a60729
|
chore(release): publish 1.2.3-beta.1
|
2023-11-14 09:46:02 +08:00 |
|
JackLian
|
bef7fc6ccb
|
chore(release): publish 1.2.3-beta.0
|
2023-11-13 13:03:47 +08:00 |
|
JackLian
|
d64c7d56df
|
chore(release): publish 1.2.2
|
2023-11-13 12:41:45 +08:00 |
|
Rainke
|
95a48e057f
|
fix: import schema 之后 cache 判断错误(#2596)
|
2023-11-01 10:58:59 +08:00 |
|
JackLian
|
b3b2a03642
|
chore(release): publish 1.2.1
|
2023-10-27 13:14:57 +08:00 |
|
liujuping
|
11ee97c6da
|
fix: fixed the problem caused by component list being overwritten by Hoc
|
2023-10-26 11:45:07 +08:00 |
|
JackLian
|
0f02080035
|
chore(release): publish 1.2.0
|
2023-10-20 15:52:31 +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 |
|
JackLian
|
bf980c98ea
|
chore(release): publish 1.1.10
|
2023-08-25 11:29:01 +08:00 |
|
Rainke
|
4128654347
|
fix: default FaultComponent can not get componentName (#2385)
|
2023-08-18 15:01:11 +08:00 |
|
JackLian
|
d08aa67b0a
|
chore(release): publish 1.1.9
|
2023-07-27 09:49:02 +08:00 |
|
liujuping
|
19935cfc93
|
feat: add new cache from diff origin component
|
2023-07-11 17:30:44 +08:00 |
|
JackLian
|
5cc4715daf
|
chore(release): publish 1.1.8
|
2023-07-07 17:34:57 +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 |
|
xiaohuoni
|
6015c5d1d1
|
chore: set repo
|
2023-06-08 09:53:40 +08:00 |
|
liujuping
|
d82bcfdf2a
|
feat(renderer-core): optimize the judgment of whether leaf hoc has children
|
2023-06-01 09:34:29 +08:00 |
|
liujuping
|
f10b694c42
|
feat(renderer-core): optimize the judgment of whether leaf hoc has children
|
2023-06-01 09:34:29 +08:00 |
|
JackLian
|
9695add27c
|
chore(release): publish 1.1.7
|
2023-05-31 14:48:47 +08:00 |
|
Minglong Li
|
f5438ff1ab
|
fix: return first if input schema is a react dom
|
2023-05-15 11:12:55 +08:00 |
|
JackLian
|
5ada0a4020
|
chore: use @alilc/build-plugin-lce to replace build-plugin-component
|
2023-05-11 18:52:10 +08:00 |
|
liujuping
|
5b1423068e
|
feat(outline-pane): export OutlinePaneContext
|
2023-04-26 10:27:52 +08:00 |
|
liujuping
|
5c49044a77
|
feat(renderer-core): added log when executing setState
|
2023-04-17 17:52:40 +08:00 |
|
liujuping
|
6160056139
|
fix(utils): isReactComponent not including react.memo
|
2023-04-17 14:48:57 +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 |
|
JackLian
|
779edf783b
|
chore(release): publish 1.1.6
|
2023-04-11 15:38:28 +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 |
|
JackLian
|
579480c56c
|
chore(release): publish 1.1.5
|
2023-03-31 10:58:10 +08:00 |
|
JackLian
|
203568ea2d
|
chore(release): publish 1.1.4
|
2023-03-22 17:35:26 +08:00 |
|
JackLian
|
0181a8ad33
|
chore(release): publish 1.1.3
|
2023-03-16 09:28:08 +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 |
|
JackLian
|
f3f7703f98
|
chore(release): publish 1.1.2
|
2023-02-20 10:36:57 +08:00 |
|
jn
|
6753bf660b
|
fix: designer i18n locale is not correct
|
2023-02-20 09:31:51 +08:00 |
|
JackLian
|
18eeff953a
|
chore(release): publish 1.1.1
|
2023-02-15 17:23:11 +08:00 |
|
JackLian
|
19b997cd5e
|
chore(release): publish 1.1.0
|
2023-02-14 09:41:12 +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 |
|