MrWindlike
|
9221ad60c9
|
chore: reexport the shared package by runtime
|
2022-07-27 16:01:59 +08:00 |
|
Bowen Tan
|
d21e1526f6
|
fix(validator): add AnyTypePlaceholder for nester object
|
2022-07-26 18:07:42 +08:00 |
|
Bowen Tan
|
7f2fdd5f63
|
fix(validator): it should not warn variables declared in iife in expression
|
2022-07-26 14:32:31 +08:00 |
|
Bowen Tan
|
41c8267384
|
fix(validator): validator cannot validate nested object in expression
|
2022-07-26 14:26:00 +08:00 |
|
tanbowensg
|
941ffa9089
|
Merge pull request #545 from smartxworks/fix/trait-property-crash
fix(traitForm): trait form will crash if the trait has a property that is not in its spec
|
2022-07-26 11:25:34 +08:00 |
|
Bowen Tan
|
570380c5a0
|
fix(traitForm): trait form will crash if the trait has a property that is not in its spec
|
2022-07-26 11:17:27 +08:00 |
|
tanbowensg
|
382240f432
|
Merge pull request #543 from smartxworks/fix/default-value
fix(shared): use default value instead of undefined when generate default value from spec
|
2022-07-26 11:07:02 +08:00 |
|
tanbowensg
|
0ea1a9edbd
|
Merge pull request #529 from smartxworks/feat/arco-widget
support for automatic generation of `rowKey` or setting from columns
|
2022-07-25 13:49:59 +08:00 |
|
yz-yu
|
e7a41cf660
|
Merge pull request #544 from smartxworks/fix/hide-slot-trait-create
fix(traitForm): hide create slot trait button in menu
|
2022-07-25 11:52:27 +08:00 |
|
xzdry
|
739ab07ee9
|
refactor(Table): remove auto-generated rowkey
|
2022-07-25 11:31:02 +08:00 |
|
Bowen Tan
|
475e76c8d1
|
fix(traitForm): hide create slot trait button in menu
|
2022-07-25 11:22:42 +08:00 |
|
Bowen Tan
|
1ddb111a0d
|
fix(shared): use default value instead of undefined when generate default value from spec
|
2022-07-22 18:15:54 +08:00 |
|
Bowen Tan
|
e82774757f
|
fix(structureTree): if a component item is already in viewport, then don't scroll it into view
|
2022-07-22 17:04:43 +08:00 |
|
tanbowensg
|
94df410df4
|
Merge pull request #541 from smartxworks/fix/typo
docs: fix typo
|
2022-07-22 11:31:41 +08:00 |
|
tanbowensg
|
fa79e120a9
|
Merge pull request #508 from smartxworks/feat/validation-trait
feat: refactor the validation trait (#breaking-chagnes)
|
2022-07-22 11:29:43 +08:00 |
|
xzdry
|
f234b11bcf
|
docs: fix typo
|
2022-07-21 22:26:09 +08:00 |
|
yz-yu
|
24d1bf39fd
|
Merge pull request #539 from XiGou/update_readme
updated the English version of readme file
|
2022-07-21 15:08:24 +08:00 |
|
tanbowensg
|
2ebdf5772e
|
Merge pull request #540 from smartxworks/main
Main
|
2022-07-21 14:45:03 +08:00 |
|
GouXi
|
25c819db3a
|
use 'Reactive rendering' instead of 'Responsive'.
|
2022-07-21 02:22:04 -04:00 |
|
yz-yu
|
4d498d9c61
|
Merge pull request #538 from smartxworks/pub/0.7.3
Pub/0.7.3
|
2022-07-21 13:17:15 +08:00 |
|
tanbowensg
|
4d6b67cbfb
|
Merge pull request #536 from smartxworks/feat/batch-operation
feat: add `doOperations`
|
2022-07-21 10:19:22 +08:00 |
|
Xi Gou
|
abb2e12dfb
|
updated the English version of readme file
|
2022-07-21 00:08:37 +08:00 |
|
Bowen Tan
|
7d3bb7079f
|
chore(*): publish
- @sunmao-ui/arco-lib@0.3.4
- @sunmao-ui/chakra-ui-lib@0.5.4
- @sunmao-ui/editor-sdk@0.3.4
- @sunmao-ui/editor@0.7.4
|
2022-07-20 14:39:53 +08:00 |
|
Bowen Tan
|
7264108571
|
Merge branch 'main' into pub/0.7.3
* main:
fix(ModuleWidget): fix bug with wrong ModuleWidget property
|
2022-07-20 14:29:04 +08:00 |
|
yz-yu
|
56b54421f4
|
Merge pull request #537 from smartxworks/slot-fallback
fix(runtime): only teardown state when the component is not hidden before this check
|
2022-07-20 11:59:04 +08:00 |
|
MrWindlike
|
b408fa620b
|
chore: move doOperations into AppModelManager
|
2022-07-20 11:32:25 +08:00 |
|
Yanzhen Yu
|
9eb5ab7b46
|
test(runtime): add unit tests to cover the new teardown strategy
when we are using slot's ifCondition, the slot may have
unmount traits result multiple times
|
2022-07-20 10:57:13 +08:00 |
|
yz-yu
|
1e41f09adc
|
feat(docs): responsive -> reactive
|
2022-07-20 09:37:21 +08:00 |
|
Yanzhen Yu
|
25787ec172
|
fix(runtime): check whether this is the first time render of an UnmountImplWrapper
when we are using slot's ifCondition, the slot may have
unmount traits result multiple times
|
2022-07-19 20:11:23 +08:00 |
|
Yanzhen Yu
|
acbbf4eb24
|
fix(runtime): only teardown state when the component is not hidden before this check
when we are using slot's ifCondition, the slot may have
unmount traits result multiple times
|
2022-07-19 19:47:35 +08:00 |
|
MrWindlike
|
549e7276a3
|
feat: add doOperations
|
2022-07-19 17:51:01 +08:00 |
|
yz-yu
|
58c3d9848f
|
Merge pull request #535 from smartxworks/fix/paste-slot
fix(paste): paste component into the first slot instead of 'content' slot
|
2022-07-19 16:43:02 +08:00 |
|
xzdry
|
4d2ae0da38
|
feat(select): put popup to body
|
2022-07-19 15:22:40 +08:00 |
|
Bowen Tan
|
63b3a04935
|
fix(paste): paste component into the first slot instead of 'content' slot
|
2022-07-19 14:17:42 +08:00 |
|
xzdry
|
09b6c4ba0c
|
fix(ModuleWidget): fix bug with wrong ModuleWidget property
|
2022-07-19 11:03:26 +08:00 |
|
Bowen Tan
|
5c6db91554
|
chore(*): publish
- @sunmao-ui/arco-lib@0.3.3
- @sunmao-ui/chakra-ui-lib@0.5.3
- @sunmao-ui/core@0.7.3
- @sunmao-ui/editor-sdk@0.3.3
- @sunmao-ui/editor@0.7.3
- @sunmao-ui/runtime@0.7.3
- @sunmao-ui/shared@0.2.3
- @sunmao-ui/vite-plugin-fs@0.0.3
- @sunmao-ui/vite-plugins@1.0.5
|
2022-07-18 17:27:57 +08:00 |
|
Bowen Tan
|
0c4694df3a
|
fix(docs): fix trait markdown
|
2022-07-18 17:25:25 +08:00 |
|
tanbowensg
|
ce033713b0
|
Merge pull request #533 from smartxworks/fix/windlike
fix: avoid the expression tip would be covered
|
2022-07-18 17:18:50 +08:00 |
|
MrWindlike
|
63e7b67f6d
|
fix: avoid the expression tip would be covered
|
2022-07-18 17:12:32 +08:00 |
|
yz-yu
|
21a15958c4
|
Merge pull request #531 from smartxworks/fix/preview-modal-dependency2
fix(previewModal): pass dependencies to preview modal
|
2022-07-18 12:10:39 +08:00 |
|
Bowen Tan
|
7c6c8a8122
|
fix(previewModal): pass dependencies to preview modal
|
2022-07-18 10:29:32 +08:00 |
|
xzdry
|
265ba4a6c1
|
feat(arco/Table): support for automatic generation of rowKey or setting from columns
|
2022-07-17 17:16:25 +08:00 |
|
xzdry
|
9d0e732163
|
feat(arco): add arco TablePrimaryKeyWidget
|
2022-07-17 17:09:46 +08:00 |
|
yz-yu
|
267ab40b37
|
Merge pull request #522 from smartxworks/feat/windlike-dev
feat: check the `exampleProperties` type
|
2022-07-16 19:27:23 +08:00 |
|
yz-yu
|
14bc96fb54
|
Merge pull request #527 from smartxworks/fix/typo
fix(docs): fix typo and replace logo.png
|
2022-07-15 16:28:26 +08:00 |
|
Bowen Tan
|
d778f69919
|
fix(docs): fix typo and replace logo.png
|
2022-07-15 16:23:15 +08:00 |
|
yz-yu
|
6fe7b0e6c0
|
Merge pull request #526 from smartxworks/main
Main
|
2022-07-15 15:01:11 +08:00 |
|
yz-yu
|
a06a0636dc
|
Merge pull request #525 from smartxworks/pub/0.7.2
Pub/0.7.2
|
2022-07-15 14:51:54 +08:00 |
|
Bowen Tan
|
7b39aceece
|
fix(docs): fix type
|
2022-07-15 14:49:51 +08:00 |
|
Bowen Tan
|
9291609fb0
|
chore(*): publish
- @sunmao-ui/arco-lib@0.3.2
- @sunmao-ui/chakra-ui-lib@0.5.2
- @sunmao-ui/core@0.7.2
- @sunmao-ui/editor-sdk@0.3.2
- @sunmao-ui/editor@0.7.2
- @sunmao-ui/runtime@0.7.2
- @sunmao-ui/shared@0.2.2
- @sunmao-ui/vite-plugin-fs@0.0.2
- @sunmao-ui/vite-plugins@1.0.4
|
2022-07-15 13:58:25 +08:00 |
|