NocoBase Weekly Updates: Optimization and Bug Fixes


Originally published at NocoBase Weekly Updates: Optimization and Bug Fixes - NocoBase.
Summarize the weekly product update logs, and the latest releases can be checked on our blog.
NocoBase is currently updated with three branches: main
, next
and develop
.
main
οΌThe most stable version to date, recommended for installation;next
οΌBeta version, contains upcoming new features and has been preliminarily tested. There might be some known or unknown issues. It's mainly for test users to collect feedback and optimize functions further. Ideal for test users who want to experience new features early and give feedback;develop
οΌAlpha version, contains the latest feature code, may be incomplete or unstable, mainly for internal dev and rapid iteration. Suited for tech users interested in product's cutting-edge, but with potential issues and incomplete functions. Not for production use.
main
v1.7.9
Release date: 2025-06-11
π Bug Fixes
- [client] Fix block error issues (#7048) by @gchust
v1.7.8
Release date: 2025-06-10
π New Features
- [Audit logs] Add the environment variable
AUDIT_LOGGER_TRANSPORT
to control the audit log output method by @2013xile
π Improvements
[Calendar] support setting week start day in calendar block (#7032) by @katherinehhh
[Collection field: Many to many (array)] Permission-related errors when displaying many-to-many(many) fields in data tables. (#7028) by @aaaaaajie
π Bug Fixes
[client]
auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh
select field options not working in filter form linkage rules (#7035) by @katherinehhh
Filter form validation rules cause the filter button to become ineffective (#6975) by @zhangzhonghe
Fix fields not displaying in block templates caused by duplicate API requests (#6985) by @zhangzhonghe
[Action: Import records] Fix child table import failurewhen relational fields are involved (#7039) by @aaaaaajie
[Data visualization] Checkbox group fields in charts should display labels instead of raw values (#7033) by @2013xile
[Workflow] Fix error thrown in manual execute action when trigger not configured correctly (#7036) by @mytharcher
[Workflow: Approval]
To avoid undefined field error by @mytharcher
Fix API error when refresh detail page by @mytharcher
[WeCom] Add check for callback path in gateway middleware by @2013xile
v1.7.6
Release date: 2025-06-09
π Improvements
- [client] Prohibit moving a group menu into itself (#7005) by @zhangzhonghe
π Bug Fixes
[client]
Resolved an issue where block failed to read view data from external data sources. (#7017) by @aaaaaajie
Fix the filter block parameter error issue (#6966) by @zhangzhonghe
Current object variable is invalid in linkage rules (#7008) by @zhangzhonghe
Unable to clear the required field indicator of sub-table using linkage rules (#7022) by @zhangzhonghe
[undefined] Remove database dependency for possibleTypes, enforce API-driven configuration by @aaaaaajie
[Mobile] Optimize mobile popup lag issues (#7029) by @zhangzhonghe
[Data source manager] Remove database dependency for possibleTypes, enforce API-driven configuration (#7019) by @aaaaaajie
[Action: Import records] Fixed errors occurring during batch editing when importing XLSX tree table data (#7013) by @aaaaaajie
[Workflow] Fix UI error when workflow not exists (#7023) by @mytharcher
[Workflow: JavaScript] Fix require for relative path by @mytharcher
[Workflow: Approval]
Fix error thrown when workflow deleted by @mytharcher
Reload file association from snapshot to avoid URL expires by @mytharcher
Fix trigger variables by @mytharcher
v1.7.5
Release date: 2025-06-07
π Bug Fixes
[client] Use independent variable scope for each field (#7012) by @mytharcher
[database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie
[Workflow] Fix collection event on create or update mode not triggering when create without changed field (#7015) by @mytharcher
[Action: Export records Pro] Fix the error that occurs when exporting attachments with conditions. by @aaaaaajie
v1.7.4
Release date: 2025-06-07
π Bug Fixes
[client]
[Localization] Resolve error caused by empty texts (#7010) by @2013xile
[Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie
[Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie
[Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher
v1.7.3
Release date: 2025-06-06
π Improvements
- [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher
π Bug Fixes
[client]
v1.7.2
Release date: 2025-06-05
π Improvements
[Action: Batch edit] Use
filterByTk
instead offilter
under selected mode (#6994) by @mytharcher[Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie
π Bug Fixes
[client]
[Workflow]
next
v1.8.0-beta.5
Release date: 2025-06-07
π Improvements
- [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher
π Bug Fixes
[client]
markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh
Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe
field style linkage rules not working (#7003) by @katherinehhh
missing field title when setting a variable in the assignment component (#7001) by @katherinehhh
switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh
[Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie
[Localization] Resolve error caused by empty texts (#7010) by @2013xile
[Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie
[Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher
v1.8.0-beta.4
Release date: 2025-06-05
π Improvements
[Action: Batch edit] Use
filterByTk
instead offilter
under selected mode (#6994) by @mytharcher[Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie
π Bug Fixes
[client]
[Workflow]
develop
v1.8.0-alpha.4
Release date: 2025-06-07
π Improvements
[Workflow] Support to filter more fields of workflow (#6995) by @mytharcher
[Email manager] supports the default sending value in pop-up, supports fuzzy search for recipients, and fixes problems by @jiannx
π Bug Fixes
[database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie
[client]
missing field title when setting a variable in the assignment component (#7001) by @katherinehhh
Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe
markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh
switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh
field style linkage rules not working (#7003) by @katherinehhh
[Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie
[Localization] Resolve error caused by empty texts (#7010) by @2013xile
[Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie
[Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher
[Email manager]
multiple primary keys for table "mailmessagelabels_mailmessages" by @jiannx
setting pop-up not to display by @jiannx
mail fuzzy search to make unique filters by @jiannx
recipient fuzzy search supports associated fields by @jiannx
add the "id" field to the mailmessagelabelsMailmessages by @jiannx
v1.8.0-alpha.3
Release date: 2025-06-06
π Improvements
[Action: Batch edit] Use
filterByTk
instead offilter
under selected mode (#6994) by @mytharcher[Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie
π Bug Fixes
[client]
[Workflow]
About NocoBase
NocoBase is a private, open-source, no-code platform offering total control and infinite scalability. It empowers teams to adapt quickly to changes while significantly reducing costs. Avoid years of development and substantial investment by deploying NocoBase in minutes.
Discover NocoBase in 3 Minutes!
π Get NocoBase
Subscribe to my newsletter
Read articles from Lucy Zhang directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
