2350 Commits

Author SHA1 Message Date
nocobase[bot]
b9ba5ab762 Merge branch 'next' into develop 2024-11-22 08:34:29 +00:00
Katherine
a59f93b68d
fix: linkage of association data in nested sub-tables within multi-layer sub-form (#5710) 2024-11-22 16:17:00 +08:00
nocobase[bot]
4726df64f0 Merge branch 'next' into develop 2024-11-22 06:47:06 +00:00
Katherine
58017e521d
fix: issue with label width in horizontal layout (#5709) 2024-11-22 14:46:42 +08:00
nocobase[bot]
9325669049 Merge branch 'next' into develop 2024-11-21 14:23:15 +00:00
mytharcher
9dd6bd4516 Merge branch 'main' into next 2024-11-21 22:16:35 +08:00
nocobase[bot]
39991329b3 Merge branch 'next' into develop 2024-11-21 12:36:31 +00:00
Junyi
9f0add7fc9
fix(client): variable component string value (#5704) 2024-11-21 20:36:11 +08:00
nocobase[bot]
10c9d0e3a7 Merge branch 'next' into develop 2024-11-21 09:12:54 +00:00
Katherine
9e1b0e8d04
fix: issue with displaying unsupported Sync from database in external data source view collection (#5696) 2024-11-21 17:12:34 +08:00
Katherine
97d0690d02
fix: adjust feedbackLayout to improve validation messaging in sub-table (#5700) 2024-11-21 14:49:06 +08:00
chenos
7e12528b7b fix: require file-saver 2024-11-21 14:14:15 +08:00
chenos
960467655e Merge branch 'next' into develop
# Conflicts:
#	packages/core/build/src/buildPlugin.ts
2024-11-21 14:09:35 +08:00
Junyi
665ed25987
fix(client): export essential hook (#5702) 2024-11-21 14:02:57 +08:00
Zeke Zhang
91b41ddb64
fix(zIndex): fix the issue of modal being obscured (#5701) 2024-11-21 14:01:45 +08:00
gchust
327b5bd6c9
fix: create-nocobase-app yarn dev error (#5697) 2024-11-21 12:32:21 +08:00
nocobase[bot]
1024f6a109 Merge branch 'next' into develop 2024-11-20 08:36:17 +00:00
Katherine
ff36b35352
fix: issue where right-fixed column does not align to the right when there are fewer columns (#5690) 2024-11-20 15:44:16 +08:00
nocobase[bot]
9756bad256 Merge branch 'next' into develop 2024-11-19 12:28:20 +00:00
Zeke Zhang
294f04ab54
chore(Tabs.TabPane): support hidden property (#5687) 2024-11-19 20:25:12 +08:00
nocobase[bot]
be156dcbd1 Merge branch 'next' into develop 2024-11-19 08:07:36 +00:00
Katherine
35e4f7db4f
fix: issue when switching operators in filter button and submit date field (#5684) 2024-11-19 16:07:16 +08:00
chenos
87b1011dbe Merge branch 'next' into develop
# Conflicts:
#	packages/core/database/package.json
#	packages/core/server/package.json
#	packages/presets/nocobase/package.json
2024-11-19 14:54:06 +08:00
Katherine
e218bc8d16
fix: linkage rule condition with date variable not working (#5675)
* fix: linkage rule condition with date variable not working

* fix: bug

* fix: bug
2024-11-19 14:20:21 +08:00
mytharcher
fa5a61fc97 Merge branch 'next' into develop 2024-11-19 10:52:28 +08:00
nocobase[bot]
113fe45130 Merge branch 'main' into next 2024-11-18 12:52:31 +00:00
Katherine
8aa65fed5a
fix: field permission check not affected by association field context (#5672)
* fix: field permission check not affected by association field context

* fix: bug
2024-11-18 20:52:09 +08:00
nocobase[bot]
aad163c4e1 Merge branch 'main' into next 2024-11-18 04:36:25 +00:00
Katherine
ed5c6edec6
fix: linkage rule saving empty value changes to static empty value (#5667)
* chore(ci): add retry

* fix:  linkage rule saving empty value changes to static empty value

---------

Co-authored-by: xilesun <2013xile@gmail.com>
2024-11-18 12:36:05 +08:00
Katherine
e7cb99ea47
fix: field assignment to support variable value as 0 (#5663)
* fix:  associationFieldMobile

* fix: bug
2024-11-17 13:51:06 +08:00
Junyi
e65d1887bd
fix(client): fix file type matching when file or property is null (#5659) 2024-11-15 23:02:17 +08:00
xilesun
9521aee152 Merge remote-tracking branch 'origin/next' into develop 2024-11-15 22:38:38 +08:00
Junyi
60225a11c5
chore(ci): change fe test based on node 20 (#5657)
* chore(ci): change fe test based on node 20

* chore(ci): change setup-node to v4

* fix(client): fix test case

* fix(client): fix test case
2024-11-15 18:12:36 +08:00
xilesun
efbc0c6a1d Merge remote-tracking branch 'origin/next' into develop 2024-11-15 17:46:28 +08:00
Katherine
e4fd3679d5
fix: pagination count not updating after deleting data in subtable (#5648)
* fix: pagination count not updating after deleting data in subtable

* fix: bug

* fix: bug
2024-11-15 12:58:57 +08:00
mytharcher
4ebb3128ab fix(client): fix unused import 2024-11-15 11:59:15 +08:00
mytharcher
5824f1fb15 Merge branch 'next' into T-4910 2024-11-15 11:03:16 +08:00
Katherine
514a63edbf
fix: style issue when using long text as the title field in association fields (#5655) 2024-11-15 09:55:47 +08:00
Junyi
dc9435dd24
fix(client): revert opensize back (#5656) 2024-11-15 00:23:17 +08:00
Junyi
045cf01b05
fix(client): fix components (#5651) 2024-11-14 17:13:50 +08:00
Katherine
fd6b63d24f
refactor(mobile): Improve mobile component usability (#5590)
* refactor: mobile component

* refactor: mobile datepicker

* refactor: datepicker

* refactor: selectpicker

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: style improve

* fix: bug

* refactor: locale improve

* fix: locale

* fix: bug

* chore: datetime picker

* fix: test

* fix: test

* refactor: make test stable

* refactor: make test stable

* fix: bug

* fix: bug

* fix: bug

* refactor: locale improve

* fix: bug
2024-11-14 17:13:40 +08:00
nocobase[bot]
f15b90b4c3 Merge branch 'main' into next 2024-11-14 02:37:56 +00:00
Katherine
c6eb117899
fix: linkage rule title editing issue (#5644) 2024-11-14 10:20:52 +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
chenos
3c812362b2
feat: improve useAssociationFieldContext (#5642) 2024-11-12 23:43:31 +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
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