9612 Commits

Author SHA1 Message Date
chenos
3e2abe3d3c feat: make commercial plugins free 2025-04-14 19:30:02 +08:00
nocobase[bot]
0a5eb8f14b Merge branch 'main' into next 2025-04-14 10:40:33 +00:00
Zeke Zhang
7c1ccc73f6
fix: should not automatically redirect to hidden pages (#6654)
* fix: should not automatically redirect to hidden pages

* fix: replace getDefaultPageUid with findFirstPageRoute for improved readability
2025-04-14 18:40:10 +08:00
nocobase[bot]
d93ed210b8 Merge branch 'main' into next 2025-04-14 10:39:18 +00:00
Zeke Zhang
3c9b99d812
fix: no prompt popup should be displayed after modifying the filter form (#6657) 2025-04-14 18:38:55 +08:00
nocobase[bot]
4895689d2f Merge branch 'main' into next 2025-04-14 10:36:23 +00:00
Zeke Zhang
6d50f7e9b1
fix(FilterForm): do not trigger filtering when validation fails (#6659) 2025-04-14 18:35:59 +08:00
Zeke Zhang
ba83b2b1be
feat: support automatic data block refresh (#6591) (#6658)
* 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-14 18:34:21 +08:00
Junyi
23d7e09fa5
refactor(plugin-workflow): change tasks api (#6640)
* refactor(plugin-workflow): change tasks api

* refactor(plugin-workflow): change task center popup logic

* refactor(preset): remove some builtin plugins
2025-04-14 18:27:28 +08:00
chenos
75c8265392 Merge branch 'main' into next
# Conflicts:
#	CHANGELOG.md
#	CHANGELOG.zh-CN.md
2025-04-14 16:19:04 +08:00
Zeke Zhang
c10579e57f chore: add disabled prop to VariableSelect in RawTextArea 2025-04-14 16:12:04 +08:00
nocobase[bot]
db669422b3 docs: update changelogs 2025-04-14 07:08:27 +00:00
Katherine
9a0c644650
fix: enable multi-select not working (#6661) 2025-04-14 14:39:29 +08:00
nocobase[bot]
3962213d73 Merge branch 'main' into next 2025-04-14 06:26:56 +00:00
nocobase[bot]
1af62daf9f chore(versions): 😊 publish v1.6.19 v1.6.19 2025-04-14 06:26:27 +00:00
chenos
9ce7674d5b Merge branch 'main' into next
# Conflicts:
#	packages/core/client/src/schema-component/antd/collection-select/__tests__/collection-select.test.tsx
2025-04-14 14:03:33 +08:00
chenos
72828200b9
fix: error: ENOTEMPTY: directory not empty (#6660) 2025-04-14 13:59:19 +08:00
Katherine
659e98039a
fix: label cutoff issue in horizontal layout with colon (#6655)
* fix: label cutoff issue in horizontal layout with colon

* fix: test

* fix: test

* fix: test
2025-04-13 21:34:03 +08:00
nocobase[bot]
c9cffa576c Merge branch 'main' into next 2025-04-13 06:05:45 +00:00
Zeke Zhang
c9b1c893e4
fix: add global style for LightBox to prevent image overlay issues (#6651) 2025-04-13 14:05:24 +08:00
nocobase[bot]
42f66bbd29 Merge branch 'main' into next 2025-04-13 06:04:15 +00:00
Zeke Zhang
4bc16e52f2
fix(defaultValue): avoid directly displaying variable strings (#6649) 2025-04-13 14:03:51 +08:00
nocobase[bot]
62d857b1bc chore(versions): 😊 publish v1.7.0-beta.16 v1.7.0-beta.16 2025-04-11 16:42:25 +00:00
mytharcher
02b7fbd1c1 Merge branch 'main' into next 2025-04-11 23:47:30 +08:00
chenos
cec36c849f
fix: await addNewTexts 2025-04-11 23:39:20 +08:00
nocobase[bot]
d69fbfeb1b docs: update changelogs 2025-04-11 13:39:50 +00:00
nocobase[bot]
8b983f8913 chore(versions): 😊 publish v1.6.18 v1.6.18 2025-04-11 13:05:40 +00:00
gchust
b20c8b05bd
fix: incorrect variable input style (#6645)
* fix: textarea variable style issue

* fix: variable input border radius not correct

* fix: unit tests error
2025-04-11 20:46:31 +08:00
Katherine
9f8fb0e362
fix: workflow node edit drawer title shows [object Object] (#6648) 2025-04-11 19:54:01 +08:00
nocobase[bot]
8c5edfc494 Merge branch 'main' into next 2025-04-11 06:26:34 +00:00
Katherine
c509e5f9e2
fix: subtable description overlapping with add new button (#6646) 2025-04-11 14:26:12 +08:00
Junyi
e65ff559c2
fix(plugin-workflow): fix loading enabled workflows list with stats (#6642)
* fix(plugin-workflow): fix loading enabled workflows list with stats

* fix(plugin-workflow): add fallback logic to make sure workflow has stats
2025-04-11 08:46:14 +08:00
Junyi
32ae82bb31
refactor(client): add default type fallback api for (#6644) 2025-04-11 08:45:48 +08:00
Zeke Zhang
6d435dbcf8 Merge branch 'main' into next 2025-04-10 22:57:07 +08:00
Zeke Zhang
49a9c6365b
refactor: optimize prompt information (#6641)
* fix: update error block to display a custom image and improved messages when no pages are found

* feat: add no pages result display with custom message and icon in LayoutContent

* feat: add translations for UI editor prompts and update no pages message in multiple locales

* feat: add tip display when no pages are found in LayoutContent

* fix: ensure minimum height for mobile tab bar content

* fix: remove unnecessary margin from mobile action page styles and block initializer
2025-04-10 22:50:57 +08:00
Zeke Zhang
9ab6f7a956 style(mobile): fix top-right corner style 2025-04-10 22:45:17 +08:00
chenos
5852901b19 fix: test error 2025-04-10 14:36:57 +08:00
nocobase[bot]
ee260e24f6 Merge branch 'main' into next 2025-04-10 05:51:47 +00:00
Katherine
7886581f08
fix: dashed underline caused by horizontal form layout in modal (#6639)
* fix: dashed underline caused by horizontal form layout in modal

* fix: e2e test
2025-04-10 13:51:25 +08:00
nocobase[bot]
95952c7a45 chore(versions): 😊 publish v1.7.0-beta.15 v1.7.0-beta.15 2025-04-10 03:29:03 +00:00
Junyi
5717e91a0b
fix(plugin-workflow): fix oom when create job with unsafe integer id (#6637)
* fix(plugin-workflow): fix oom when create job with unsafe integer id

* chore(plugin-workflow): remove useless code

* chore(plugin-workflow): remove only for test case

* fix(plugin-workflow): fix test cases

* fix(plugin-workflow): fix test case

* fix(plugin-workflow): fix pg test case
2025-04-10 11:01:25 +08:00
chenos
29d7cf3dbf fix: assign overwrite strategy 2025-04-10 09:06:32 +08:00
gchust
f9b2720ef2
fix: save as template error if block is using a deleted ref template (#6638) 2025-04-09 22:42:53 +08:00
nocobase[bot]
ab8316bc21 Merge branch 'main' into next 2025-04-09 13:43:43 +00:00
Junyi
86380b2ba5
refactor(plugin-workflow-delay): support to use variable for duration (#6621) 2025-04-09 21:43:15 +08:00
nocobase[bot]
eeec17265c chore(versions): 😊 publish v1.7.0-beta.14 v1.7.0-beta.14 2025-04-09 11:28:40 +00:00
ajie
41961fb923
fix: correct role union calculation logic (#6605)
* refactor: enhance role merging logic: prioritize strategy actions over existing actions

* refactor: union role acl

* refactor: union role acl

* refactor: union role acl

* fix: assign getKeys

* fix: assign

* refactor: switch role set default role record

* refactor: switch role set default role record

* refactor: switch role set default role record

* refactor: switch role set default role record

* refactor: add setCurrentRole cache

* fix: e2e test

* fix: setCurrentRole

* refactor: switch role

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2025-04-09 19:06:05 +08:00
nocobase[bot]
2d9545a719 Merge branch 'main' into next 2025-04-09 06:45:08 +00:00
nocobase[bot]
6f4e27a286 docs: update changelogs 2025-04-09 06:44:38 +00:00
nocobase[bot]
876b71bc61 Merge branch 'main' into next 2025-04-09 06:28:23 +00:00