Siemens Insights Hub Widgets

Content Type: Widget
Categories: Utility

Overview

These widgets provide the Insights Hub Web Components in an easy way to your application.

Documentation

Siemens Insights Hub Widgets

 

Documentation see here:

 

https://documentation.mindsphere.io/MindSphere/resources/webcomponents/mendix/index.html

 

Example app which uses these widgets can be found here:

 

https://marketplace.mendix.com/link/component/117954

 

Releases

Version: 3.2.2
Framework Version: 9.24.17
Release Notes: Fixed compatibility issues with Mendix v10.6.x.
Version: 3.2.1
Framework Version: 9.24.3
Release Notes: MindSphere has evolved into Insights Hub, with this release we provide the following updates and breaking changes * Widgets are now implemented using the latest version [pluggable Widget](https://docs.mendix.com/howto/extensibility/pluggable-widgets){target=_blank} based on React. We are also following the latest naming schemes for widgets. If you update your application, please make sure to delete the file /widgets/WebComponents.mpk * The Siemens Insights Hub Web Components 'Rule View' has been split into two components called 'Rule Table' and 'Rule Wizard' to achieve higher flexibility. * We have implemented many of the properties provided by the Siemens Insights Hub Web Components. * Bugfixes
Version: 2.1.0
Framework Version: 8.18.0
Release Notes: * Use V1.17 of MindSphere Web Components * Added new widget: Time Series Table * Added new widget: MindConnect Edged Analytics * New feature: Add custom limits to the Time Series Chart
Version: 2.0.1
Framework Version: 8.18.0
Release Notes: Optimize resize handling
Version: 2.0.0
Framework Version: 8.18.0
Release Notes: * Use V1.15 of MindSphere Web Components. * Widgets are now implemented using the new pluggable Widget (https://docs.mendix.com/howto/extensibility/pluggable-widgets) based on React. This gives greater flexibility for configuration of the widget but comes with breaking changes. Attention, the widgets have a new commit behavior: The commit behavior of the new Mendix pluggable Widgets slightly differs from the old one. With the old widget concept, underlying Microflows has been triggered automatically which each change of a widget property. This is no longer the case, if you like to achieve this behavior you have to make sure that the entity containing the change attribute is committed. For this case all widgets providing an "On property changed action" on the "General" tab. If needed you can trigger a Nanoflow or Microflow in which you can commit the entity. Migration path from 1.x to 2.x: Download new widget version from app store. This leads to error messages in your project on each used widget in your pages. These errors must be resolved manually. Do the following: * Drag and Drop the new widget from the toolbar to your page. * Open the properties page of the old widget and check your configuration settings. * Open the properties page of the new widget and apply the same settings there. * Delete the old widget from the page once you have copied / transferred all settings.
Version: 1.6.1
Framework Version: 7.23.3
Release Notes: * Use V1.12 of MindSphere Web Components * Updated the aggregate chart with the new time series chart * Fix: Loading Web Components when working on localhost
Version: 1.5.0
Framework Version: 7.23.3
Release Notes: Add new widget custom map. Bug Fix to support IE 11.
Version: 1.4.0
Framework Version: 7.23.3
Release Notes: Use V1.6 of MindSphere Web Components.
Version: 1.3.0
Framework Version: 7.23.3
Release Notes: * Aggregate Chart: add parameter to disable legend. * Asset View: add parameter to specify the the column count when card view mode is selected. * Map views: add support to save current view into entities. * Map views: add support for dynamic zoom level configuration. * Asset Map View and Asset View: provide more information of selected asset. * Asset Map View and Asset View: add searchText parameter. * Asset Map View and Asset View: add support of dynamic variable path configuration. * Event View: provide more information for selected event.
Version: 1.2.0
Framework Version: 7.23.3
Release Notes: Support of Mendix Studio Pro V8. Use V1.5 of MindSphere Web Components. Added sorting for event view. BugFix to show aggregate data on shared assets. BugFix problems with visibility settings on hosting containers.