Skip to content
This repository was archived by the owner on Aug 23, 2026. It is now read-only.

Releases: Mustry-Solutions/ignition-branching-component-module

v2.0.0 Upgrade to Ignition 8.3

Choose a tag to compare

@monostorigabor monostorigabor released this 22 Jan 14:20

Important

This component has moved. It is now developed and released as the Branching Diagram in mustry-perspective-component-module, which targets Ignition 8.3, is free and open source (Apache-2.0), and ships signed releases.

Mustry_UI.modl below remains available and installable, but this repository is unmaintained — no further releases or fixes will come from here.

Migrating a view: node data (id, name, color, nextId, category, fill, style, icon, tooltip, tooltipStyle) carries across unchanged. Two connector-colour properties were replaced — connectionColor is now the --brn-line CSS variable, and colorOutgoing no longer exists as a per-node toggle because connectors always take their source node's colour (override per edge with data.edgeLabels[].color). See the README.

This release upgrades compatibility to Ignition 8.3

V1.1.1: Auto detection of rootId

Choose a tag to compare

@monostorigabor monostorigabor released this 02 May 17:51

rootId is a property of the component, but it is not needed. The auto detection looks for the node, which has outgoing edges but no ingoing.

V1.1.0: Tooltip using markdown for formating

Choose a tag to compare

@monostorigabor monostorigabor released this 27 Mar 15:17

two extra fields added:
tooltip : this can be a simple markdown
tooltipStyle: styling for the tooltip

v1.0.4: Categories join closer automatically

Choose a tag to compare

@jasperlg jasperlg released this 04 Apr 13:49
fix bug with split point being to early

v1.0.3: The y coordinate is defined by the category

Choose a tag to compare

@tilouage tilouage released this 03 Apr 15:34
  • Instead of randomly assigning a y level to each category, the category now defines the order. So that category -1 will be above 0, 0 above 2 and so on.
  • Bug fix: added a check to make sure connections are drawn correctly

v1.0.2: Flexible path drawing

Choose a tag to compare

@tilouage tilouage released this 03 May 08:30

This patch fixes a bug where all paths between nodes change level (if needed) at 50% between 2 nodes. But sometimes there is another node there and it draws the path underneath that node. Now it is aware of nodes on its path and it will change accordingly.

v1.0.1b: General improvements

Choose a tag to compare

@tilouage tilouage released this 05 Apr 13:35
  • fixed a bug where it was impossible to add CSS classes to the component
  • can now choose to color outgoing connections of a node
  • no longer has error when navigating back to page with component
  • no longer has error when data is an empty array
  • component now behaves like a normal HTML component when setting width, height, padding and margins. (default height is still 0)
  • no longer loads example data first when loading a page with component
  • has Mustry Solution's icon next to component in the perspective components panel
  • there are now 2 palettes available in the perspective components panel, 1 with example data and 1 that is empty

v1.0.0: First release

Choose a tag to compare

@tilouage tilouage released this 29 Mar 07:39
  • General fixes
  • Icons, icons and icons! (Can now have icons in each node)

v0.0.3-beta: Overall improvements

Pre-release

Choose a tag to compare

@tilouage tilouage released this 15 Mar 14:18
  • renaming UI elements to better suit their use
  • self signed .modl file
  • general fixes

v0.0.2-beta: Testing release

Pre-release

Choose a tag to compare

@tilouage tilouage released this 08 Mar 15:33

The module is ready to be tested in other environments.