9625 Commits

Author SHA1 Message Date
Jian Lu
17f7fb8dab feat: add view-license-ke commond 2025-04-16 20:30:26 +08:00
Jian Lu
f54dae2e66 fix: instance id add line break 2025-04-15 16:21:07 +08:00
Jian Lu
26655f2238 fix: plugin build just encrypt index 2025-04-15 16:19:55 +08:00
Jian Lu
bede148967 fix: commercial build client 2025-04-11 10:58:09 +08:00
Jian Lu
138fe04ef1 fix: client build external 2025-04-10 15:56:32 +08:00
Jian Lu
438ef157bd fix: obfuscate build 2025-04-10 14:22:26 +08:00
Jian Lu
270d777f4b fix: add license-kit to external 2025-04-09 16:16:09 +08:00
chenos
e24b828dab
Merge branch 'develop' into feat/commercial 2025-04-09 11:34:36 +08:00
Zeke Zhang
aa67992c91
feat: support automatic data block refresh (#6591)
* fix: update FilterContext to allow null parent value

* fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings

* feat: add highlight and unhighlight functionality for data blocks in SchemaSettings

* Revert "fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings"

This reverts commit a75c7002010785f1cfd2e78c4f5998d0194366bc.

* Revert "fix: update FilterContext to allow null parent value"

This reverts commit 6eb0b1989e20be8310f8dbce4e875e862123f2b3.

* feat: add AllDataBlocksProvider and integrate it into SchemaSettings and Page components

* feat: add BlocksSelector component and integrate data block refresh functionality in Action and SchemaSettings

* feat: optimize handleClick to use useMemo for better performance and refresh data blocks after onClick

* feat: add dialog visibility control in BlocksSelector for improved user experience

* fix: avoid error

* feat: add highlight and scroll tracking functionality for data blocks

* feat: add transition

* feat: add tootip

* fix: prevent closed dialog blocks from appearing in the BlocksSelector options

* fix: handle errors during block refresh to prevent crashes

* chore: fix build

* feat: add AllDataBlocksProvider to BlockTemplatePage and export from index

* feat: set width for AfterSuccess dialog to 700

* feat: wrap MobileRouter with AllDataBlocksProvider for improved data handling

* feat: export BlocksSelector component and integrate into AfterSuccess settings

* fix: ensure container visibility is managed correctly in highlightBlock and unhighlightBlock functions

* fix: remove unnecessary display property manipulation in highlightBlock and simplify unhighlightBlock logic

* chore: hide data refresh after sucess option from block template configure page

* fix: revert code format

---------

Co-authored-by: gchust <gchust@qq.com>
2025-04-09 09:51:50 +08:00
nocobase[bot]
a38595ebbb Merge branch 'next' into develop 2025-04-09 01:39:36 +00:00
nocobase[bot]
d37ad50fd0 Merge branch 'main' into next 2025-04-09 01:39:13 +00:00
Katherine
773ee94db4
fix: missing filter params when exporting data after changing pagination (#6633) 2025-04-09 09:38:51 +08:00
nocobase[bot]
8d89174f31 Merge branch 'next' into develop 2025-04-08 14:18:39 +00:00
chenos
5ecc4f2381
feat: added localization module for UISchema, enabling custom translations for schema title and description. (#6574)
* feat: add i18n support for ui schema

* feat: add locale tester

* feat: uischame localization source

* refactor: page title

* refactor: tab title

* refactor: column title

* refactor: form field title

* fix: bug

* refactor: uischema localzation sync

* fix: bug

* fix: issue with Gantt block in tree collection (#6617)

* fix: issue with Gantt block in tree collection

* fix: bug

* fix: test

* feat: enhance error handling with optional title in AppError component (#6409)

* 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

* 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

* fix: variable parse failure when URL parameters contain Chinese characters (#6618)

* refactor: code improve

* fix: bug

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

* fix: e2e test

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: Sheldon Guo <sheldon_66@163.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-04-08 22:18:09 +08:00
nocobase[bot]
102f916354 Merge branch 'next' into develop 2025-04-08 09:25:39 +00:00
Zeke Zhang
ee603e7195 Merge branch 'main' into next 2025-04-08 17:24:52 +08:00
Jian Lu
827271cf9b fix: remove log 2025-04-08 15:41:36 +08:00
Jian Lu
722f3a25ea fix: test not include commercial 2025-04-08 14:21:46 +08:00
Jian Lu
7a5545e85d fix: plugin-commercial build 2025-04-08 12:10:48 +08:00
Jian Lu
ba853bf0f8 fix: build include plugin-commercial 2025-04-08 09:49:32 +08:00
nocobase[bot]
6b29f3b41d Merge branch 'next' into develop 2025-04-08 01:27:55 +00:00
chenos
99c6ecb398 fix: add migrationRules 2025-04-08 09:27:00 +08:00
Junyi
3c5ff51472
chore(utils): add extends for dayjs (#6630) 2025-04-07 22:01:24 +08:00
nocobase[bot]
1d698dc9dc Merge branch 'next' into develop 2025-04-07 09:50:21 +00:00
gchust
af3d5b56fd
fix: null x-component has not been cleaned correctly (#6626) 2025-04-07 17:49:56 +08:00
Jian Lu
3cbcff54c9 feat: update license-kit 0.2.3 2025-04-07 16:37:19 +08:00
Katherine
d5f99d97df
fix: single-select field with 'contains' filter on mobile does not support multiple selection (#6629) 2025-04-07 16:02:51 +08:00
Katherine
aa59e0131f
fix: rule with 'any' condition does not take effect when condition li… (#6628)
* fix: rule with 'any' condition does not take effect when condition list is empty

* fix: bug
2025-04-07 16:02:45 +08:00
Junyi
46227c877f
fix(client): support to search field (#6627) 2025-04-07 15:29:18 +08:00
Katherine
5f6d7f2e0e
fix: variable parse failure when URL parameters contain Chinese characters (#6618) v0.2.2 2025-04-07 09:29:14 +08:00
gchust
c6e75919ba
fix: block template configure page style (#6625)
* fix: block template configure page style

* fix: unit tests errors

* chore: update tests snapshot

* fix: inconsistant style
2025-04-06 19:27:06 +08:00
nocobase[bot]
1eb036e599 Merge branch 'next' into develop 2025-04-06 10:22:23 +00:00
Junyi
85c073f87e
refactor(plugin-workflow): optimize save job logic (#6613)
* refactor(plugin-workflow): optimize save job logic

* fix(plugin-workflow): fix test cases
2025-04-06 18:22:00 +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
Jian Lu
b1066e0b83 feat: open obfuscate 2025-04-06 17:51:18 +08:00
Jian Lu
a93eecbbb8 feat: add defaut txt match 2025-04-06 13:27:52 +08:00
Jian Lu
4c46c71ae3 fix: build server/index 2025-04-06 11:24:54 +08:00
Jian Lu
55c0f840f0 fix: commercial plugin build 2025-04-06 10:22:46 +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
Jian Lu
003ae7338a feat: add compatibility code 2025-04-04 08:45:13 +08:00
Jian Lu
d2a252b5ba feat: support commerical for client build 2025-04-03 22:17:37 +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
Jian Lu
1a3d11f94e feat: support commerical plugin server inject 2025-04-03 20:05:49 +08:00
nocobase[bot]
47e967b9da Merge branch 'next' into develop 2025-04-03 08:44:05 +00:00
Zeke Zhang
3fb5afc33b fix(Collapse): avoid crashing 2025-04-03 16:41:47 +08:00
nocobase[bot]
ab89bb8f32 Merge branch 'next' into develop 2025-04-03 07:47:51 +00:00
nocobase[bot]
9e6a5bd2fb Merge branch 'main' into next 2025-04-03 07:47:31 +00:00
nocobase[bot]
c0961c053b docs: update changelogs 2025-04-03 07:47:07 +00:00
nocobase[bot]
8c74b44bd3 Merge branch 'next' into develop 2025-04-03 07:18:10 +00:00