Release 1.2.7
· 3 min read
Release 1.2.7 is now available. In this release:
General
- Added new Scada/HMI starter app to all libraries. This app provides a solid foundation on which you can build your own Scada/HMI apps, with a look and feel that is aligned with the HMI ISA-101 Standard.
- Update bubble/scatter chart custom marker code to not require namespaced elements in the SVG snippets returned from a
resolveMarkercall - Added
nametoPropertyMappings. This is an optional human readable name that is used by inspectors. - Updated overlay definition code to handle the case that an overlay/marker is specified as an object with "type" but no "options"
- Improved CSS/rendering for the edge type picker
- Added support for boolean false for 'rotatable' property of
Label/Customoverlay: with this set, the label never rotates to make the text upright. - Added new CSS vars to resize tools/diagram tools plugins:
--vjs-resize-handle-fill-colorFor the fill of the resize handles, defaults to#FFFFFF--vjs-resize-frame-line-widthFor the stroke width of the resize frame, defaults to2px
React
- Made the
optionsprop of all charts reactive, so that the chart re-initializes if it changes - Added
EdgePropertyMappingsInspectorcomponent - an inspector that automatically renders a form for managing the properties of an edge from the installed edge property mappings. - Added
ShapePropertiesInspectorcomponent - an inspector that automatically renders a form for managing the properties of some shape defined in a shape set
Angular
- Made the
data,urlandoptionsinputs reactive on all charts - Added
EdgePropertyMappingsInspectorcomponent - an inspector that automatically renders a form for managing the properties of an edge from the installed edge property mappings. - Added
ShapePropertiesInspectorcomponent - an inspector that automatically renders a form for managing the properties of some shape defined in a shape set
Svelte
- Made the
data,urlandoptionsprops reactive on all charts - Added
EdgePropertyMappingsInspectorcomponent - an inspector that automatically renders a form for managing the properties of an edge from the installed edge property mappings. - Added
ShapePropertiesInspectorcomponent - an inspector that automatically renders a form for managing the properties of some shape defined in a shape set
Vue
- Made the
data,urlandoptionsprops reactive on all charts - Added
EdgePropertyMappingsInspectorcomponent - an inspector that automatically renders a form for managing the properties of an edge from the installed edge property mappings. - Added
ShapePropertiesInspectorcomponent - an inspector that automatically renders a form for managing the properties of some shape defined in a shape set