Skip to content

v2.1.5

Choose a tag to compare

@nocobase nocobase released this 15 Jun 10:52

🎉 New Features

  • [Workflow: mailer node] Add attachment support to the workflow mailer node. (#9724) by @mytharcher

🚀 Improvements

  • [client-v2] Supported current item variables in the data scope of association field columns within form sub-tables. (#9444) by @gchust

  • [undefined]

    • Updated the Chinese documentation label for the Version Control plugin. (#9776) by @cgyrock

    • Added Russian translations for new UI strings. (#9771) by @sembaev-a-a

  • [File manager] Added selectable text support to the file manager PDF preview when the PDF contains embedded text. (#9781) by @mytharcher

  • [Action: Batch edit] Improved v2 action plugin loading and kept migrated action buttons in a stable order. (#9778) by @katherinehhh

  • [Version control] Updated the Chinese display name of the Version Control plugin. by @cgyrock

🐛 Bug Fixes

  • [cli-v1] Fix the yarn dev error after upgrading projects created by create-nocobase-app from 2.0 to 2.1. (#9775) by @Molunerfinn

  • [client-v2] Fixed migration progress not showing its dedicated progress view (#9761) by @2013xile

  • [flow-engine] Fixed Vietnamese and Chinese IME input handling in v2 single-line text and textarea fields. (#9764) by @katherinehhh

  • [server] Fixed unsafe plugin name handling in pm:enable to prevent local file inclusion through plugin resolution. (#9701) by @mytharcher

  • [File manager] Fixed PDF preview failures caused by the pdf.js worker module not loading correctly. (#9779) by @mytharcher

  • [Block: Kanban] Fixed unexpected hidden popup action persistence and repeated destroy requests when opening calendar, gantt, and kanban blocks outside edit mode. (#9772) by @jiannx

  • [Action: Export records Pro] Improved v2 import/export pro Processing mode settings and tooltip descriptions. by @katherinehhh

  • [Migration manager] Fixed failures when importing large migration data files by @2013xile

  • [Template print] Rejected unsupported template file types before template printing starts by @2013xile