Releases: Mustry-Solutions/ignition-branching-component-module
Release list
v2.0.0 Upgrade to Ignition 8.3
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
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
two extra fields added:
tooltip : this can be a simple markdown
tooltipStyle: styling for the tooltip
v1.0.4: Categories join closer automatically
fix bug with split point being to early
v1.0.3: The y coordinate is defined by the category
- 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
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
- 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
- General fixes
- Icons, icons and icons! (Can now have icons in each node)
v0.0.3-beta: Overall improvements
- renaming UI elements to better suit their use
- self signed .modl file
- general fixes
v0.0.2-beta: Testing release
The module is ready to be tested in other environments.