Version 2.2.0
This release adds the Connects and Connect classes and fixes issues related to the ShapeDataProcessingStep.
Improvements
-
Updated the versions of the 3rd-party dependencies
regenerator-runtimeandJsZip. -
EdgeUtils.staticGlueBeginandEdgeUtils.staticGlueEndnow addConnectelements between the connector and the connection.
Bugfixes
-
Added missing public properties
Action.name,Character.index,Control.name,Field.index,Geometry.index,Property.label,Property.name, andProperty.promptto documentation and TypeScript typings. -
Special characters such as spaces in section row names (such as
Property.name) are now replaced during serialization to produce valid VSDX row identifiers. -
ShapeDataProcessingStepno longer throws an error when item tags are missing properties or havenullorundefinedvalues for keys specified in thenameMap.
-
The
funfunction is now compatible with TypeScript 4.