Skip to main content

Release 1.2.8

· 2 min read

Release 1.2.8 is now available. In this release:

General​

  • Added a new GraphPropagationEngine class, plus associated GraphPropagationEnginePlugin. This offers a way to propagate properties from one vertex to another, based on a set of rules.
  • Added support for readOnly on a ShapePropertyDefinition - inspectors will show you the value but not allow you to edit it.
  • Fixed an issue in ShapePropertiesInspector components where radio buttons for a given value were not all assigned the same name
  • Updated our private NPM repository to respond to the NPM /whoami endpoint. 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 graphPropagation to DiagramOptions
  • Added support for cells.templateEvents in DiagramOptions, allowing delegated event handlers to be attached to elements inside rendered shape templates and receive the associated DiagramCell.

Angular​

  • Fixed an issue in ShapePropertiesInspector components where radio buttons for a given value were not all assigned the same name

React​

  • Fixed an issue in ShapePropertiesInspector components where radio buttons for a given value were not all assigned the same name

Vue​

  • Fixed an issue in ShapePropertiesInspector components where radio buttons for a given value were not all assigned the same name

Svelte​

  • Fixed an issue in ShapePropertiesInspector components where radio buttons for a given value were not all assigned the same name