Aspose.Diagram for Node.js via Java 22.1 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50857wk: EndArrow value isBug
DIAGRAMJAVA-50861Investigate Cve-2021-42574 VulnerabilityBug

?Public API and Backward Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for Java. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds setSaveAsSingleFile in HTMLSaveOptions

  • Indicates whether save the html as single file.
    HTMLSaveOptions o = new HTMLSaveOptions();    
    o.setSaveAsSingleFile(true);