MrWindlike
8f13e161d4
fix: reregister the traits when the editor refresh
2022-05-18 11:14:24 +08:00
tanbowensg
df46bf2d78
Merge pull request #403 from webzard-io/yz/fix
...
inline variable has no identifier and should not cause runtime error
2022-05-16 10:32:37 +08:00
Yanzhen Yu
da033ab695
inline variable has no identifier and should not cause runtime error
2022-05-16 10:28:42 +08:00
yz-yu
b36dfddeb5
Merge pull request #400 from webzard-io/feat/merge-style
...
use concat method when merging customStyles
2022-05-13 23:29:46 +08:00
Bowen Tan
7626c3c28a
use concat method when merging customStyles
2022-05-13 17:37:40 +08:00
yz-yu
3ccb0067c8
Merge pull request #399 from webzard-io/fix/ajv
...
Add "name" keyword to ajv
2022-05-13 17:33:45 +08:00
Bowen Tan
d251c480c8
Publish
...
- @sunmao-ui/arco-lib@0.2.0-alpha.1
- @sunmao-ui/chakra-ui-lib@0.4.0-alpha.1
- @sunmao-ui/core@0.6.0-alpha.1
- @sunmao-ui/editor-sdk@0.2.0-alpha.1
- @sunmao-ui/editor@0.6.0-alpha.1
- @sunmao-ui/runtime@0.6.0-alpha.1
- @sunmao-ui/shared@0.1.0-alpha.1
2022-05-12 12:23:10 +08:00
Bowen Tan
6900206dff
add keywork name to ajv
2022-05-12 12:17:49 +08:00
tanbowensg
24e7b87c89
Merge pull request #398 from webzard-io/feat/arco
...
fix some bugs
2022-05-12 10:24:50 +08:00
xzdry
e7a8b5954d
fix: fixed the bug where repeatedly clicking on the currently edited application would cause the stateManager's store to be cleared
2022-05-12 10:02:00 +08:00
xzdry
c03707ec41
improve: keep the scroll bar of each panel of explore menu tabs independent
2022-05-12 09:46:04 +08:00
xzdry
2cfd2516ac
fix(tabs): add setActiveTab methods
2022-05-12 09:40:51 +08:00
yz-yu
a506054d2c
Merge pull request #390 from webzard-io/publish
...
Publish
2022-05-11 12:52:07 +08:00
Bowen Tan
56712f18ad
Publish
...
- @sunmao-ui/arco-lib@0.2.0-alpha.0
- @sunmao-ui/chakra-ui-lib@0.4.0-alpha.0
- @sunmao-ui/core@0.6.0-alpha.0
- @sunmao-ui/editor-sdk@0.2.0-alpha.0
- @sunmao-ui/editor@0.6.0-alpha.0
- @sunmao-ui/runtime@0.6.0-alpha.0
- @sunmao-ui/shared@0.1.0-alpha.0
2022-05-10 17:50:20 +08:00
Bowen Tan
67f7f683c6
Merge branch 'main' into publish
...
* main: (24 commits)
set the default value of debugStore and debugEvent to be false
fix test
feat: scroll the tree item into view when select the component
fix: switch the scale buttons
fix: improve the expression result display
refactor init functions parameters
feat: add the `clear` method to the fetch trait
feat(tree): add onSelect events
fix: correct splicing url
fix(module): change the widget of property to display correct
fix: select component to add non-empty judgement
fix: change the import path
fix: fix the changing api form's tab problem
fix: fix the datasource update problems
chore: make the data type datasource informations as constants
chore: use the enum to replace the constants
chore: change `GLOBAL_UTILS_ID` to `GLOBAL_UTIL_METHOD_ID`
feat: add transformer trait
chore: use the constant as the widget name
chore: export `RegistryInterface` instead of `Registry`
...
# Conflicts:
# packages/arco-lib/package.json
# packages/editor-sdk/package.json
# packages/editor/package.json
# packages/runtime/package.json
2022-05-10 17:33:42 +08:00
tanbowensg
4dd67e7d31
Merge pull request #395 from webzard-io/fix/windlike-patch
...
Fix/windlike patch
2022-05-10 17:08:21 +08:00
yz-yu
2048d3047e
Merge pull request #394 from webzard-io/refactor/init-function
...
refactor init functions' parameters
2022-05-10 14:08:25 +08:00
tanbowensg
e8988aa8a1
Merge pull request #392 from webzard-io/feat/arco
...
fix some bugs
2022-05-10 14:03:16 +08:00
Bowen Tan
f088608fe9
set the default value of debugStore and debugEvent to be false
2022-05-10 14:02:08 +08:00
Bowen Tan
56b22d81e8
fix test
2022-05-10 13:56:43 +08:00
MrWindlike
40813e06bc
feat: scroll the tree item into view when select the component
2022-05-10 11:32:20 +08:00
MrWindlike
ece9a427b6
fix: switch the scale buttons
2022-05-10 10:33:53 +08:00
MrWindlike
357b233897
fix: improve the expression result display
2022-05-10 10:19:15 +08:00
Bowen Tan
a6c76f0d24
refactor init functions parameters
2022-05-09 18:51:45 +08:00
tanbowensg
0cab5ee62a
Merge pull request #393 from webzard-io/feat/windlike-patch
...
feat: add the `clear` method to the fetch trait
2022-05-09 17:23:44 +08:00
MrWindlike
f89cf583b2
feat: add the clear
method to the fetch trait
2022-05-09 15:35:50 +08:00
xzdry
51dfc2bbc6
Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco
2022-05-09 15:09:27 +08:00
tanbowensg
f4b67f3677
Merge pull request #391 from webzard-io/feat/transformer
...
feat: add the transformer trait
2022-05-09 14:57:36 +08:00
MrWindlike
302ab28abc
Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/transformer
2022-05-09 10:30:25 +08:00
xzdry
03f918032b
feat(tree): add onSelect events
2022-05-07 18:20:32 +08:00
tanbowensg
e543641f61
Merge pull request #382 from webzard-io/feat/shared
...
feat: add `@sunmao-ui/shared`
2022-05-07 16:51:40 +08:00
xzdry
9a45ec04dc
fix: correct splicing url
2022-05-07 16:21:45 +08:00
xzdry
d7e36e35f9
fix(module): change the widget of property to display correct
2022-05-07 16:09:00 +08:00
xzdry
59f2554910
fix: select component to add non-empty judgement
2022-05-07 16:05:09 +08:00
xzdry
cecf2fddb8
fix: change the import path
2022-05-07 11:04:37 +08:00
MrWindlike
0c3016c29a
fix: fix the changing api form's tab problem
2022-05-06 15:34:51 +08:00
MrWindlike
ea5c930e83
fix: fix the datasource update problems
2022-05-06 15:18:33 +08:00
MrWindlike
0da6af815a
chore: make the data type datasource informations as constants
2022-05-06 15:18:10 +08:00
MrWindlike
47d8d11901
chore: use the enum to replace the constants
2022-05-05 22:44:56 +08:00
MrWindlike
71d9c81cb3
chore: change GLOBAL_UTILS_ID
to GLOBAL_UTIL_METHOD_ID
2022-05-05 17:35:10 +08:00
MrWindlike
e55820be71
Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/shared
2022-05-05 17:32:23 +08:00
MrWindlike
12faf330f3
Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/transformer
2022-05-05 17:28:20 +08:00
MrWindlike
ff056772dd
feat: add transformer trait
2022-05-05 17:15:35 +08:00
Bowen Tan
3b14a36148
Publish
...
- @sunmao-ui/arco-lib@0.1.9
- @sunmao-ui/chakra-ui-lib@0.3.9
- @sunmao-ui/core@0.5.6
- @sunmao-ui/editor-sdk@0.1.10
- @sunmao-ui/editor@0.5.10
- @sunmao-ui/runtime@0.5.8
2022-04-29 17:16:17 +08:00
yz-yu
df14fe5e1f
Merge pull request #387 from webzard-io/improve-ui
...
Improve UI Style
2022-04-29 14:10:59 +08:00
Bowen Tan
5dd5e6885d
auto select first component when app first renders
2022-04-29 10:59:38 +08:00
tanbowensg
7739c76204
Merge pull request #385 from webzard-io/feat/arco
...
Feat/arco
2022-04-29 09:53:28 +08:00
Bowen Tan
b291089c62
improve left tree style
2022-04-28 19:06:13 +08:00
Bowen Tan
ef5b5873c0
add code mode modal
2022-04-28 17:21:24 +08:00
xzdry
632e20ff97
improve core stack component
2022-04-27 14:00:46 +08:00