MrWindlike
9b54bd17cb
feat(widget): complete the widget type detecting
2022-07-05 09:51:51 +08:00
MrWindlike
a25a86b48d
feat: auto detect the raw properties types
2022-07-05 09:29:19 +08:00
tanbowensg
8a7028ce56
Merge pull request #486 from webzard-io/fix/editor
...
fix: refreshing the StateView when switching between module and app
2022-07-04 15:11:12 +08:00
xzdry
0074be8b0d
fix: refreshing the StateView when switching between module and app
2022-07-04 14:38:37 +08:00
tanbowensg
9a220f1a3d
Merge pull request #491 from webzard-io/refactor/remove-style
...
fix(styleTraitForm): move remove style button position
2022-07-04 14:18:25 +08:00
tanbowensg
a6698fd392
Merge pull request #492 from webzard-io/feat/SpaceWidget
...
refactor(SpaceWidget): refactor SpaceWidget
2022-07-04 14:18:13 +08:00
xzdry
d1648be66d
refactor(SpaceWidget): refactor SpaceWidget
2022-07-04 11:03:13 +08:00
Bowen Tan
2cccf61b95
fix(styleTraitForm): move remove style button position
2022-07-04 11:00:47 +08:00
tanbowensg
c10f621bf3
Merge pull request #489 from webzard-io/fix/iframe
...
Fix/iframe
2022-07-04 10:07:33 +08:00
yz-yu
f6e11d0408
Merge pull request #488 from webzard-io/c4fb8e3
...
fix: fix the component form's z-index problem
2022-07-02 13:31:04 +08:00
yz-yu
7abe115591
Merge pull request #490 from webzard-io/feat/isInEditor
...
feat(runtime): add isInEditor property
2022-07-02 10:24:57 +08:00
Bowen Tan
0c898dadb6
feat(runtime): add isInEditor property
2022-07-01 18:27:51 +08:00
MrWindlike
476d1a442b
fix: fix some code errors
2022-07-01 17:32:22 +08:00
MrWindlike
41520f9f6b
fix: avoid scrollIntoView
affect the parent page when the editor is inserted as iframe
2022-07-01 17:05:57 +08:00
MrWindlike
a1c320f741
fix: don't blur the iframe when selecting it
2022-07-01 17:03:31 +08:00
MrWindlike
a3ce92183e
fix: fix the component form's z-index problem
2022-07-01 15:35:12 +08:00
tanbowensg
391213d541
Merge pull request #487 from webzard-io/feat/arco-link
...
feat(Link): add slot to link components
2022-07-01 14:20:38 +08:00
xzdry
50c5390202
feat(Link): add slot to link components
2022-07-01 10:24:59 +08:00
tanbowensg
1c64f8e6e6
Merge pull request #481 from webzard-io/fix/windlike-dev
...
feat: use the array widget to render the event trait form
2022-07-01 10:11:04 +08:00
tanbowensg
ba9085debc
Merge pull request #485 from webzard-io/refactor/arco
...
refactor(arco-lib): reclassification of components
2022-07-01 10:05:43 +08:00
tanbowensg
ee61b65a62
Merge pull request #476 from webzard-io/ssr
...
Make runtime ssr ready
2022-07-01 09:55:43 +08:00
tanbowensg
59116eb072
Merge pull request #464 from webzard-io/feat/arco
...
feat(Link): add target property
2022-06-29 15:44:39 +08:00
xzdry
0afe8879cd
refactor(arco-lib): reclassification of components
2022-06-29 13:56:30 +08:00
xzdry
e1e90f170e
refactor(Link): use openInNewTab instead of target
2022-06-29 10:05:34 +08:00
xzdry
1cdd7c6705
Merge branch 'develop' of github.com:webzard-io/sunmao-ui into feat/arco
2022-06-29 09:59:44 +08:00
MrWindlike
fbc03eaf98
feat: use the array widget to render the event trait form
2022-06-27 18:04:40 +08:00
tanbowensg
6418d51d06
Merge pull request #480 from webzard-io/fix/windlike-dev
...
fix: increase the hidden trait style priority
2022-06-24 10:31:47 +08:00
MrWindlike
296a0ab6c4
fix: increase the hidden trait style priority
2022-06-24 10:14:17 +08:00
tanbowensg
16d129a4bb
Merge pull request #478 from webzard-io/feat/perfomance
...
perf: improve the struct tree performance
2022-06-23 17:47:44 +08:00
tanbowensg
632fe26e9a
Merge pull request #474 from webzard-io/feat/slotprops-memo
...
Use shallowCompare to compare slotProps
2022-06-23 17:42:25 +08:00
Bowen Tan
ea65948c6c
chore(shared): move shallowCompare to object.ts
2022-06-23 17:36:13 +08:00
Bowen Tan
6652f9aa02
chore(package.json): update peerdependencies
2022-06-23 16:32:40 +08:00
MrWindlike
7aa96ebb19
perf: improve the struct tree performance
2022-06-23 15:00:43 +08:00
Bowen Tan
492927864a
chore(*): make runtime support ssr
2022-06-23 14:12:59 +08:00
tanbowensg
1f44a383aa
Merge pull request #475 from webzard-io/chore/ci-develop
...
chore(ci): add ci to develop branch
2022-06-23 13:53:09 +08:00
tanbowensg
51dd07c662
Merge pull request #444 from webzard-io/test/runtime
...
Test/runtime
2022-06-23 10:44:08 +08:00
Bowen Tan
54a757995d
Merge branch 'develop' into test/runtime
...
* develop:
chore: add the comments
refactor(trait): use `implementRuntimeTrait` to implement the transformer trait
fix(mask): fix the bug that mask location is wrong position when editor is scrolled
feat(runtime, editor): support raw body in fetch trait
fix(FormSection): fix the property section not covering the code mirror window
fix(Checkbox): synchronize the initial state of isCheckedAll & add the disabled property
feat(arco): don't trigger onRowClicked method when clicking table's radios or checkboxs
fix: css style string is parsed to char array accidently
feat(runtime): remove react-grid-layout
fix: the renaming, types and tests stuffs
feat: a more comprehensive select component based on rc-select
feat(editor): chagne the component id reference properties' values when changing the component id
feat(operation): change the reference expressions when changing the component id
# Conflicts:
# packages/runtime/src/components/_internal/ImplWrapper/ImplWrapperMain.tsx
2022-06-23 10:43:34 +08:00
tanbowensg
f97b20555f
Merge pull request #472 from webzard-io/fix/widget
...
refactor(trait): use `implementRuntimeTrait` to implement the transformer trait
2022-06-22 17:34:24 +08:00
tanbowensg
db7a6936f3
Merge pull request #448 from webzard-io/feat/windlike-patch
...
feat: change the reference properties when changing the component id
2022-06-22 17:19:58 +08:00
Bowen Tan
0f82c5c4c7
chore(ci): add ci to develop branch
2022-06-22 17:14:11 +08:00
Bowen Tan
9cfb133adc
perf(ImplWrapper): use shallowCompare to compare slotProps
2022-06-22 17:08:51 +08:00
MrWindlike
29e415fd1d
chore: add the comments
2022-06-22 17:00:10 +08:00
MrWindlike
9bddf6ccb4
refactor(trait): use implementRuntimeTrait
to implement the transformer trait
2022-06-22 16:23:14 +08:00
yz-yu
0508c1d4b9
Merge pull request #470 from webzard-io/yz-patch
...
feat(runtime, editor): support raw body in fetch trait
2022-06-22 14:48:08 +08:00
yz-yu
b6c1f34967
Merge pull request #471 from webzard-io/fix/mask-scroll
...
fix(mask): fix the bug that mask location is wrong position when editor is scrolled
2022-06-22 14:39:14 +08:00
Bowen Tan
9fa6e886dd
fix(mask): fix the bug that mask location is wrong position when editor is scrolled
2022-06-22 14:25:02 +08:00
Yanzhen Yu
320f527edb
feat(runtime, editor): support raw body in fetch trait
2022-06-22 14:18:01 +08:00
yz-yu
6d567af776
Merge pull request #468 from webzard-io/feat/merge-rc-select
...
Merge rc-select pr from main to develop
2022-06-22 14:03:04 +08:00
Bowen Tan
644a070ed0
Merge branch 'main' into feat/merge-rc-select
...
* main:
feat: a more comprehensive select component based on rc-select
# Conflicts:
# yarn.lock
2022-06-22 10:24:13 +08:00
tanbowensg
e6dc6561c3
Merge pull request #452 from webzard-io/feat/rc-select
...
feat: a more comprehensive select component based on rc-select
2022-06-22 10:15:13 +08:00