Commit Graph

1354 Commits

Author SHA1 Message Date
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
MrWindlike
29e415fd1d chore: add the comments 2022-06-22 17:00:10 +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
tanbowensg
3da6c6d07f
Merge pull request #465 from webzard-io/feat/arco-fix
fix(Checkbox): synchronize the initial state of isCheckedAll & add disabled property
2022-06-22 10:14:08 +08:00
tanbowensg
697dfa6a67
Merge pull request #466 from webzard-io/fix/editor
fix(FormSection): fix  the property section not covering the code mirror window
2022-06-21 18:27:38 +08:00
xzdry
66b9c0214c fix(FormSection): fix the property section not covering the code mirror window 2022-06-21 18:20:01 +08:00
xzdry
531f2be215 fix(Checkbox): synchronize the initial state of isCheckedAll & add the disabled property 2022-06-21 18:14:40 +08:00
yz-yu
5d4d506aee
Merge pull request #462 from Mark-Fenng/main
fix:  css style string is parsed to char array accidentally
2022-06-21 11:20:13 +08:00
Yun Feng
75dff38d8a feat(arco): don't trigger onRowClicked method when clicking table's radios or checkboxs 2022-06-21 01:45:03 +10:00
Yun Feng
6f1f5eb3ec fix: css style string is parsed to char array accidently 2022-06-21 01:28:33 +10:00
yz-yu
eb59fbdfe2
Merge pull request #461 from webzard-io/feat/remove-grid
feat(runtime): remove react-grid-layout
2022-06-20 18:36:42 +08:00
Bowen Tan
fe68def8da feat(runtime): remove react-grid-layout
BREAKING CHANGE:
remove core/v1/grid-layout component

BREAKING CHANGE:
remove core/v1/grid-layout component (+1 squashed commit)
Squashed commits:
[549fea0] feat(remove react-grid-layout): wip

BREAKING CHANGE:
remove core/v1/grid-layout component
2022-06-20 18:30:30 +08:00
yz-yu
b4c6082b6a
Merge pull request #460 from webzard-io/release
publish 0.7
2022-06-20 17:03:01 +08:00
Bowen Tan
fd60c796db chore(*): publish
- @sunmao-ui/arco-lib@0.3.0
 - @sunmao-ui/chakra-ui-lib@0.5.0
 - @sunmao-ui/core@0.7.0
 - @sunmao-ui/editor-sdk@0.3.0
 - @sunmao-ui/editor@0.7.0
 - @sunmao-ui/runtime@0.7.0
 - @sunmao-ui/shared@0.2.0
2022-06-20 10:49:51 +08:00
tanbowensg
61a3fb79c7
Merge pull request #437 from webzard-io/feat/SpaceWidget
feat(StyleTraitForm): add SpaceWidget
2022-06-20 10:22:16 +08:00
yz-yu
e121c79679
Merge pull request #458 from Mark-Fenng/main
feat(arco): expose 'setInputValue' method for Input and Textarea
2022-06-19 20:32:43 +08:00
xzdry
a62283eeec feat(StyleTraitForm): add padding and margin widget 2022-06-17 18:42:30 +08:00
Yun Feng
63d8c45c0c feat(arco): expose 'setInputValue' method for TextArea component 2022-06-17 00:22:54 +10:00
Yun Feng
130cce9532 feat(arco): expose 'setInputValue' method for Input component 2022-06-16 23:48:15 +10:00
tanbowensg
644290f6b5
Merge pull request #453 from Mark-Fenng/main
feat(arco): enable to customize button content of Dropdown component
2022-06-14 17:28:45 +08:00
Yun Feng
7dc33f0478 feat(arco): enable to customize button content of Dropdown component 2022-06-14 13:29:32 +10:00
MrWindlike
b0c88fd872 fix: the renaming, types and tests stuffs 2022-06-14 11:09:18 +08:00
tanbowensg
d2daf17b13
Merge pull request #450 from Mark-Fenng/main
fix: trait form is covered by section titles
2022-06-13 17:45:49 +08:00
xzdry
e5d6ead30e feat: a more comprehensive select component based on rc-select 2022-06-13 17:44:08 +08:00
Yun Feng
8fbffabe22 fix: trait form is covered by section titles 2022-06-13 19:31:06 +10:00
tanbowensg
61795e58b9
Merge pull request #449 from webzard-io/fix/windlike
fix: use the `isHidden` to hide a property instead of `shouldRender`
2022-06-13 16:36:08 +08:00
MrWindlike
ec0797bc12 fix: use the isHidden to hide a property instead of shouldRender 2022-06-13 16:33:52 +08:00
MrWindlike
b6b7083e15 feat(editor): chagne the component id reference properties' values when changing the component id
add the `isComponentId` into spec options to declare a property is whether refer to a component id

ISSUES CLOSED: #106
2022-06-13 14:56:47 +08:00
MrWindlike
d85ed7dc53 feat(operation): change the reference expressions when changing the component id
ISSUES CLOSED: #106
2022-06-13 14:56:17 +08:00
yz-yu
ab13ad629f
update LICENSE to Apache 2.0 2022-06-13 13:47:59 +08:00
tanbowensg
3a3ea8c446
Merge pull request #428 from webzard-io/feat/style-trait-widget
add font style widget
2022-06-13 10:14:12 +08:00
tanbowensg
0f3a4ff4c1
Merge pull request #441 from webzard-io/feat/slot-if-condition
feat(editor): add the slot trait form
2022-06-13 10:13:58 +08:00
tanbowensg
e4a1ccf366
Merge pull request #446 from webzard-io/feat/arco
Feat/arco
2022-06-13 10:13:39 +08:00
xzdry
3126ff9fab Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco 2022-06-13 09:57:49 +08:00
xzdry
37a163f3f1 fix(Table): fix the problem that selectedRow has no value 2022-06-13 09:57:02 +08:00
yz-yu
c376f18aee
Merge pull request #445 from Mark-Fenng/main
doc: fix a broken link in README
2022-06-12 21:05:53 +08:00
Yun Feng
c5bc85d088 fix a broken link in README 2022-06-12 22:58:33 +10:00
yz-yu
1266cc3e1b
Merge pull request #386 from webzard-io/docs
add readme and docs
2022-06-10 16:07:44 +08:00
tanbowensg
0773f77c90
Merge pull request #442 from webzard-io/fix/windlike
fix(EventWidget): fix the parameters init problem
2022-06-10 14:27:58 +08:00
Bowen Tan
3ccb7407fd docs(component): add docs and readme 2022-06-10 14:06:00 +08:00
Bowen Tan
3da918ce7f fix(FontWidget): improve font widget 2022-06-10 14:05:22 +08:00
MrWindlike
3b4c2e038c fix(EventWidget): fix the parameters init problem 2022-06-10 14:02:01 +08:00
MrWindlike
19be7d30d6 test: fix the tests failure 2022-06-10 10:26:11 +08:00
MrWindlike
67d4e49f5b feat(editor): add the slot trait form
ISSUES CLOSED: #440
2022-06-10 09:58:35 +08:00