update version to 1.0.1 with minor fixes.

This commit is contained in:
2025-06-18 18:06:48 +09:00
parent 3f85eb8338
commit e37ac9aa4a
13 changed files with 1043 additions and 1000 deletions

View File

@@ -229,6 +229,7 @@ const MenuPanel: React.FC<MenuPanelProps> = (props) => {
paragraphLoop: true,
linebreaks: true,
parser: expressionParser,
nullGetter: () => '',
});
doc.render(record2data(properties, event.record));
const out = doc.getZip().generate({ type: 'blob', mimeType: DOCX_CONTENT_TYPE });