Release 1.2.8
· 2 min read
Release 1.2.8 is now available. In this release:
General
- Added a new
GraphPropagationEngineclass, plus associatedGraphPropagationEnginePlugin. This offers a way to propagate properties from one vertex to another, based on a set of rules. - Added support for
readOnlyon aShapePropertyDefinition- inspectors will show you the value but not allow you to edit it. - Fixed an issue in
ShapePropertiesInspectorcomponents where radio buttons for a given value were not all assigned the same name - Updated our private NPM repository to respond to the NPM
/whoamiendpoint. This facilitates usage of our NPM repository as a remote repository in apps such as JFrog. - Updated our Logic Gates starter apps to include the graph propagation engine.
- Added support for
graphPropagationtoDiagramOptions - Added support for
cells.templateEventsinDiagramOptions, allowing delegated event handlers to be attached to elements inside rendered shape templates and receive the associatedDiagramCell.
Angular
- Fixed an issue in
ShapePropertiesInspectorcomponents where radio buttons for a given value were not all assigned the same name
React
- Fixed an issue in
ShapePropertiesInspectorcomponents where radio buttons for a given value were not all assigned the same name
Vue
- Fixed an issue in
ShapePropertiesInspectorcomponents where radio buttons for a given value were not all assigned the same name
Svelte
- Fixed an issue in
ShapePropertiesInspectorcomponents where radio buttons for a given value were not all assigned the same name