Katherine
5f6d7f2e0e
fix: variable parse failure when URL parameters contain Chinese characters ( #6618 )
v0.2.2
2025-04-07 09:29:14 +08:00
Zeke Zhang
def3a0a388
fix: add headers to API request in AssociationFieldProvider ( #6619 )
...
* fix: add headers to API request in AssociationFieldProvider
* fix: handle optional dataSource in headers for API request in AssociationFieldProvider
2025-04-06 17:53:10 +08:00
Junyi
393b46a3bc
refactor(client): add trim API for Input and Variable.TextArea ( #6624 )
...
* refactor(client): add trim API for Input and Variable.TextArea
* fix(client): avoid trim property to be passed to inner component
2025-04-06 09:58:46 +08:00
Sheldon Guo
8f5ae04743
feat: enhance error handling with optional title in AppError component ( #6409 )
2025-04-04 19:29:49 +08:00
Katherine
235cbebf74
fix: issue with Gantt block in tree collection ( #6617 )
...
* fix: issue with Gantt block in tree collection
* fix: bug
* fix: test
2025-04-03 20:25:44 +08:00
nocobase[bot]
c0961c053b
docs: update changelogs
2025-04-03 07:47:07 +00:00
nocobase[bot]
c37ea4d60a
chore(versions): 😊 publish v1.6.16
v1.6.16
2025-04-03 07:15:19 +00:00
chenos
709e09b1c8
fix: rename
2025-04-03 12:27:06 +08:00
Katherine
92d15388a3
fix: style issue of tooltip-icon in form fields ( #6615 )
2025-04-03 09:32:39 +08:00
Katherine
1552245abc
fix: style issue of tooltip-icon in form fields ( #6615 )
2025-04-03 09:32:32 +08:00
Zeke Zhang
cf36a3216b
chore: add comment
2025-04-02 16:58:01 +08:00
Katherine
7e993b867d
style: optimize title styling on the public form configuration page ( #6614 )
2025-04-02 16:15:36 +08:00
Katherine
d2025ee76f
fix: field label display issue to prevent truncation by colon ( #6599 )
...
* fix: form field label truncation due to colon
* fix: test
* fix: bug
2025-04-02 14:54:09 +08:00
Katherine
6632c755d6
fix: x-disabled property not taking effect on form fields ( #6610 )
2025-04-02 11:32:33 +08:00
YANG QIA
12e6824153
fix(db): filterByTk
is ignored when both filter
and filterByTk
are used in o2m deletion ( #6606 )
...
* fix(db): `filterByTk` is ignored when both `filter` and `filterByTk` are used in o2m deletion
* test: add test
2025-04-01 23:28:41 +08:00
Zhou
33bfdf6cd7
Update LICENSE.txt
2025-04-01 21:31:02 +08:00
nocobase[bot]
d6db010952
docs: update changelogs
2025-04-01 13:20:13 +00:00
nocobase[bot]
71a55d6f10
chore(versions): 😊 publish v1.6.15
v1.6.15
2025-04-01 12:59:02 +00:00
chenos
bc158ac66c
fix: view permissions include list and get ( #6607 )
2025-04-01 19:55:25 +08:00
Junyi
b04d4a82d9
refactor(file-manager-storage): add trim option for text fields ( #6604 )
2025-04-01 17:48:41 +08:00
Junyi
54817e1453
feat(database): add trim option for text field ( #6603 )
2025-04-01 17:47:12 +08:00
hongboji
e6a3cbf613
fix: approval e2e POM
2025-04-01 17:38:46 +08:00
hongboji
d0f866da0c
fix: approval e2e POM
2025-04-01 15:18:43 +08:00
Junyi
520ffa3e3e
fix(client): support disabled props for SchemaInitializerItem when has items ( #6597 )
...
* fix(client): support disabled props for SchemaInitializerItem when has items
* refactor(client): use default menu props for disabled
2025-04-01 15:14:23 +08:00
Junyi
164772afb8
fix(database): fix datetimeNoTz field ( #6588 )
...
* fix(database): fix datetimeNoTz field
* fix(database): fix test case
2025-04-01 15:10:28 +08:00
Junyi
4c3255d455
feat(database): add trim option for string field ( #6565 )
...
* feat(database): add trim option for string field
* refactor(database): change to setDataValue instead of hooks
* fix(database): fix test case of view collection
2025-04-01 13:25:08 +08:00
Katherine
69fac11204
fix: oneToMa ny e2e test ( #6601 )
2025-04-01 11:38:15 +08:00
YANG QIA
04e943a0b2
fix(m2m-array): error of filtering by fields in an association collection with a m2m array field ( #6596 )
...
* fix(m2m-array): error of filtering by fields in an association collection with a m2m array field
* test: add test
* feat: generateJoinOnForJSONArray
2025-04-01 11:00:59 +08:00
Junyi
ce28c68018
refactor(plugin-workflow): improve code of schedule trigger ( #6589 )
2025-04-01 08:34:06 +08:00
Junyi
4ef6b9037d
fix(plugin-workflow): fix sync option display incorrectly ( #6595 )
2025-03-31 22:51:19 +08:00
estheryo
9db2c533e3
Update README.ja-JP.md
2025-03-31 16:49:17 +08:00
estheryo
1a5963a775
Update README.zh-CN.md
2025-03-31 16:42:09 +08:00
estheryo
480e36221f
Update README.md
2025-03-31 16:39:51 +08:00
chenos
c178c215a9
fix: to error message
2025-03-31 15:18:09 +08:00
Katherine
a7775c25db
fix: association field (select) displaying N/A when exposing related collection fields ( #6582 )
...
* fix: association field (select) displaying N/A when exposing related collection fields
* fix: cascade issue: 'The value of xxx cannot be in array format' when deleting and re-selecting
* fix: bug
2025-03-31 14:42:16 +08:00
YANG QIA
febaef9cf9
fix(auth): token assignment in AuthProvider
( #6593 )
2025-03-31 12:53:25 +08:00
Katherine
19a263ff5a
fix: prevent map management from passing required validation with space input ( #6575 )
2025-03-31 09:46:13 +08:00
Katherine
c16d65ba7c
fix: cascade issue: 'The value of xxx cannot be in array format' when deleting and re-selecting ( #6585 )
...
* fix: cascade issue: 'The value of xxx cannot be in array format' when deleting and re-selecting
* fix: bug
* fix: bug
2025-03-31 09:27:06 +08:00
nocobase[bot]
7ac07706cc
docs: update changelogs
2025-03-29 04:08:05 +00:00
nocobase[bot]
26e30489da
chore(versions): 😊 publish v1.6.14
v1.6.14
2025-03-29 03:46:43 +00:00
Katherine
8e90850e14
fix: missing data on boundary dates in weekly calendar view ( #6587 )
2025-03-28 18:04:35 +08:00
nocobase[bot]
d9710fbb59
docs: update changelogs
2025-03-28 09:19:56 +00:00
nocobase[bot]
cf09e64821
chore(versions): 😊 publish v1.6.13
v1.6.13
2025-03-28 09:11:21 +00:00
Katherine
b86ea5dd61
fix: error when downloading async migration file ( #6586 )
2025-03-28 15:44:45 +08:00
Katherine
28c633e369
fix: error in migration task popup during async export ( #6584 )
2025-03-28 13:58:16 +08:00
Sheldon Guo
d94c365e30
feat(qrcode-scanner): add an onScanSuccess callback to handle successful scans and exit the camera UI ( #6580 )
...
* fix(demos): set authentication token for mock API client in DesktopMode-basic
* feat(qrcode-scanner): add onScanSuccess callback to handle successful scans
* fix: include onScanSuccess in dependency array of useScanner hook
* fix: refactor onScanSuccess handling in QRCodeScanner and useScanner
2025-03-28 13:28:03 +08:00
chenos
6bb754612c
feat: locale tester ( #6576 )
...
* feat: locale tester
* fix: locale
* fix: acl.registerSnippet
* feat: package.json
* fix: locale
2025-03-28 12:39:44 +08:00
Zeke Zhang
9eaa47863d
fix: remove refreshComponent in Grid component ( #6578 )
...
* fix: remove refreshComponent in Grid component
* test: add e2e test for modal content persistence after reopening
2025-03-28 12:01:13 +08:00
chenos
1b782c4f95
refactor: async tasks ( #6531 )
...
* refactor: async tasks
* refactor: selectWithTitle support optionRender
* refactor: adjust export filename
* fix: build error
* fix: export file name
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2025-03-28 11:01:20 +08:00
Katherine
eba3f79134
fix: linkage conflict between same-named association fields in different sub-tables within the same form ( #6577 )
...
* fix: linkage conflict between same-named association fields in different sub-tables within same form
* fix: bug
2025-03-27 23:00:04 +08:00