July
05b287f3f8
fix: 修复类型问题 & 增加类型导出 ( #116 )
2025-04-02 06:42:48 +00:00
kirin
b58bb43bcf
chore: fix scripts with windows ( #103 )
2025-04-02 03:11:41 +00:00
YuanHeDx
842d57ee70
docs: improve node form docs and examples ( #115 )
2025-04-01 11:03:07 +00:00
Yiwei Mao
348f494ca1
chore: add code owners for variable ( #114 )
2025-04-01 07:22:16 +00:00
Yiwei Mao
920694209a
docs(variable): Add biz introduction for variable engine ( #113 )
2025-04-01 07:03:36 +00:00
xiamidaxia
d32fa9bf31
feat: free-layout support multi inputs ( #111 )
...
* docs: update getting-started docs
* feat: free-layout support multi inputs
v0.1.17
2025-03-31 12:06:14 +00:00
chenjiawei.inizio
e4ce96f32f
feat: add issue template ( #110 )
2025-03-31 08:38:17 +00:00
xiamidaxia
325e6408f1
Update README.md ( #108 )
...
remove star history
2025-03-31 06:59:02 +00:00
Louis Young
b51ad7821c
feat: update README.md ( #107 )
2025-03-31 06:07:38 +00:00
xiamidaxia
5953b4a3f4
feat: fixed-layout support tryCatch node ( #100 )
...
* feat: fixed-layout support tryCatch node
* fix: feildarray name changed
* docs: freelayout doc error
v0.1.16
2025-03-28 08:25:41 +00:00
YuanHeDx
ba063ae856
fix: fix field array type ( #99 )
2025-03-28 03:41:38 +00:00
YuanHeDx
c75f92d379
feat: add validate to Form facade, deprecate FieldArray.delete but use remove instead ( #94 )
...
* feat: expose validate api in form facade
* refactor: deprecate FieldArray.delete but expose remove instead
* refactor: only change api on facade
2025-03-26 09:43:10 +00:00
xiamidaxia
62e53350f1
feat: shortcuts support override pre handlers like delete ( #93 )
2025-03-26 07:26:30 +00:00
xiamidaxia
a039913a60
chore: free-layout resbuild config ( #87 )
2025-03-25 14:00:52 +00:00
xiamidaxia
a0613113bb
Merge pull request #86 from xiamidaxia/feat/sidebar
...
feat(demo): demo support sidebar
v0.1.15
2025-03-25 21:15:20 +08:00
xiamidaxia
2f99d6ce98
chore: update codeowners
2025-03-25 20:53:35 +08:00
xiamidaxia
35bd5eabe2
fix: ci error
2025-03-25 20:49:37 +08:00
xiamidaxia
aed1695396
feat: demo add customService
2025-03-25 20:32:17 +08:00
xiamidaxia
64b191fa11
feat: editor export inversify api
2025-03-25 20:32:17 +08:00
xiamidaxia
b1bb774238
feat: demo support sidebar
2025-03-25 20:32:17 +08:00
xiamidaxia
3397925e4a
feat: free-layout-props delete onNodeActivated, getNodeForm.onFormValueChangeIn return disposable
2025-03-25 20:32:17 +08:00
YuanHeDx
5f1a1cfa1c
fix: do not delete object key when shallowSetIn value is undefined, fix err msg and add a ut ( #84 )
...
* fix: do not delete key when shallowSetIn value is undefined
* fix: fix err msg in path, add ut for chained swap
* chore: comment the object test case not used in form
* chore: add fix comment
* fix: remove redundant clone
2025-03-24 08:30:59 +00:00
Louis Young
58f6676311
fix(canvas): prevent the dom of resize observer being null & simplified node selected highlight settings ( #78 )
...
* fix(canvas): prevent the dom of resize observer being null
* refactor(container): simplified node selected highlight settings
* fix(snap): react warning
* fix: tsc error
2025-03-24 03:10:46 +00:00
chenjiawei.inizio
b77dfc9faf
chore: add raw-loader fixed demo ( #79 )
2025-03-21 10:20:51 +00:00
tecvan
d90fdad677
chore: read source code directly in example docs ( #77 )
2025-03-21 08:33:28 +00:00
Louis Young
5dbb2f4b55
refactor: loop node render with sub canvas inside form ( #75 )
...
* refactor(container): loop node render with form
* refactor(container): simplified sub-canvas configuration
* refactor(container): move sub-canvas render into plugin
2025-03-20 11:59:56 +00:00
tecvan
2909d3cdce
chore: more content about free layout simple example ( #74 )
...
* chore: more content about free layout simple example
* chore: more content about free layout simple example
2025-03-20 10:56:43 +00:00
tecvan
a60840756c
chore: setup vscode settings ( #72 )
2025-03-20 09:32:52 +00:00
Louis Young
95c6b58264
chore(minimap): avoid drawing invalid rectangle ( #71 )
2025-03-20 08:23:58 +00:00
Louis Young
7f21a6a461
fix(container): moveout node from container is not allowed if it's invalid ( #69 )
2025-03-20 08:00:19 +00:00
YuanHeDx
6dd4e2d3ab
fix: fix FieldArrayModel.swap state issue with doc example covered ( #70 )
...
* feat: add get values to FormModel
* fix: fix FieldArrayModel.swap state issue with doc example added
* doc: fix array demo code
2025-03-20 07:59:55 +00:00
Libon
3dc0b94dd8
fix: resolve tooltip text-color abnormal ( #64 )
2025-03-20 06:38:53 +00:00
chenjiawei.inizio
b2dc4f885b
fix: en doc images ( #68 )
...
* fix: en doc images
* chore: add ci trigger in merge queue
2025-03-20 06:37:56 +00:00
tecvan
be5d086811
chore: setup some common config ( #66 )
...
* chore: setup some common config
* chore: setup some common config
* chore: setup commit lint
2025-03-20 14:32:11 +08:00
xiamidaxia
b726f3cfea
Merge pull request #63 from louisyoungx/fix/no-from-line
...
fix: line without from node should not to json
v0.1.14
2025-03-19 16:24:20 +08:00
liuyangxing
f6daadf80f
fix(core): line without from node should not to json
2025-03-19 16:18:44 +08:00
chenjiawei.inizio
5dd4a21059
Merge pull request #62 from dragooncjw/fix/dep-check
...
fix: demo & test
2025-03-19 11:21:11 +08:00
xiamidaxia
5e4f4fad89
Merge branch 'main' into fix/dep-check
2025-03-18 20:09:01 +08:00
dragooncjw
c26ca696e8
chore: add code owners
2025-03-18 20:07:29 +08:00
xiamidaxia
08f13e4c8c
Merge pull request #57 from FungYuu/docs-link2
...
docs: modify the URL link
2025-03-18 20:02:15 +08:00
dragooncjw
6f51ff3933
fix: test delay
2025-03-18 19:59:34 +08:00
dragooncjw
fa53c400aa
fix: demo add rsbuild file
2025-03-18 19:20:24 +08:00
xiamidaxia
e003e846f0
Merge branch 'main' into docs-link2
2025-03-18 19:02:02 +08:00
liuyangxing
7d40e92e5f
fix(canvas-core): cache the node stack index in node render data
2025-03-18 18:14:50 +08:00
liuyangxing
a6c63ab6c2
fix(canvas-core): clear the selection when line dragging starts
2025-03-18 18:14:50 +08:00
xiamidaxia
7dda634e1b
Merge branch 'main' into docs-link2
2025-03-18 17:27:58 +08:00
chenjiawei.inizio
42b17c1fc1
Merge pull request #59 from dragooncjw/chore/demo-rsbuild
...
chore: demo migrate rspack to rsbuild
2025-03-18 16:58:26 +08:00
dragooncjw
5777ec2cfd
chore: demo migrate rspack to rsbuild
2025-03-18 16:45:41 +08:00
xiamidaxia
f30ebc44fe
Merge pull request #54 from louisyoungx/feat/sub-canvas
...
feat: loop node & move into container operation
2025-03-18 16:41:17 +08:00
liuyangxing
6e41032044
test(container): remove useless test files
2025-03-18 16:13:16 +08:00