v2.1.34

Automattic/harperv2.1.34Aug 1, 2026by nocobase[bot]

AI Summary

Fixes bugs in the workflow engine, UI templates, and PDF generation for NocoBase.

Key Highlights

  • Fixed manual workflow execution with `autoRevision=0`.
  • Fixed table blocks loading data incorrectly after returning to pages with filters.
  • Fixed unwanted spacing in PDF templates for Latin/East Asian text.
  • Fixed missing external data source fields in approval views.

New Features

  • Workflow bug fixes
  • UI data loading fixes
  • Template spacing fixes
  • Approval view fixes

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