nocobase[bot]
|
3223735957
|
chore(versions): 😊 publish v2.0.3
|
2026-02-24 16:43:25 +00:00 |
|
 
|
b263a83a12
|
chore: open source commercial plugins and update license from AGPL-3.0 to Apache-2.0 (#8682)
* feat: open-source plugin source code
* fix: fdw
* feat: update readme.md
* fix: gitignore
* fix: peerDependencies
* fix: remove zh-cn.md
* feat: update license
* fix: peerDependencies
* fix: peerDependencies
* test(ai): fix breaking test case of tools loader
* fix(verification): dep
* fix: deps
* fix: version
* feat: plugin-comments
* fix: deps
---------
Co-authored-by: Drol <cgyrock@gmail.com>
Co-authored-by: xilesun <2013xile@gmail.com>
|
2026-02-24 20:34:06 +08:00 |
|
nocobase[bot]
|
da0c38c25b
|
chore(versions): 😊 publish v2.0.2
|
2026-02-22 12:23:29 +00:00 |
|
nocobase[bot]
|
80d6ff46af
|
chore(versions): 😊 publish v2.0.1
|
2026-02-16 06:01:31 +00:00 |
|
nocobase[bot]
|
f2fab88272
|
chore(versions): 😊 publish v2.0.0
|
2026-02-14 15:35:52 +00:00 |
|
nocobase[bot]
|
d924347209
|
chore(versions): 😊 publish v2.0.0-alpha.71
|
2026-02-10 05:23:48 +00:00 |
|
nocobase[bot]
|
a6672a17a7
|
chore(versions): 😊 publish v2.0.0-alpha.70
|
2026-02-06 02:51:35 +00:00 |
|
nocobase[bot]
|
cf7de83ae4
|
chore(versions): 😊 publish v2.0.0-alpha.69
|
2026-02-05 07:09:38 +00:00 |
|
nocobase[bot]
|
4fbdd9ee10
|
chore(versions): 😊 publish v2.0.0-alpha.68
|
2026-01-27 02:44:58 +00:00 |
|
nocobase[bot]
|
8243bb23af
|
chore(versions): 😊 publish v2.0.0-alpha.67
|
2026-01-26 10:42:38 +00:00 |
|
chenos
|
932a1699ac
|
fix: update version
|
2026-01-26 10:35:41 +08:00 |
|
chenos
|
8bd1b54d4a
|
chore: update version
|
2026-01-25 21:29:00 +08:00 |
|
nocobase[bot]
|
3f301d3feb
|
chore(versions): 😊 publish v2.0.0-alpha.66
|
2026-01-16 08:45:48 +00:00 |
|
nocobase[bot]
|
d1b1eb5a67
|
chore(versions): 😊 publish v2.0.0-alpha.65
|
2026-01-16 06:33:32 +00:00 |
|
mytharcher
|
286670c38c
|
Merge branch 'next' into develop
|
2026-01-15 13:38:05 +08:00 |
|
mytharcher
|
dc81aa2d0c
|
Merge branch 'main' into next
|
2026-01-14 23:04:14 +08:00 |
|
Junyi
|
19bc101285
|
fix(evaluators): update version of math.js to support more functions (#8411)
* fix(evaluators): update version of math.js to support more functions
* chore(packages): update version of math.js in used packages
|
2026-01-14 22:19:50 +08:00 |
|
nocobase[bot]
|
6d0fa0d636
|
chore(versions): 😊 publish v2.0.0-beta.10
|
2026-01-14 02:19:26 +00:00 |
|
nocobase[bot]
|
264dd2aa86
|
chore(versions): 😊 publish v2.0.0-beta.9
|
2026-01-12 07:09:29 +00:00 |
|
nocobase[bot]
|
10fc1eebe9
|
chore(versions): 😊 publish v1.9.36
|
2026-01-10 14:21:33 +00:00 |
|
nocobase[bot]
|
02d4b228ab
|
chore(versions): 😊 publish v2.0.0-beta.8
|
2026-01-09 15:36:23 +00:00 |
|
nocobase[bot]
|
ad37391647
|
chore(versions): 😊 publish v1.9.35
|
2026-01-09 08:04:38 +00:00 |
|
nocobase[bot]
|
02f7e9ad5a
|
chore(versions): 😊 publish v2.0.0-beta.7
|
2026-01-09 02:16:26 +00:00 |
|
nocobase[bot]
|
e7c1a7fac3
|
chore(versions): 😊 publish v1.9.34
|
2026-01-09 00:43:26 +00:00 |
|
nocobase[bot]
|
d85b5e476a
|
chore(versions): 😊 publish v2.0.0-alpha.64
|
2026-01-08 10:23:32 +00:00 |
|
nocobase[bot]
|
bbb81941c9
|
Merge branch 'next' into develop
|
2026-01-07 14:36:49 +00:00 |
|
      
|
887017edbb
|
Refactor/workflow 2.0 (#8114)
* refactor(DialogComponent, DrawerComponent): use document.body for modal container
* refactor(flow): export SkeletonFallback component
* style(ChildPageModel): simplify conditional rendering logic
* feat(workflow): add getCreateModelMenuItem method
* feat(workflow): add getCreateModelMenuItem method
* feat(workflow): add NodeDetailsModel and export it
* feat(workflow): update models to use NodeDetailsModel
* feat(workflow): add cardSettings for create and query nodes
* feat(workflow): introduce NodeValueModel and update references
* fix(workflow): correct import path for parse utility
* feat(ActionTrigger): add getCreateModelMenuItem method
* feat(workflow): register collections to data source
* feat(workflow): add workflowStats and workflowVersionStats collections
* feat(trigger): return null if workflow type is missing
* Revert "refactor(DialogComponent, DrawerComponent): use document.body for modal container"
This reverts commit 9a68b9a1e2.
* feat(ActionDrawer): use container for Drawer component
* feat(GridModel): add enableUIConfiguration getter
* fix(details): ensure UI configuration check in renderAddSubModelButton
* fix(useDialog): ensure config props are passed correctly
* feat(modal): use container for modal rendering
* refactor(useUpdateAction): extract updateNodeConfig function
* refactor(updateNodeConfig): add resourceName parameter
* style(BlockGridModel): conditionally apply padding in render
* refactor(plugin-flow-engine): export repository class
* refactor(GridModel): use enableUIConfiguration for button display
* fix(CollectionBlockModel): add optional chaining for filterManager
* fix(CollectionBlockModel): handle missing targetCollectionName
* refactor(AssociationFieldGroupModel): simplify display logic
* refactor(NodeValueModel): define hide property
* refactor(CurrentUserProvider): enhance user context handling
* fix(flow-engine): handle context absence in useFlowEngine
* refactor(processor): enhance scope handling in run method
* feat(workflow): add dynamic expression model menu item
* fix(plugin-workflow): fix duplicate instruction
* fix(SubTableColumnModel): handle undefined props in render
* refactor: unify UI configuration handling
* feat(SubTableColumnModel): add enableUIConfiguration getter
* feat: support field template for details and approval
* chore: improve code
* fix(plugin-workflow): fix duplicate
* fix: submit try catch
* refactor: use getInterfaceOptions to retrieve field interface (#8284)
* docs(plugin-workflow-approval): add docs for trigger configuration
* fix: supports adding records for associations
* fix(plugin-workflow): after change data source password collection trigger invalid (#8207)
* refactor(data-source): reuse database instance in data source refresh action
* refactor(data-source): resolve options naming conflicts
* fix(work-flow): after change data source password colletcion trigger invalid
* test(data-source-manager): add testcase for database reuse after data source reload
* test(data-source-manager): modify testcase
* fix(data-source-manager): breaking build packages
* fix(data-source-manager): fix breaking testcase
* test(data-source-manager): move testcase to pro-plugins
* fix(database): include through scope when querying m2m relationships (#8277)
* fix(plugin-workflow-manual): error thrown in filter form block settings (#8282)
* fix(plugin-async-task-manager): fix locales (#8245)
* fix: attachmentURL
* fix: errors if js block has been set to be hidden (#8286)
* fix: exit event flow on form submission failure
* fix: record picker table will not refresh after creating record (#8289)
* fix: collection selector incorrect height (#8288)
* fix: js item not refresh after update record in details block (#8291)
* fix(flow-engine): eager load root items in LazyDropdown (#8290)
* fix(plugin-file-manager): s3 limit (#8275)
* fix(plugin-file-manager): fix s3 limit error
* refactor(plugin-file-manager): use stream instead of disk io
* refactor: Improve plugin symlink
* fix: issue where adding new data in subform is overwritten by selected data (#8292)
* feat(locales): add "Display fields" translation
* fix(RecordPickerFieldModel): enable flow settings in model context
* refactor(workflow): export specific models instead of all
* fix(modal): prevent multiple close actions on modal
* fix(CurrentUserProvider): cast flowEngine context user as any
* fix(fields): handle optional chaining in find method
* fix(DisplayEnumFieldModel): add icon support to tags
* fix(CollectionField): handle null or undefined values
* fix(FormItemModel): handle missing blockModel in aclCheck
* chore: hide template in apply task form
* chore: hide template for ApprovalTaskCardDetailsModel
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
Co-authored-by: gchust <gchust@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Katherine <katherine_15995@163.com>
Co-authored-by: Drol <cgyrock@gmail.com>
Co-authored-by: YANG QIA <2013xile@gmail.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
|
2026-01-07 22:36:21 +08:00 |
|
nocobase[bot]
|
cb21161af4
|
chore(versions): 😊 publish v2.0.0-alpha.63
|
2026-01-07 00:25:55 +00:00 |
|
nocobase[bot]
|
b7c0a3b935
|
chore(versions): 😊 publish v2.0.0-beta.6
|
2026-01-06 23:48:46 +00:00 |
|
nocobase[bot]
|
2ac747b727
|
chore(versions): 😊 publish v2.0.0-beta.5
|
2026-01-06 05:00:44 +00:00 |
|
nocobase[bot]
|
7baeaf4c58
|
chore(versions): 😊 publish v2.0.0-alpha.62
|
2026-01-05 12:06:13 +00:00 |
|
nocobase[bot]
|
61b34e1ac2
|
chore(versions): 😊 publish v2.0.0-beta.4
|
2026-01-05 08:04:31 +00:00 |
|
nocobase[bot]
|
6447527b95
|
chore(versions): 😊 publish v2.0.0-beta.3
|
2026-01-05 00:48:48 +00:00 |
|
nocobase[bot]
|
4640523d84
|
chore(versions): 😊 publish v2.0.0-beta.2
|
2026-01-04 03:33:29 +00:00 |
|
nocobase[bot]
|
4f92756f6f
|
chore(versions): 😊 publish v1.9.33
|
2026-01-04 01:59:29 +00:00 |
|
nocobase[bot]
|
f2617a0d15
|
chore(versions): 😊 publish v2.0.0-alpha.61
|
2026-01-01 02:01:09 +00:00 |
|
chenos
|
11e76f00ef
|
fix: version
|
2026-01-01 09:36:26 +08:00 |
|
nocobase[bot]
|
43acc10c31
|
chore(versions): 😊 publish v2.0.0-beta.1
|
2025-12-31 17:03:34 +00:00 |
|
nocobase[bot]
|
37839bab5c
|
chore(versions): 😊 publish v2.1.0-alpha.1
|
2025-12-31 16:31:46 +00:00 |
|
nocobase[bot]
|
8f93d42247
|
chore(versions): 😊 publish v2.0.0-alpha.60
|
2025-12-31 15:47:58 +00:00 |
|
nocobase[bot]
|
e340bc68c4
|
chore(versions): 😊 publish v2.0.0-alpha.59
|
2025-12-25 01:46:32 +00:00 |
|
nocobase[bot]
|
69ecaa1229
|
chore(versions): 😊 publish v1.9.32
|
2025-12-24 08:27:11 +00:00 |
|
nocobase[bot]
|
9b9c1a216b
|
chore(versions): 😊 publish v2.0.0-alpha.58
|
2025-12-24 07:37:44 +00:00 |
|
nocobase[bot]
|
5a3f46b432
|
chore(versions): 😊 publish v2.0.0-alpha.57
|
2025-12-23 17:33:27 +00:00 |
|
nocobase[bot]
|
e5943e1beb
|
chore(versions): 😊 publish v1.9.31
|
2025-12-22 14:47:09 +00:00 |
|
nocobase[bot]
|
ee469c57fc
|
chore(versions): 😊 publish v1.9.30
|
2025-12-19 10:27:59 +00:00 |
|
nocobase[bot]
|
f41ba5330c
|
chore(versions): 😊 publish v1.9.29
|
2025-12-18 07:23:03 +00:00 |
|
nocobase[bot]
|
f5384bb61a
|
chore(versions): 😊 publish v2.0.0-alpha.56
|
2025-12-18 05:21:03 +00:00 |
|
nocobase[bot]
|
49accd87c0
|
chore(versions): 😊 publish v2.0.0-alpha.55
|
2025-12-17 05:50:05 +00:00 |
|
nocobase[bot]
|
fa75cacf05
|
chore(versions): 😊 publish v1.9.28
|
2025-12-17 03:40:14 +00:00 |
|