被雨水过滤的空气-Rain
3c98966169
feat(e2e): add mockCollections ( #3054 )
...
* feat(e2e): add mockCollections
* fix: fix tests
* fix: make tests passing
* fix: fix tests
* fix: fix test
* chore: restart
* chore: skip some test
2023-11-17 16:54:04 +08:00
katherinehhh
36043be130
fix: association table block overwirtten by default values in popver action ( #3056 )
2023-11-17 16:11:30 +08:00
ChengLei Shao
76a225e354
feat: register collection sync logic ( #3055 )
2023-11-17 11:22:46 +08:00
katherinehhh
cd76ae7e63
fix: tableoid should pointed to target collection in assciation field data scope config ( #3053 )
2023-11-16 18:15:10 +08:00
chenos
54caf05ba4
chore: update changelog
2023-11-16 15:03:51 +08:00
chenos
60112aae62
chore(versions): 😊 publish v0.15.0-alpha.3
2023-11-16 15:03:40 +08:00
chenos
03062a2b05
feat: e2e commands ( #3042 )
2023-11-16 12:33:56 +08:00
被雨水过滤的空气-Rain
14a21882e8
Revert "chore: hide linkage rule option in some buttons ( #3046 )" ( #3051 )
...
* Revert "chore: hide linkage rule option in some buttons (#3046 )"
This reverts commit f0db975c1d
.
* refactor: remove concole log
2023-11-16 11:52:22 +08:00
被雨水过滤的空气-Rain
f0db975c1d
chore: hide linkage rule option in some buttons ( #3046 )
2023-11-15 16:32:28 +08:00
ChengLei Shao
b497ef125e
feat: collection factory ( #3047 )
2023-11-15 16:22:48 +08:00
katherinehhh
3aca9e05d9
fix: association block filter params ( #3039 )
2023-11-14 17:24:59 +08:00
Junyi
52c3f28c04
fix(plugin-fm): fix error log ( #3038 )
2023-11-14 16:54:19 +08:00
katherinehhh
57c7450e16
refactor: findSchema should omit AssociationField.Viewer ( #3037 )
2023-11-14 14:43:31 +08:00
被雨水过滤的空气-Rain
c25f51d99b
fix: fix display association fields with subform ( #3036 )
...
* fix: fix display association fields with subform
* fix: transformVariableValue
* fix: should also to request data when value is null
* fix: better way to fix
2023-11-14 14:15:47 +08:00
被雨水过滤的空气-Rain
887ddf0ed1
test: optimize command ( #3030 )
...
* test: optimize command
* chore: add force options
* chore: kill child process
2023-11-14 10:04:09 +08:00
katherinehhh
4d4b73767f
fix: attachment field in m2m association field report error whwen setting required ( #3031 )
2023-11-14 09:36:00 +08:00
chenos
13be8d012f
chore: update changelog
2023-11-13 18:29:01 +08:00
chenos
b597aec1dc
chore(versions): 😊 publish v0.15.0-alpha.2
2023-11-13 18:28:48 +08:00
jack zhang
4209babb47
fix: antd table ref bug ( #3029 )
2023-11-13 17:49:24 +08:00
jack zhang
647c8ccdaa
fix: improve plugin settings code ( #3028 )
2023-11-13 17:10:01 +08:00
jack zhang
34d1406ede
fix: plugin settings manager Component optional & delete isBookmark ( #3027 )
2023-11-13 12:21:40 +08:00
Junyi
83245a406b
fix(plugin-workflow): fix workflow title in binding workflow configuration not showing ( #3026 )
2023-11-12 20:13:54 -08:00
chenos
9dae34a613
chore: update changelog
2023-11-13 11:02:51 +08:00
chenos
29457cb2bc
chore(versions): 😊 publish v0.15.0-alpha.1
2023-11-13 11:02:35 +08:00
jack zhang
35b06cbfa0
refactor: plugin settings manager ( #2712 )
...
* feat: add settingsCenter
* fix: style bug
* chore: optimized code
* refactor: settingCenter Auth
* feat: add aclSnippet option
* refactor: all plugin's setting center api
* feat: add plugin with name
* docs: add settings-center doc
* fix: settings center menu sort by name
* fix: change setting center layout
* fix: change hello sort
* test: add SettingsCenter.ts test case
* fix: bug
* fix: acl bug
* fix: bug
* fix: bug and 404 page
* fix: test bug
* fix: test bug
* fix: bug
* fix: locale
* fix: styling
* fix: rename settingsCenter to pluginSettingsManager
* fix: styling
* fix: e2e bug
* fix: e2e bug
* fix: locale
* feat: update docs
* fix: update
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-11-13 11:01:18 +08:00
被雨水过滤的空气-Rain
454db91827
fix: fix regular of variable ( #3024 )
...
* fix: fix regular of variable
* refactor: the better way
2023-11-11 11:23:34 +08:00
被雨水过滤的空气-Rain
b92e9d1b69
fix: should load association data in subform ( #3020 )
...
* fix: should load association data in subform
* fix: make test passing
* fix: avoid error
2023-11-10 22:28:05 +08:00
katherinehhh
b11c22798a
fix: association field in reference block failed to append ( #2998 )
...
* fix: reference block association data failed to append
* feat: default value should not set in edit form
* chore: block template provider
2023-11-10 15:54:55 +08:00
被雨水过滤的空气-Rain
d9e7ba6e8d
fix: relational data should be loaded correctly on first render ( #3016 )
...
* fix: subform should lazy load data
* fix: relational data should be loaded correctly on first render
2023-11-10 15:27:53 +08:00
chenos
3b5b732a1a
feat: plugin-mock-collections ( #2988 )
...
* feat: plugin-mock-collections
* fix: mock bug
* feat: field interfaces
* fix: field interface
* fix: formula
* fix: file collection
* fix: map
* refactor: change api path from :create to :mock
* fix: avoid test failed
* chore: remove useless code
* fix: mock records
* fix: association
* feat: custom data
* fix: mockAttachment
* fix: count
---------
Co-authored-by: Rain <958414905@qq.com>
2023-11-10 11:32:03 +08:00
YANG QIA
ea4b88e57b
Update pull_request_template.md ( #3013 )
2023-11-10 11:07:43 +08:00
被雨水过滤的空气-Rain
d72a64976e
fix: should lazy load association data in subform ( #3012 )
2023-11-10 11:00:14 +08:00
chenos
3d0b42e72e
fix(import): remove commas from numbers ( #3011 )
2023-11-10 10:00:21 +08:00
chenos
4ed6d50400
fix(static-server): directoryListing: false ( #3010 )
2023-11-10 09:26:30 +08:00
被雨水过滤的空气-Rain
3f5704421d
fix(theme): text color of page header right side ( #3008 )
2023-11-10 08:02:30 +08:00
katherinehhh
c3c648d28c
fix: menu failed to design while menu title is empty string ( #2999 )
...
* fix: menu failed to desgin while menu title is empty string
* style: menu group style improve
2023-11-09 20:57:29 +08:00
Junyi
61d14309ed
fix(plugin-workflow): add missed component ( #3007 )
2023-11-09 20:40:27 +08:00
被雨水过滤的空气-Rain
e73ad1b98b
fix: detail block has no data ( #3003 )
...
* chore: add comments
* fix: detail block has no data
2023-11-09 12:55:06 +08:00
Junyi
e74fcc32e7
refactor(plugin-workflow): allow to use function for values when creating node ( #3002 )
2023-11-09 01:20:56 +08:00
Junyi
8ee8b0052a
fix(plugin-workflow): fix configuration drawer close logic ( #3001 )
2023-11-09 00:51:42 +08:00
被雨水过滤的空气-Rain
81cea6b596
chore: add aria label for workflow table ( #2995 )
2023-11-08 16:28:53 +08:00
被雨水过滤的空气-Rain
5b9695e720
fix: select item can not be selected in connecting data blocks ( #2993 )
2023-11-08 09:17:40 +08:00
被雨水过滤的空气-Rain
76940c5454
chore: optimize error message ( #2992 )
...
* Revert "chore: optimize error message (#2985 )"
This reverts commit 3802ca38f8
.
* chore: optimize error message
2023-11-08 00:23:53 +08:00
Junyi
00cabc5e23
refactor(plugin-workflow): change to function ( #2991 )
2023-11-07 07:30:53 -08:00
Junyi
30de7865c5
fix(plugin-workflow): fix loop scope variable ( #2989 )
2023-11-07 06:17:07 -08:00
被雨水过滤的空气-Rain
3802ca38f8
chore: optimize error message ( #2985 )
2023-11-07 21:21:49 +08:00
katherinehhh
adfb9a72ca
fix(formula-field): formula field failed to real-time evaluating and support sub-form ( #2983 )
...
* fix: formula field failed to real-time evaluating
* fix: formula field failed to real-time evaluating
2023-11-07 21:03:49 +08:00
katherinehhh
ee3d5af04d
fix: association select should not clearing after config data scope ( #2984 )
2023-11-07 16:05:59 +08:00
Junyi
2747e7640f
fix(plugin-workflow): fix node form values when closed ( #2978 )
...
* fix(plugin-workflow): fix node form values when closed
* fix(plugin-workflow): fix manual schema config refresh
2023-11-06 07:50:25 -08:00
被雨水过滤的空气-Rain
10a1f65284
fix: button of details is not refresh when updating record ( #2977 )
2023-11-06 21:18:55 +08:00