v2.1.34

pbakaus/impeccablev2.1.34Aug 1, 2026by nocobase[bot]

AI Summary

This maintenance release focuses on stabilizing workflows, UI templates, and PDF generation. It addresses specific issues where manual workflow executions created unwanted revisions and table blocks failed to load correctly after navigation.

Key Highlights

  • Fixed workflow execution logic where `autoRevision=0` was ignored, preventing unnecessary revision creation.
  • Resolved data loading issues in UI template table blocks when returning to pages with empty filters.
  • Corrected spacing issues between Latin and East Asian text in DOCX-to-PDF template generation.
  • Fixed missing external data source fields in workflow approval views.

Full Release Notes

### 🐛 Bug Fixes

- **[Workflow]** Fixed an issue where manually executing a workflow with `autoRevision=0` could still create a new revision. ([#10243](https://github.com/nocobase/nocobase/pull/10243)) by @mytharcher

- **[UI templates]** Fix the issue where table blocks load data after returning to a page with empty filters ([#9890](https://github.com/nocobase/nocobase/pull/9890)) by @zhangzhonghe

- **[Template print]** Fixed unwanted spacing between Latin and East Asian text in PDF files generated from DOCX templates. by @jiannx

- **[Workflow: Approval]** Fix missing external data source fields in approval views by @zhangzhonghe