Commit Graph

641 Commits

Author SHA1 Message Date
唐澜 7ceea1907a
Merge pull request #2972 from AndyJinSS/fiex-outline-sync
fix(plugin-outline): fix the unsynchronized display of the outline tr…
2024-07-03 10:38:25 +08:00
唐澜 9000a87436
Merge pull request #2974 from AndyJinSS/filter-highlight
fix(plugin-outline): fix matched title highlight
2024-07-03 10:37:37 +08:00
唐澜 6950329d1e
Merge pull request #3022 from AndyJinSS/config-provider
fix(renderer): remove the replacement 'div' for ConfigProvider when i…
2024-07-03 10:36:42 +08:00
liukairui a8c50ef9cd test: update renderer-core snapshots 2024-06-14 03:31:19 +08:00
liukairui 8d44c58845 fix: update outline tree when node loop property changes 2024-06-14 03:21:37 +08:00
AndyJin cf4675cbc2
Merge branch 'develop' into fiex-outline-sync 2024-05-20 07:44:28 +08:00
AndyJin 58f5bb84c2
Merge branch 'develop' into filter-highlight 2024-05-20 07:44:15 +08:00
AndyJin c860f5cab8
Merge branch 'develop' into config-provider 2024-05-20 07:43:30 +08:00
唐澜 bc6eb4a03a Merge branch 'develop' into fix/ts-error 2024-05-16 15:34:51 +08:00
唐澜 418a0bdaa2
Revert "fix: keep `this` in parse expression function" 2024-05-16 15:25:19 +08:00
woshilaoge 395e60079a fix: next 组件最新版本 TS 声明文件导出部分异常,暂时调整声明文件进行正常编译,后续组件升级后可再配合调整 2024-05-15 17:01:52 +08:00
AndyJin 16c9a3229f fix(renderer): remove the replacement 'div' for ConfigProvider when it is undefined 2024-05-14 11:09:44 +08:00
唐澜 5d220ce9cf
Merge pull request #2271 from rainke/patch-3
fix: keep `this` in parse expression function
2024-04-26 11:38:33 +08:00
唐澜 a4ecdd0040
Merge pull request #2938 from Osub/patch-3
docs: add star history to README
2024-04-15 10:37:35 +08:00
AndyJin 816b58c8d0 docs(readme): update participation url 2024-03-28 11:21:04 +08:00
AndyJin e6ac33f11c fix(plugin-outline): fix matched title highlight 2024-03-25 10:57:32 +08:00
AndyJin 4eb80d446e fix(plugin-outline): fix the unsynchronized display of the outline tree during history undo 2024-03-22 17:20:47 +08:00
liujuping dc98670c37 fix: update import statements to use type imports 2024-03-07 14:49:46 +08:00
liujuping d2138d7edb fix: fix node parent assignment and update settings check 2024-03-07 14:49:46 +08:00
liujuping 0d7ae43b79 fix: refactor splice method to remove and purge nodes*** 2024-03-07 14:49:46 +08:00
liujuping 71f9e08cb2 fix: remove console.log statements, update test, and purge children in NodeChildren class 2024-03-07 14:49:46 +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
webstar 699abd69fb
docs: add star history to README
add star history to README。
2024-02-23 17:48:16 +08:00
GitHub Action bd85ca3ca6 chore(release): publish 1.3.2 2024-02-23 01:51:23 +00:00
liujuping 44beb2a25a fix(workspace): fix workspace editorView is undefined 2024-02-07 13:43:39 +08:00
liujuping 86d50e0946 fix(setter): params is not shell SettingField 2024-02-04 16:42:46 +08:00
liujuping 19eb917259 refactor(plugin-command): add plugin-command package 2024-02-01 16:24:08 +08:00
liujuping 5657d9c084 feat: update test package.yaml 2024-02-01 14:49:25 +08:00
liujuping 24393211b4 refactor(plugin-command): add plugin-command package 2024-02-01 12:54:39 +08:00
liujuping de95b87b1e feat: update ts defined 2024-02-01 07:01:05 +08:00
liujuping 43921cea2d fix(workspace): fix workspace.plugins.xxx api is invalid 2024-01-31 16:05:21 +08:00
liujuping 557a462b9f fix(prop): emit event when delete prop 2024-01-30 15:01:58 +08:00
liujuping 80bb7102b6 feat(command): update default commands 2024-01-30 14:38:11 +08:00
liujuping ed7befbff0 feat(context-menu): prevent event bubbling when "menus" is empty 2024-01-30 11:05:08 +08:00
liujuping e3a19896d7 fix(prop): emit event when unset prop 2024-01-30 11:04:54 +08:00
唐澜 dfe6878028
Merge pull request #2888 from Zeral-Zhang/develop
fix(react-simulator-renderer): detached node has children
2024-01-26 17:51:16 +08:00
liujuping 6e89d4d605 feat(setter): add field ts 2024-01-26 17:17:44 +08:00
ZeralZhang b29c53901e fix(react-simulator-renderer): detached node has children
detached node has children will return false, causing memory leaks.
2024-01-26 09:38:37 +08:00
liujuping b3880e9a96 feat(command): add command apis 2024-01-25 16:38:58 +08:00
liujuping 947c621822 test(utils): add more test case for checkPropTypes 2024-01-25 15:57:05 +08:00
liujuping dca3448cbf chore(editor-core): init test 2024-01-25 15:56:41 +08:00
liujuping 0e65f02116 feat(utils): move checkPropTypes to utils module 2024-01-25 10:52:58 +08:00
liujuping cd67a8cea3 test(designer): add parse-metadata test 2024-01-25 10:10:55 +08:00
liujuping e6ba79b4d7 feat(utils): checkPropTypes suport IPublicTypePropType as rule for check 2024-01-25 10:10:38 +08:00
GitHub Action 4025a7d2e0 chore(release): publish 1.3.1 2024-01-17 06:01:02 +00:00
liujuping 8f8908c832 fix(context-menu): fix context menu component instance changed 2024-01-17 11:23:45 +08:00
liujuping a8b9b2b5e1 chore: add "set -e" in build.sh 2024-01-16 18:23:29 +08:00
liujuping 4dd6f7a352 feat: update comtext menu component 2024-01-16 10:40:05 +08:00
GitHub Action 1943172d65 chore(release): publish 1.3.0 2024-01-15 06:12:28 +00:00