758 Commits

Author SHA1 Message Date
Rainke
c5dac6e0b5 fix: the selectionDispose function is never executed 2023-07-04 10:20:51 +08:00
liujuping
924092119a fix: lerna version to 4.0.0 2023-07-04 10:20:51 +08:00
Rainke
eeb406c36a remove duplicate code 2023-07-04 10:20:51 +08:00
LiGuangNian
7329c8ed5e Update material.md
loadIncrementalAssets返回的应当是Promise<void>
2023-07-04 10:20:51 +08:00
JackLian
578b28a704 chore(release): publish 1.1.8-beta.5 v1.1.8-beta.5 2023-06-15 10:14:13 +08:00
eightHundreds
e09c928fe2 feat: make appHelper observable (#2186)
* feat: make appHelper observable
2023-06-15 10:05:44 +08:00
JackLian
b95b471388 chore(docs): publish 1.0.32 2023-06-15 10:05:44 +08:00
JackLian
d8acd2c953 chore(release): publish 1.1.8-beta.4 v1.1.8-beta.4 2023-06-13 11:31:38 +08:00
liujuping
1c06c31ecb fix(render-core): fix when designMode is false & loop is null, isUseLoop should return true 2023-06-13 11:29:31 +08:00
liujuping
642fc8393e feat(workspace): add editorViews to resourceTypeList api 2023-06-13 11:29:30 +08:00
stefan-ysh
800c84608e fix: Corrected a misspelling in the docs 2023-06-13 11:29:30 +08:00
LeoYuan 袁力皓
ed922bea3d chore(release): code-generator - 1.1.4 2023-06-13 11:29:30 +08:00
eternalsky
f8c503b8bf fix(code-generator): upgrade prettier parser from babel to babel-ts, fix some ts parse error (#2166) 2023-06-13 11:29:30 +08:00
ChiZng
4aea299aa9 doc(projectapi): 删除重复的getCurrentDocument方法 2023-06-13 11:29:30 +08:00
yifanwww
7952c1c87a fix(lowcode-types): allow template field in supports.events 2023-06-13 11:29:29 +08:00
JackLian
8eb536bd21 chore(release): publish 1.1.8-beta.3 v1.1.8-beta.3 2023-06-08 13:25:55 +08:00
liujuping
3df03b6f80 fix: fix the problem caused by props.children is [] by default in leaf 2023-06-08 13:23:37 +08:00
JackLian
b5070a2721 chore(release): publish 1.1.8-beta.2 v1.1.8-beta.2 2023-06-08 09:58:49 +08:00
liujuping
469c7844b2 fix(outline-pane): tree does not change when doc.importSchema call 2023-06-08 09:55:02 +08:00
xiaohuoni
ba4b3110e7 chore: set repo 2023-06-08 09:55:01 +08:00
JackLian
19b886d2a7 chore(docs): publish 1.0.31 2023-06-08 09:55:01 +08:00
JackLian
60bf22a367 chore(release): publish 1.1.8-beta.1 v1.1.8-beta.1 2023-06-07 17:25:21 +08:00
刘菊萍(絮黎)
4b43ca67fa feat(workspace): add resourceTypeList api (#2148) 2023-06-07 17:22:27 +08:00
刘菊萍(絮黎)
124f91d546 feat: add config.customPluginTransducer to debugger plugins (#2147) 2023-06-07 17:22:27 +08:00
林轩
40164ea27d docs: fix link issue
markdown语法少了个[
2023-06-07 17:22:26 +08:00
LeoYuan 袁力皓
4cb43210a5 chore(release): code-generator - 1.1.3 2023-06-07 17:22:26 +08:00
eternalsky
34eec71c42 fix: invalid jsx attr name error (#2131) 2023-06-07 17:22:26 +08:00
LeoYuan 袁力皓
64db350216 fix(code-gen): fix types error 2023-06-07 17:22:26 +08:00
liujuping
cb0b9771f4 feat: add componentMeta?.advanced?.callbacks?.onSelectHook api 2023-06-07 17:22:26 +08:00
Cai HongYuan
a95bd10f62 Update pluginContextMenu.md (#2108)
* update pluginContextMenu.md
2023-06-07 17:22:25 +08:00
knight.chen
fe8169f182 feat: extract simulator type 2023-06-07 17:22:25 +08:00
JackLian
d7b4fe2e3c chore(release): publish 1.1.8-beta.0 v1.1.8-beta.0 2023-06-01 14:14:29 +08:00
liujuping
035c213b16 fix: fix that the prop model is not reused and the update is not triggered 2023-06-01 14:10:16 +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
0e90ea81bb Merge branch 'release/1.7.0' 2023-05-31 14:55:08 +08:00
JackLian
9695add27c chore(release): publish 1.1.7 v1.1.7 2023-05-31 14:48:47 +08:00
AprChell
75a4a80935
feat(code-gen): 出码生成的*.ts和*.tsx文件使用babel格式化 (#2088) 2023-05-29 14:11:12 +08:00
LeoYuan 袁力皓
503793fdfc
fix: supportVariable SHOULD take precedence over supportVariableGlobally (#1997)
* fix: supportVariable should take precedence over supportVariableGlobally
2023-05-29 10:12:42 +08:00
LeoYuan 袁力皓
ecca076d50 fix: comp which has no npm info should be regarded as lowCode comp 2023-05-29 10:10:30 +08:00
JackLian
2004350c0d chore(docs): publish 1.0.30 2023-05-25 16:37:29 +08:00
lukeup
ea073d7fda docs: 加入图编排扩展使用说明 2023-05-25 16:35:35 +08:00
JackLian
9d2214e0fc Revert "docs: 加入图编排扩展使用说明"
This reverts commit 878a934511da58343478a913a9ad30045a4d77fc.
2023-05-25 16:23:34 +08:00
lukeup
878a934511 docs: 加入图编排扩展使用说明 2023-05-25 16:20:07 +08:00
JackLian
addcdeb9d7 chore(docs): publish 1.0.29 2023-05-23 18:19:38 +08:00
liujuping
c78dd80c28 feat: update modals visible state in outline pane 2023-05-23 18:11:07 +08:00
Justin-lu
5dcd946dca fix: this bind error 2023-05-23 14:14:34 +08:00
liujuping
b984ef72d2 feat: workspace window add onSave api 2023-05-23 10:26:38 +08:00
liujuping
62288a139f feat: canvas.activeTracker.target returns add null 2023-05-19 17:27:57 +08:00
LiGuangNian
ee8717bb97 Update node-children.md 2023-05-19 17:25:19 +08:00