Releases: cubbles/cubx-generic-component-viewer
Releases · cubbles/cubx-generic-component-viewer
cubx-generic-component-viewer@2.0.0
Use RTE 3.0.0
cubx-generic-component-viewer@1.4.3
Pass node instances instead of selectors to d3.select[All] method to avoid ambiguity with other instances of the component.
Related issue: #3
cubx-generic-component-viewer@1.4.2
Use Polymer selectors to avoid ambiguity between inner elements of the component when two instances of the component are on the same page (See cubbles/cubx-webpackage-viewer#4)
cubx-generic-component-viewer@1.4.1
cubx-generic-component-viewer@1.4.0
Task
- #1 Update rte dependency to 2.4.0
cubx-generic-component-viewer@1.3.4
Bug fix
- CUBBLES-115: cubx-generic-component-viewer: Minimap zoom behavior is not correctly reflected in original dataflow view
cubx-generic-component-viewer@1.3.2
Task
- CUBBLES-107: cubbles-chrome-extention show nothing in datatflowView for odin examples
cubx-generic-component-viewer@1.3.1
Bug fix
- CUBBLES-105: when the dataflow view is moved, the minimap blue frame doesn't not move accordingly
cubx-generic-component-viewer@1.3.0
Tasks
- CUBBLES-84: Integrate minimap into viewer
- CUBBLES-93: cubx-generic-component-viewer: 1.3.0 additional improvements
- CUBBLES-98: cubx-generic-component-viewer: handle behaviour when slots have no direction property
- CUBBLES-101: Status of the viewer can now be accessed using the
status
output slot
cubx-generic-component-viewer@1.2.0
Task
- RTE-113: dataflow-view: highlight components on the outgoing dataflow
Features
- It is possible to highlight a member of a compound component and its outgoing connections (first layer) by means of:
highlightedMember
slot: providing the memberId of the member to be highlighted- a click on the member: by clicking on any member of the dataflow view, it will be highlighted
- It is possible to undo a highlighting by clicking outside the members