256 Commits

Author SHA1 Message Date
1ncounter
d1702161c1 feat: add some init codes 2024-07-09 15:15:23 +08:00
1ncounter
d632e7f7e6 refactor: render-core 2024-05-28 11:07:01 +08:00
1ncounter
8510f998fe refactor: remove useless codes 2024-05-11 10:32:30 +08:00
1ncounter
1f1da44199 refactor(editor-core): refactor codes 2024-04-16 16:13:23 +08:00
1ncounter
35db123cbf fix: remove some deprecated apis 2024-04-14 21:10:12 +08:00
1ncounter
0831277dc0 fix: remove @deprecated apis 2024-04-12 14:37:59 +08:00
1ncounter
1ec54e0a5f fix: remove common deprecated apis 2024-04-12 10:39:06 +08:00
1ncounter
8beefd3a1c chore: setup playground 2024-04-11 15:35:40 +08:00
1ncounter
764e841336 chore: lint fixed 2024-04-10 17:32:38 +08:00
1ncounter
6b8d0c13bc chore: change build config 2024-04-09 19:17:59 +08:00
1ncounter
cbf57e367e ci: add lint 2024-04-09 16:50:43 +08:00
1ncounter
cdb9445c5f chore: add env format for vite config 2024-04-03 14:23:42 +08:00
1ncounter
0014b6aae8 chore: change build scripts 2024-03-27 17:28:53 +08:00
1ncounter
17f736b130 build: change build-scripts to vite 2024-03-27 10:39:41 +08:00
1ncounter
ea96be3356 build: change runtime build tools 2024-03-25 17:58:47 +08:00
liujuping
7cecf91a25 feat(hotkey): Add mount method to Hotkey class 2024-03-01 09:34:52 +08:00
liujuping
0d92011863 chore: update ts defined 2024-02-27 11:05:03 +08:00
GitHub Action
bd85ca3ca6 chore(release): publish 1.3.2 2024-02-23 01:51:23 +00:00
liujuping
86d50e0946 fix(setter): params is not shell SettingField 2024-02-04 16:42:46 +08:00
liujuping
557a462b9f fix(prop): emit event when delete prop 2024-01-30 15:01:58 +08:00
liujuping
e3a19896d7 fix(prop): emit event when unset prop 2024-01-30 11:04:54 +08:00
liujuping
b3880e9a96 feat(command): add command apis 2024-01-25 16:38:58 +08:00
liujuping
cd67a8cea3 test(designer): add parse-metadata test 2024-01-25 10:10:55 +08:00
GitHub Action
4025a7d2e0 chore(release): publish 1.3.1 2024-01-17 06:01:02 +00:00
GitHub Action
1943172d65 chore(release): publish 1.3.0 2024-01-15 06:12:28 +00:00
eightHundreds
d1a8bacd75 fix(designer): node.ts cannot generate declaration file 2024-01-15 13:00:05 +08:00
liujuping
adb9f6b090 fix(canvas): clipboard init error 2024-01-15 10:11:09 +08:00
liujuping
34a5a11b49 fix: fix clipboard.setData fial in workspace mode 2024-01-12 16:08:31 +08:00
liujuping
844ca783d7 feat(context-menu): add context-menu css theme, help config, ts define 2024-01-12 09:16:53 +08:00
liujuping
bb5d7ddf82 feat(context-menu): update context-menu docs, details, styles 2024-01-11 11:16:31 +08:00
liujuping
3627ae326a feat: optimize context menu details 2024-01-10 15:20:16 +08:00
liujuping
c381b85f0a fix(context-menu): fix context menu bugs 2024-01-09 16:43:01 +08:00
liujuping
8f0291fc3e fix(context-menu): fix context menu bugs 2024-01-09 09:08:40 +08:00
liujuping
1b00c61a32 feat(engine): add context menu 2024-01-08 14:55:28 +08:00
liujuping
31a031ce4e feat: removed Rax packages, discontinuing support for Rax 2024-01-05 16:08:04 +08:00
liujuping
be0456fb39 feat: add commonUI API 2024-01-05 11:42:36 +08:00
liujuping
c24c3d8ae5 feat: add hideComponentAction config 2024-01-05 11:41:46 +08:00
GitHub Action
b2abb67440 chore(release): publish 1.2.5 2023-12-28 06:22:34 +00:00
JackLian
0d6b2b8bf8 Merge branch 'main' into develop 2023-12-28 14:04:50 +08:00
GitHub Action
89e912ba1a chore(release): publish 1.2.4 2023-12-28 05:57:44 +00:00
eightHundreds
f483970aef fix: trigger node.add event on mergeChildren 2023-12-26 14:51:03 +08:00
liujuping
594abc4e6c style(designer): update bem-tools index 2023-12-18 14:34:53 +08:00
JackLian
90add387ac chore: merge from release/1.2.3 2023-12-13 17:41:36 +08:00
GitHub Action
f418e5b2c1 chore(release): publish 1.2.3 2023-12-13 09:34:24 +00:00
liujuping
1f214918bb style: add css themes vars 2023-12-07 13:48:33 +08:00
liujuping
398f069745 style: add css themes vars 2023-12-05 15:38:10 +08:00
liujuping
ad044f49ed feat(utils): add workspace utils 2023-11-23 16:22:09 +08:00
andylili21
27e914cece
fix: Improve code and simplify logic (#2651)
* fix: Improve code and simplify logic
2023-11-23 16:05:07 +08:00
AprChell
8208dd3a32
fix(exportschema): exportSchema(IPublicEnumTransformStage.Save) type conver (#2661)
* fix(exportschema): exportSchema(IPublicEnumTransformStage.Save) type conver

* test(prop): nullProp equals null, not
2023-11-20 16:24:27 +08:00
Super-Rz
e7884fdb5a
fix: createIcon props (#2629)
* fix: createIcon props

* fix: createIcon props
2023-11-15 14:23:07 +08:00