3092 Commits

Author SHA1 Message Date
katherinehhh
0cbd1ca795 Merge branch 'next' into develop 2025-01-14 13:18:43 +08:00
nocobase[bot]
4a7d737d16 Merge branch 'main' into next 2025-01-14 05:12:57 +00:00
Katherine
6df9d66837
fix: client e2e test (#6058) 2025-01-14 13:12:21 +08:00
nocobase[bot]
f299eedb1b Merge branch 'next' into develop 2025-01-13 13:31:20 +00:00
nocobase[bot]
f510115c4d Merge branch 'main' into next 2025-01-13 13:30:56 +00:00
nocobase[bot]
f87b45ef79 Merge branch 'next' into develop 2025-01-13 13:30:51 +00:00
Katherine
207b674eb1
fix: table header cell style issue in ant-table (#6052)
* fix: table header cell style issue in ant-table

* fix: bug

* fix: bug
2025-01-13 21:30:34 +08:00
Zeke Zhang
fe5f5e2555
fix: avoid invalid refresh method provided (#6054) 2025-01-13 21:30:28 +08:00
nocobase[bot]
7d47d356b4 Merge branch 'next' into develop 2025-01-13 09:25:19 +00:00
katherinehhh
78e131d4e5 Merge branch 'main' into next 2025-01-13 17:24:29 +08:00
Katherine
1cb9ecce6f
fix: number field format in readPretty mode affecting edit mode (#6050) 2025-01-13 17:18:09 +08:00
Katherine
87284d6409
fix: style issue in sub-table in detail block (#6049) 2025-01-13 17:15:13 +08:00
nocobase[bot]
d5ba781d12 chore(versions): 😊 publish v1.4.23 2025-01-13 08:37:08 +00:00
nocobase[bot]
55146f024a Merge branch 'next' into develop 2025-01-13 07:36:35 +00:00
Zeke Zhang
c8a3ff733d Merge branch 'main' into next 2025-01-13 15:34:56 +08:00
Zeke Zhang
64dbc7f793
fix(table): fix fixed column not working issue (#6048)
* fix(table): fix fixed column not working issue

* refactor: optimize code

* fix(table): fix typo

---------

Co-authored-by: sheldon guo <sheldon_66@163.com>
2025-01-13 15:30:50 +08:00
nocobase[bot]
fd73f852ec Merge branch 'next' into develop 2025-01-13 07:12:40 +00:00
Katherine
391be4093b
fix: missing current popup variable in the field enable link modal (#6045) 2025-01-13 15:12:19 +08:00
nocobase[bot]
efb124984c chore(versions): 😊 publish v1.4.22 2025-01-10 16:11:39 +00:00
nocobase[bot]
39a40b11eb chore(versions): 😊 publish v1.5.0-beta.27 2025-01-10 03:59:31 +00:00
nocobase[bot]
bea0974067 chore(versions): 😊 publish v1.4.21 2025-01-10 03:53:19 +00:00
nocobase[bot]
98a98b5fa0 chore(versions): 😊 publish v1.6.0-alpha.12 2025-01-10 03:51:12 +00:00
nocobase[bot]
813120f20d Merge branch 'next' into develop 2025-01-10 03:34:27 +00:00
Katherine
3b7dfc4cf7
refactor: remove linkage rules from Associate button (#6016)
* refactor: remove linkage rules from Associate button

* fix: bug
2025-01-10 11:33:59 +08:00
nocobase[bot]
158134baf4 Merge branch 'next' into develop 2025-01-10 03:11:25 +00:00
Zeke Zhang
64a7ca31b5 Merge branch 'main' into next 2025-01-10 11:10:36 +08:00
chenos
27f788f132
fix: resolve missing public path in icon file paths (#6034)
* fix: resolve missing public path in icon file paths

* fix: error
2025-01-10 11:07:40 +08:00
Zeke Zhang
e1889ef502
fix(variable): fix incorrect field display of current record in sub-details (#6030) 2025-01-10 10:56:52 +08:00
nocobase[bot]
e8cdcc94ae Merge branch 'next' into develop 2025-01-10 01:36:03 +00:00
nocobase[bot]
f5635f8067 Merge branch 'main' into next 2025-01-10 01:35:36 +00:00
Katherine
a1c0d6b969
refactor: support linkage rules in the details block to hide(reserved value) (#6031) 2025-01-10 09:35:10 +08:00
nocobase[bot]
fac8ea5ba0 Merge branch 'next' into develop 2025-01-09 11:16:25 +00:00
Zeke Zhang
2ddaeb62a6 Merge branch 'main' into next 2025-01-09 19:15:38 +08:00
Zeke Zhang
ea82812222
fix(linkageRules): fix invalid issue of form linkage rules (#5876) (#6023)
* fix(linkageRules): fix invalid issue of form linkage rules (#5876)

* test: add e2e test

* fix: complete the fix

* fix: fix e2e errors

* fix: fix e2e errors

* feat(table): add support for conditional styling based on pretty mode

* feat(FormItem): enhance wrapperStyle to conditionally apply padding based on background color

* chore: skip e2e test

---------

Co-authored-by: sheldon guo <sheldon_66@163.com>
2025-01-09 19:08:18 +08:00
chenos
85238df440 Merge branch 'next' into develop
# Conflicts:
#	packages/core/client/src/locale/zh-CN.json
2025-01-09 18:19:38 +08:00
nocobase[bot]
7a91444572 chore(versions): 😊 publish v1.6.0-alpha.11 2025-01-09 10:15:45 +00:00
nocobase[bot]
ac211ebf82 chore(versions): 😊 publish v1.4.20 2025-01-09 04:26:31 +00:00
nocobase[bot]
1e3b945537 Merge branch 'main' into next 2025-01-09 02:17:05 +00:00
Junyi
edcdf00ea3
fix(evaluators): change reference links to doc site (#6021) 2025-01-09 10:16:43 +08:00
Katherine
390c41a164
refactor: support maxTagCount:'responsive' in multi-select component (#6007)
* refactor: support maxTagCount:'responsive' in multi-select component

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test
2025-01-09 10:03:42 +08:00
nocobase[bot]
6ceafc248f Merge branch 'next' into develop 2025-01-09 00:33:29 +00:00
YANG QIA
5f0bceb261
fix(client): continue rendering the page after the authentication check is completed (#6020) 2025-01-09 08:33:05 +08:00
nocobase[bot]
d82e0a69b0 Merge branch 'next' into develop 2025-01-08 13:33:45 +00:00
nocobase[bot]
a9d30fe330 Merge branch 'main' into next 2025-01-08 13:33:21 +00:00
chenos
3c83c1b9cd chore: getHref 2025-01-08 21:32:31 +08:00
nocobase[bot]
352a5dfd1d Merge branch 'next' into develop 2025-01-08 12:44:01 +00:00
nocobase[bot]
4c7eb0b5c0 Merge branch 'main' into next 2025-01-08 12:43:31 +00:00
chenos
1d2b237e73
feat: add app.getFullUrl() method (#6019)
* feat: add app.getFullUrl() method

* fix: test error

* fix: test only
2025-01-08 20:43:07 +08:00
Junyi
5c97e7c3f9
feat(plugin-workflow): allow to sort workflows when binding to action button (#6017) 2025-01-08 20:38:41 +08:00
nocobase[bot]
7ade635d67 chore(versions): 😊 publish v1.5.0-beta.26 2025-01-08 12:21:37 +00:00