Commit Graph

3395 Commits

Author SHA1 Message Date
Zeke Zhang
d2ccffbc42 chore(NocoBaseField): add compile method for default value 2024-11-14 08:55:21 +08:00
Zeke Zhang
0996cef67e Merge branch 'next' into 730 2024-11-14 08:29:36 +08:00
Zeke Zhang
3cafd65b8e fix(workflow): fix workflow table display issue 2024-11-14 07:50:35 +08:00
Zeke Zhang
5baf5d4beb feat(loading): add delay for loading component 2024-11-13 21:44:23 +08:00
Zeke Zhang
0b6132d937 fix(RequestSchemaComponent): fix issue with subpage not opening on mobile devices 2024-11-13 20:16:17 +08:00
ChengLei Shao
9fe1775ca3
chore: support update field attribute in collection (#5643) 2024-11-13 19:09:02 +08:00
Zeke Zhang
96a9456483 refactor(Action): replace RecursionField with NocoBaseRecursionField 2024-11-13 18:07:26 +08:00
Zeke Zhang
7824dad8ea refactor(NocoBaseRecursionField): set default value of isUseFormilyField to true 2024-11-13 17:43:31 +08:00
Zeke Zhang
d005390611 fix(BlockTemplates): fix table error issue 2024-11-13 17:22:15 +08:00
Zeke Zhang
6d5f232203 fix(usePopupSettings): fix issue with popup not opening 2024-11-13 17:05:35 +08:00
Zeke Zhang
03df50ee23 fix(BodyRowComponent): fix issue with empty record 2024-11-13 16:20:48 +08:00
Zeke Zhang
e4d1242e84 fix(CollectionManagerSchemaComponentProvider): fix incorrect scope value 2024-11-13 13:26:46 +08:00
Zeke Zhang
da8b43d932 fix(drawer): fix drawer error 2024-11-13 11:03:47 +08:00
chenos
08c90afb69 Merge branch 'next' into 730 2024-11-13 10:17:48 +08:00
nocobase[bot]
bd6894fb35 Merge branch 'main' into next 2024-11-13 02:03:46 +00:00
Junyi
eefad31179
fix(client): support o2o and m2m (array) to use file collection (#5637) 2024-11-13 09:54:24 +08:00
Zeke Zhang
37ec2b1537 Merge branch 'next' into 730 2024-11-13 09:36:10 +08:00
nocobase[bot]
f218c0b1c6 Merge branch 'main' into next 2024-11-13 01:14:09 +00:00
Chareice
4441602149
chore: console.log 2024-11-13 09:13:37 +08:00
ChengLei Shao
97b63b9b90
fix: import with m2m id field (#5623) 2024-11-13 09:13:26 +08:00
Zeke Zhang
f0c18a349d fix(DataSources): fix table error issue 2024-11-13 08:49:46 +08:00
chenos
3c812362b2
feat: improve useAssociationFieldContext (#5642) 2024-11-12 23:43:31 +08:00
Zeke Zhang
ddb363d935 Merge branch 'next' into 730 2024-11-12 22:32:49 +08:00
Zeke Zhang
cec5def70b refactor(CollectionField): extract CollectionFieldInternalField component 2024-11-12 22:05:06 +08:00
nocobase[bot]
f4562998ef Merge branch 'main' into next 2024-11-12 12:21:50 +00:00
Katherine
586c515ff7
fix: reset issue that reverts filter button title to default (#5635)
* fix: reset issue that reverts filter button title to default

* fix: bug
2024-11-12 20:21:30 +08:00
chenos
1d508b8e96
feat: support summary props (#5640) 2024-11-12 20:10:00 +08:00
Zeke Zhang
87f0ac38e4 fix: fix field issues 2024-11-12 19:06:07 +08:00
Zeke Zhang
09b6a874e3 refactor(SchemaSettingsSwitchItem): prevent UI refresh issues 2024-11-12 18:31:02 +08:00
Katherine
dafc3a16a1
refactor: adjust default column width to 100 in table (#5625)
* refactor: adjust default column width to 100 in table

* fix: test
2024-11-12 15:20:50 +08:00
Katherine
6badfd8983
style: optimize mobile styling for reduced field spacing and a more compact display (#5605)
* style: mobile style improve

* style: action penal style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve

* style: style improve
2024-11-12 15:05:00 +08:00
Katherine
ad563f37c6
fix: align right-fixed column in table (#5636) 2024-11-12 15:03:09 +08:00
gchust
903c48b1f0
chore: use rspack as the client-side build tool for the plugin (#5613)
* fix: change plugin build tool to rspack

* fix: bug

* fix: bug

* fix: bug

* feat: upgrade rspack

* feat: upgrade  rspack

* fix: rspack config

* fix: some plugins can't be loaded

* chore: update rspack

* chore: revert rspack version due to tests failing

* chore: update rspack to 1.0.14

* fix: missing tsconfig in rspack config

* fix: pro plugins build error

* fix: incorrect dependecies docs link

* fix: jshint dependency error

* chore: change all vite build to rspack

---------

Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-11-12 14:05:34 +08:00
Zeke Zhang
2aaa65f4b7 perf(CollectionField): reduce nested component hierarchy 2024-11-12 11:39:22 +08:00
Zeke Zhang
e0693a3bd8 perf(EditableAssociationField): remove observer 2024-11-12 08:59:40 +08:00
Zeke Zhang
e56b448348 refactor(FormV2): optimize skeleton screen effect 2024-11-12 08:23:55 +08:00
Zeke Zhang
2976aebfc1 perf(TemplateBlockProvider): use performance hooks 2024-11-12 08:12:54 +08:00
Zeke Zhang
87b67bc460 chore(NocoBaseRecursionField): add isUseFormilyField 2024-11-11 22:18:11 +08:00
Chareice
416450d470
fix: filter target key with single item array 2024-11-11 21:51:48 +08:00
Zeke Zhang
106b7c6a80 perf(CollectionField): remove ErrorBoundary 2024-11-11 21:37:03 +08:00
Zeke Zhang
fe101ebf67 fix(popup): fix the issue where popups cannot be opened in embedded pages 2024-11-11 21:30:09 +08:00
nocobase[bot]
af9465e2c8 Merge branch 'main' into next 2024-11-11 12:34:00 +00:00
Junyi
b7495a7757
fix(evaluators): change formula.js to default calculation engine (#5626) 2024-11-11 20:33:39 +08:00
Zeke Zhang
fe6d12bc68 chore: fix build error 2024-11-11 20:31:58 +08:00
Zeke Zhang
e3b3d62766 perf(Table): avoid rendering popup content 2024-11-11 18:01:21 +08:00
Zeke Zhang
a0fc1eb600 fix(NocoBaseField): add compile 2024-11-11 17:05:58 +08:00
Zeke Zhang
d7477d74d7 refactor(NocoBaseField): rename and improve performance 2024-11-11 16:21:05 +08:00
Zeke Zhang
94267c10ed fix(ellipsis): fix the issue where the page does not refresh after modification 2024-11-11 15:36:54 +08:00
Zeke Zhang
ee67df94ba fix(ButtonEditor): fix the issue where button title does not update after modification 2024-11-11 15:03:31 +08:00
nocobase[bot]
07b95c388a chore(versions): 😊 publish v1.4.0-alpha.8 2024-11-11 04:15:27 +00:00