nocobase[bot]
fafc1b3951
chore(versions): 😊 publish v1.4.11
2024-12-18 10:19:13 +00:00
Zeke Zhang
6d3c7e037f
feat: add ellipsis configuration support for more components ( #5888 )
...
* feat: add ellipsis configuration support for more components
* chore: fix unit tests
2024-12-18 11:16:11 +08:00
Katherine
486aa24b5f
fix: horizontal scrollbar issue in table within plugin ( #5899 )
...
* fix: horizontal scrollbar issue in table within plugin
* fix: bug
2024-12-17 15:31:04 +08:00
Katherine
0c742fc3ef
fix: missing x-data-source parameter in duplicate request template for external data source block ( #5882 )
...
* fix: issue with external data source collection duplicate failing to get data template
* fix: missing x-data-source parameter in duplicate request template for external data source block
* fix: date template with external data source
* fix: bug
* fix: data template with multi primary keys
---------
Co-authored-by: Chareice <chareice@live.com>
2024-12-17 11:06:51 +08:00
ChengLei Shao
347d43c0c5
feat(database): add firstOrCreate and updateOrCreate methods to Relation repository ( #5894 )
...
* feat(database): add firstOrCreate and updateOrCreate methods to BelongsToManyRepository
* fix: build
* fix: test
2024-12-16 15:02:06 +08:00
ChengLei Shao
fef379d9bf
fix: datetime parser of YYYYMMDD format ( #5891 )
...
* fix: parse number format in date only field
* chore: test
* chore: build
2024-12-16 09:26:03 +08:00
ChengLei Shao
fbe63b1712
fix: filter external data source collections ( #5890 )
...
* fix: filter external data source collections
* fix: test
2024-12-16 09:25:21 +08:00
Katherine
6ff60c1b8a
fix:pg view creation issue, resolve error when selecting views across schemas ( #5881 )
...
* fix: pg view creation issue, resolve error when selecting views across schemas
* fix: pg view creation issue, resolve error when selecting views across schemas
* refactor: locale
* fix: bug
2024-12-14 22:59:36 +08:00
xilesun
24f248acd1
chore: fix locale
2024-12-13 23:12:58 +08:00
Katherine
10a4754fa5
fix: collection select client test ( #5889 )
2024-12-13 17:57:38 +08:00
Katherine
0154a32996
fix: issue with group styles in form blocks when layout is set to horizontal ( #5884 )
2024-12-13 14:03:53 +08:00
Zeke Zhang
e94eab7680
fix(RemoteSelect): fix 'N/A' issue ( #5878 )
2024-12-13 09:00:57 +08:00
YANG QIA
753e911ac4
fix(users): the form should be reset after adding or editing a user in the user management ( #5875 )
2024-12-12 22:56:06 +08:00
nocobase[bot]
ca3b98ce1f
chore(versions): 😊 publish v1.4.10
2024-12-12 14:04:41 +00:00
ChengLei Shao
b897a8d5e6
fix: template with appends ( #5839 )
...
* fix: template with appends
* fix: assign logic
* chore: test
2024-12-12 18:14:38 +08:00
Katherine
8f8f9e4af2
fix: issue where file table selector is not display in non-configuration mode when using file select ( #5874 )
2024-12-12 16:34:51 +08:00
chenos
3ad8704153
chore: remove console log
2024-12-12 11:17:13 +08:00
nocobase[bot]
27b326d9ba
chore(versions): 😊 publish v1.4.9
2024-12-12 03:15:37 +00:00
Zeke Zhang
d5ac3eee04
fix(dataScope): fix issue with nested association field variables ( #5866 )
2024-12-12 10:27:42 +08:00
ChengLei Shao
f9afb13cee
chore: datetime parser ( #5865 )
2024-12-12 09:50:52 +08:00
chenos
5808543ebc
fix: remove the default locale ( #5867 )
2024-12-12 09:48:38 +08:00
Junyi
9b3d2aa81c
fix(client): remove console.log ( #5862 )
2024-12-11 21:12:39 +08:00
Katherine
6efaca1af7
fix: scrollbar issue ( #5864 )
2024-12-11 20:39:39 +08:00
Junyi
2050944c9f
fix(client): fix filter component style ( #5851 )
2024-12-10 18:18:59 +08:00
nocobase[bot]
0acce094df
chore(versions): 😊 publish v1.4.8
2024-12-10 06:26:00 +00:00
Katherine
abf67b6fb5
fix: data template issue in filter form ( #5837 )
2024-12-10 12:33:48 +08:00
Katherine
5983a8f819
fix: markdown variables ( #5840 )
2024-12-09 23:17:24 +08:00
Katherine
bda94f9c1b
fix: issue with Markdown string templates not loading data of association variable ( #5791 )
...
* fix: issue with Markdown string templates not loading data of association variables
* fix: bug
2024-12-09 19:35:00 +08:00
nocobase[bot]
4bbfbd09cc
chore(versions): 😊 publish v1.4.7
2024-12-09 06:09:22 +00:00
nocobase[bot]
bb3714261c
chore(versions): 😊 publish v1.4.6
2024-12-08 23:24:17 +00:00
ChengLei Shao
afa931bcad
fix: acl with fields association ( #5832 )
2024-12-08 18:24:12 +08:00
nocobase[bot]
5becd3c6c0
chore(versions): 😊 publish v1.4.5
2024-12-08 07:13:13 +00:00
chenos
537bc23037
fix(acl): refresh the page when the user's role is incorrect ( #5821 )
...
* fix(acl): refresh the page when the user's role is incorrect
* fix: refresh
* fix: test error
2024-12-08 13:31:36 +08:00
nocobase[bot]
045b2e7469
chore(versions): 😊 publish v1.4.4
2024-12-08 05:19:18 +00:00
Katherine
99e2e411cb
fix: third party date source missing fields ( #5825 )
2024-12-07 22:25:35 +08:00
Katherine
0d8f2d4a2d
fix: form item initializer ( #5822 )
2024-12-07 21:40:25 +08:00
YANG QIA
a0aa3b8663
fix(m2m-array): issue where updating m2m array fields in single relation collection ( #5820 )
...
* fix(m2m-array): issue where updating m2m array fields in single relation collection
* fix: select
* test: add test cases
2024-12-07 21:28:20 +08:00
chenos
33eda2665c
chore: hide mako ad
2024-12-07 18:52:26 +08:00
Junyi
223abab1b7
chore(command): fix command and add shortcut ( #5817 )
2024-12-07 14:41:37 +08:00
chenos
4fa23e17ef
fix: skip maintaining
2024-12-06 23:19:49 +08:00
chenos
fc57b19887
fix: test error ( #5815 )
2024-12-06 22:40:58 +08:00
Katherine
6874b06c7e
fix: inherited fields not appear in field list and cannot override in… ( #5800 )
...
* fix: inherited fields not appear in field list and cannot override inherited field
* fix: bug
2024-12-06 18:24:44 +08:00
ChengLei Shao
ba1446c77f
chore: empty filter check ( #5806 )
...
* chore: empty filter check
* chore: test
* fix: test
* fix: test
---------
Co-authored-by: xilesun <2013xile@gmail.com>
2024-12-06 14:57:58 +08:00
Katherine
c86b1efdf7
fix: select readPretty ( #5807 )
2024-12-06 12:04:38 +08:00
Zeke Zhang
6a7f2f2913
fix(Calendar): fix popup issue ( #5793 )
...
* test(e2e): add e2e test
* fix(Calendar): fix popup issue
2024-12-05 23:28:14 +08:00
nocobase[bot]
713563ada7
chore(versions): 😊 publish v1.4.3
2024-12-05 14:32:22 +00:00
chenos
387f570dcf
fix(client): prevent error when this.app
is undefined
2024-12-05 20:47:39 +08:00
YANG QIA
e610f10d38
fix(users): token is not cleared when a user has no role signing in ( #5790 )
2024-12-05 20:43:10 +08:00
chenos
7f674aafb2
fix: blank page when user has no role ( #5797 )
2024-12-05 17:55:21 +08:00
Junyi
7c6e863c8d
fix(test): add roleName to login in mock server ( #5794 )
2024-12-05 16:24:25 +08:00