Originally published athttps://www.nocobase.com/en/blog/weekly-updates-20250306
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.5.17
Release date: 2025-02-27
π Bug Fixes
-
[client]
- error when creating comment block without comment collection (#6309) by @katherinehhh
- Error occurs when clicking tree block node (#6314) by @zhangzhonghe
- After clicking the left menu, the sub-page is abnormally closed (#6305) by @zhangzhonghe
- Do not clear field value when the expression value is empty (#6300) by @zhangzhonghe
[Collection field: Sequence] Fix sequence field not disabled when on read-only mode (#6274) by @mytharcher
[File manager] Fix migration for inherited collection (#6310) by @mytharcher
[Access control] Incorrect data records when using many to many fields as data scope in collection permissions (#6304) by @2013xile
[Block: Kanban] Incorrect data filtering in popup Kanban block using popup record variables (#6290) by @katherinehhh
[Block: Tree] Error occurs when clicking tree block node by @zhangzhonghe
v1.5.18
Release date: 2025-02-27
π Bug Fixes
- [Block: Action panel] Setting the height of the action panel is invalid (#6321) by @zhangzhonghe
v1.5.19
Release date: 2025-03-01
π Bug Fixes
- [client] add new button appears on hover in association field read-only mode (#6322) by @katherinehhh
- [Action: Export records Pro] remove 'add block' option in export attachment button settings by @katherinehhh
- [Action: Import records Pro] association block import button duplicate record detection shows no data in field dropdown by @katherinehhh
v1.5.20
Release date: 2025-03-03
π Bug Fixes
- [client] Pages with custom favicon briefly flash the NocoBase favicon during loading (#6337) by @zhangzhonghe
- [Block: Map] Configuration settings for map field are missing/not visible (#6336) by @zhangzhonghe
- [Custom brand] Pages with custom favicon briefly flash the NocoBase favicon during loading by @zhangzhonghe
- [Template print] Restore from local failed when action template print and backup manager plugins were both enabled by @gchust
next
v1.6.0-beta.15
Release date: 2025-02-27
π Bug Fixes
-
[client]
[Workflow: Custom action event] Fix build error by @mytharcher
v1.6.0-beta.16
Release date: 2025-03-04
π New Features
- [client] time field support time format (#6329) by @katherinehhh
π Improvements
- [server] Upgrade koa to 2.15.4; upgrade @koa/cors to 5.0.0 (#6334) by @2013xile
- [Workflow] Lazy load job result for better performance (#6344) by @mytharcher
π Bug Fixes
- [auth] Avoid renewing the token during WebSocket authorization. (#6342) by @sheldon66
-
[client]
[devtools] Ensure X-Forwarded-For header is set only if req.ip is not undefined. (#6320) by @sheldon66
[Block: Map] Configuration settings for map field are missing/not visible (#6336) by @zhangzhonghe
[Mobile] Page error: Cannot read properties of null (reading 'match') (#6335) by @zhangzhonghe
[Users] An error UI briefly flashes when the user permission management table loads for the first time (#6324) by @zhangzhonghe
[Block: Action panel] Setting the height of the action panel is invalid (#6321) by @zhangzhonghe
[Action: Import records Pro] association block import button duplicate record detection shows no data in field dropdown by @katherinehhh
[Action: Export records Pro] remove 'add block' option in export attachment button settings by @katherinehhh
[Workflow: Custom action event] Fix migration for legacy buttons bound with custom action workflow by @mytharcher
[Custom brand] Pages with custom favicon briefly flash the NocoBase favicon during loading by @zhangzhonghe
[Template print] Restore from local failed when action template print and backup manager plugins were both enabled by @gchust
-
[Workflow: Approval]
- Fix
.toJSON()
caused error by @mytharcher - Fix migration not run because version number by @mytharcher
- Fix migration for legacy blocks by @mytharcher
- Fix
develop
v1.6.0-alpha.29
Release date: 2025-02-27
π New Features
- [client] support permission configuration for action (#6254) by @katherinehhh
-
[Block: template] Add
Block: template
plugin, providing template support for blocks based on inheritance mechanism. (#5920) by @gchust - [Workflow: Custom action event] trigger workflow action support access control by @katherinehhh
π Improvements
-
[client]
-
[File manager]
- Increase URL length to 1024 (#6275) by @mytharcher
- add backend code to generate file preview url (#6281) by @jiannx
- File names during upload will change from random to the original name with a random suffix. (#6217) by @chenos
- add backend code to generate file preview url (#6223) by @jiannx
- Change storage type api and add plugin api (#6246) by @mytharcher
- Change storage type api and add plugin api (#6246) by @mytharcher
[Block: Action panel] Optimize mobile styles (#6270) by @zhangzhonghe
[Workflow] Hide node id from node card in workflow canvas (#6251) by @mytharcher
-
[File storage: S3(Pro)]
- Adjust storage API based on main repository by @mytharcher
- Support thumbnailRule option configuration by @jiannx
[Backup manager] Allow restoring backup to an application even it is missing some plugins by @gchust
π Bug Fixes
- [devtools] Ensure X-Forwarded-For header is set only if req.ip is not undefined. (#6320) by @sheldon66
-
[client]
- Incorrect position after dragging the menu (#6315) by @zhangzhonghe
- error when creating comment block without comment collection (#6309) by @katherinehhh
- Error occurs when clicking tree block node (#6314) by @zhangzhonghe
- After clicking the left menu, the sub-page is abnormally closed (#6305) by @zhangzhonghe
- Do not clear field value when the expression value is empty (#6300) by @zhangzhonghe
- rich text field component cannot be fully cleared (#6287) by @katherinehhh
- Unable to move the page into a group (#6289) by @zhangzhonghe
- Skip auth error for CurrentUserProvider. (#6252) by @sheldon66
- Fix uploaded file missed when one by one (#6260) by @mytharcher
- Fixed html tag character in the mail channel config form input field. (#6221) by @sheldon66
- Fix files missed after uploaded (#6247) by @mytharcher
- picker format mismatch in filter form field (#6234) by @katherinehhh
- Show
<Variable.TextArea />
component correctly in disabled mode (#6197) by @mytharcher
[create-nocobase-app] Error occurs on web client after running
create-nocobase-app
followed byyarn dev
(#6299) by @gchust[auth] Skip user auth check when token is api key (#6291) by @sheldon66
[cli] Improve internal logic of nocobase upgrade command (#6280) by @chenos
-
[File manager]
- Fix migration for inherited collection (#6310) by @mytharcher
- Fix migration and add test cases (#6288) by @mytharcher
- Fix migration and add test cases (#6288) by @mytharcher
- Fix
path
column type of file collection (#6294) by @mytharcher - Upgrade AWS SDK version to fix MinIO upload bug (#6253) by @mytharcher
[Block: template] Require login when accessing public form (#6258) by @gchust
[Access control] Incorrect data records when using many to many fields as data scope in collection permissions (#6304) by @2013xile
[Block: Kanban] Incorrect data filtering in popup Kanban block using popup record variables (#6290) by @katherinehhh
[Collection field: Sequence] Fix sequence field not disabled when on read-only mode (#6274) by @mytharcher
[Workflow: test kit] Fix E2E test cases based on new features (#6296) by @mytharcher
[Public forms] Skip auth check in the public form (#6284) by @chenos
[Authentication] Remove unnecessary NavigateIfNotSignIn wrapper from AdminProvider. (#6268) by @sheldon66
-
[Workflow]
-
[Workflow: Custom action event]
- Fix build error by @mytharcher
- Fix E2E test cases by @mytharcher
- Fix trigger workflow initializer by @mytharcher
- Fix build error by @mytharcher
[Workflow: Pre-action event] Fix error message from response message node not shown by @mytharcher
[Workflow: JavaScript] Support to require NocoBase modules by @mytharcher
[Email manager] public mailmessage collection and fix modal data lost by @jiannx
-
[File storage: S3(Pro)]
- Upgrade AWS SDK version to fix MinIO upload bug. by @mytharcher
- set the default value of forcePathStyleForAccess to virtual by @jiannx
[Block: Multi-step form] items sort error after drag by @jiannx
[Block: Tree] Error occurs when clicking tree block node by @zhangzhonghe
[Backup manager] The delete icon of the restore from local operation dialog is not working by @gchust
-
[Workflow: Approval]
- Fix migration not run because version number by @mytharcher
- Fix E2E test cases based on new features by @mytharcher
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!
Top comments (0)