Skip to content

MindSphere Web Components
Change Log

All notable changes for MindSphere Web Components will be documented in this file.

[1.26.8] - 2023-03-21

Asset View

  • ADDED force scroll to selected asset, when loading the asset view

DateTimeRange Picker

  • FIXEDrelative date range in time picker is set in the moment of clicking the ok button instead when selecting the range

[1.26.3] - 2023-02-21

General

  • FIXED internal bug fixes
  • ADDED support for integration in Shadow DOM

DateTimeRange Picker

  • FIXED issue that ok-button was not active when changing time and quick range was set before

File View

  • UPDATED Filters in table header are not using automatically wildcards anymore. A user can now search without wildcards, or can add wildcards on his own in the search pattern - see example
  • UPDATED column width improved for default columns
  • FIXED behavior that time filters could not be reset

MCEA View Chart

  • ADDED feature to support frequency markers in the chart

Rule Wizard

  • UPDATED behavior to latest changes in rules API

Time Series Chart

  • FIXED encoding for special characters in tooltip

[1.25.29] - 2023-01-31

General

  • Maintenance update

[1.25.18] - 2022-12-16

Asset View

  • FIXED issue with customFilter
  • FIXED issue when customTemplates are used

DateTimeRange Picker

  • FIXED small styling

IDL List View

  • FIXED internal bugfixes and improvements

[1.25.7] - 2022-11-22

DateTimeRange Picker

  • UPDATED highlight selected timezone in closed time picker

File View

  • ADDED new property stickyHeader

IDL List View

  • ADDED two view modes Table and List in component IDL List View - see documentation
  • ADDED search filter in List mode
  • ADDED breadcrumb in List mode
  • ADDED selection of object/folder in List mode and State aintain for selected item
  • ADDED new property selected-object-path to set path and redirect to set path
  • ADDED new multiSelectable property to show/hide checkbox
  • ADDED new events
  • UPDATED copy path behavior. Now copy path overlay can be hidden using property showCopyPath
  • FIXED item highlight issue
  • FIXED duplicate records issue

[1.24.55] - 2022-09-29

  • Maintenance update

[1.23.8] - 2022-08-12

General

  • ADDED new component Event Type View - see documentation
  • ADDED new component Rule Table supporting Rules for Asset types - see documentation
  • ADDED new component Rule Wizard supporting Rules for Asset types - see documentation
  • DEPRECATED old component Rule View

Time Series Chart

  • ADDED property showSwitchToRawButton and event dataProviderChanged - see example

[1.22.4] - 2022-06-30

General

  • FIXED internal bugfixes

Aspect Variable Selector

  • ADDED support to search for aspects or variables - introduced new properties searchText and searchHidden

[1.21.25] - 2022-06-13

IDL List View

  • FIXED internal bugfixes and improvements

Time Series Chart

  • FIXED sporadic freeze in the time series chart

TimeSeries Table

  • FIXED displayed multiple data points with same timestamp (missing milliseconds accuracy)

[1.21.13] - 2022-05-05

General

  • FIXED internal bugfixes and improvements

Time Series Chart

  • IMPROVED layout of tooltip when hovering over the chart (z-index, values right aligned)

[1.21.7] - 2022-04-14

General

Time Series Chart

  • FIXED issue with aggregates and time range of 7 days
  • IMPROVED resolution of displaying aggregates data

[1.20.36] - 2022-03-19

Asset View

  • FIXED making selected asset visible in tree views

Event View

  • ADDED new severity Annotation in filter

Time Series Chart

  • FIXED issue with specific time ranges
  • FIXED issue with displaying boolean in the chart

[1.20.13] - 2022-02-10

Asset View

  • UPDATED asset view is now querying the Asset Management API with page size 200 (1000 before) for better performance

MCEA View Chart

  • ADDED support to select multiple spectra to compare them with each other
  • UPDATED UI/UX improvements
  • FIXED internal bugfixes

Time Series Chart

  • FIXED issue with specific time ranges

[1.19.10] - 2022-01-19

General

Asset View

  • ADDED property multiSelectable to support multi-selection. With active multi-selection the new properties selectedAssetIds and selectedAssets can be used. Furthermore the event selectedAssetsChanged provides information when new assets are de-/selected.
  • ADDED property showHierarchyPath to show a hierarchy-breadcrumb in List or Card view.

Custom Map

  • ADDED missing property zoomLevel as for other map components

DateTimeRange Picker

  • UPDATED date range with time zone
  • UPDATED style of picker button to secondary button (blue color)

Event View

  • UPDATED date range with time zone

File View

  • UPDATED date range with time zone

Rule View

  • FIXED issue with boolean variables in wizard, that initial value won't be reset while creating a new rule

TimeSeries Chart

  • UPDATED date range with time zone
  • UPDATED number of data points in TimeSeries mode to 2000 (earlier 256)
  • ADDED new property highlightMode to highlight lines when hovering over them
  • FIXED issue with specific timezones which could lead to Invalid timezone error

TimeSeries Table

  • UPDATED date range with time zone

[1.18.7] - 2021-11-19

General

  • [FIXED] time zone awareness of components

Aggregate Chart

  • [DEPRECATED] aggregate chart component. Please switch to TimeSeries-chart instead, which contains same and more functionality. The aggregate-chart will not be integrated anymore in future versions.

DateTimeRange Picker

  • [FIXED] several issues regarding time zone switching

[1.18.1] - 2021-10-30

DateTimeRange Picker

  • REMOVED attributes fromDate and toDate from documentation. Use dateRange property instead.

Time Series Chart

  • FIXED some minor internal bugfixes

Time Series Chart

[1.17.1] - 2021-10-02

General

Rules View

  • FIXED selecting behavior - with single selection the edit button is directly enabled

Time Series Chart

  • ADDED support for string variables which values are shown as symbols in the chart

Time Series Table

  • ADDED missing property pageSize
  • FIXED issue that in some cases only values from one variable are shown

[1.16.15] - 2021-09-04

Aspect Variable Selector

  • ADDED new property selectionChangedEventDebounceTime to influence a delay when selecting variables in high frequency

Time Series Chart

  • UPDATED boolean variables are now added from the bottom of the chart instead starting from the top
  • UPDATED reduced height of boolean variables
  • ADDED new line modes like smooth / step / no line - see example
  • ADDED example how to configure symbol and symbolSize - see example
  • ADDED new property additionalAggregates to load additional aggregates data from backend to prepend and append them on the chart

[1.16.8] - 2021-08-07

General

  • ADDED new web component Time Series Table
  • FIXED small internal issues with error handling

[1.16.4] - 2021-07-10

Early access update

[1.15.20] - 2021-07-10

General

Aspect Variable Selector

  • ADDED new property time-series-info to indicate at an aspect when last data was injected (NOTE: additional scope for read time series necessary). See example.

DateTimeRange Picker

  • UPDATE positioning of DateTimeRange Picker popup

[1.15.11] - 2021-06-12

Asset View

  • FIXED styling issue with long asset names or descriptions

Time Series Chart

UPDATE default behavior of chart view: thicker lines and removed empty circles to indicate data points

[1.15.5] - 2021-05-15

General

  • ADDED theming support for all web components - see demo application and theming topic.
  • UPDATE demo application v1.5.0
  • UPDATE documentation by adding default values and examples

Asset View

  • ADDED status indicator for the mode CompactTree

Time Series Chart

  • UPDATE increased variables-limit to show up to 25 variables

[1.14.0] - 2021-04-17

General

[1.13.52] - 2021-04-17

Asset Map

  • ADDED property selectedAssetId

Asset Map

  • ADDED experimental mode CompactTree to support a small hierarchy tree

Aspect Variable Selector

  • FIXED empty state using DropDown mode

Custom Map

  • FIXED custom contexts are now isolated

Event View

  • ADDED x-button to easily reset filters

File View

  • ADDED x-button to easily reset filters

Rule-View

  • ADDED pagesize property as used in file- and event-view

[1.13.44] - 2021-03-27

Asset View

  • ADDED enhanced search support (search for asset type, location, description, ...)

Event View

  • ADDED new property sharedAssets to support assets which are shared via cross-tenancy

File View

  • ADDED new property filterable to enable filters for file names and paths
  • ADDED icons for the file type

[1.13.33] - 2021-02-27

Asset Map

  • ADDED new property customFilter to hide specific assets in the view - see example
  • ADDED new property statusIndicator to indicate the status of the assets influenced by Rules
  • ADDED new property statusFilter to filter assets with a specific status influenced by Rules
  • ADDED new events which inform about searchTextChanged and statusFilterChanged

Asset View

  • ADDED new property customFilter to hide specific assets in the view - see example
  • ADDED new property statusIndicator to indicate the status of the assets influenced by Rules
  • ADDED new property statusFilter to filter assets with a specific status influenced by Rules
  • ADDED new events which inform about statusFilterChanged

Custom Map

  • ADDED new property customFilter to hide specific assets in the view - see example
  • ADDED new property statusIndicator to indicate the status of the assets influenced by Rules
  • ADDED new property statusFilter to filter assets with a specific status influenced by Rules
  • ADDED new events which inform about searchTextChanged and statusFilterChanged

DateTimeRange Picker

  • FIXED 90 days selection lead to error message when time series api was used (summer/winter time issue)

Time Series Chart

  • ADDED experimental feature to manipulate the chart view - see example

[1.13.24] - 2021-01-30

  • Maintenance update

Event view

Rule View

[1.13.18] - 2020-12-19

  • Maintenance update

[1.13.16] - 2020-11-28

General

  • UPDATED styling for web components asset-view, event-view, rule-view and file-view

Asset View

  • ADDED new property showAssetImage to display uploaded asset images
  • ADDED event assetsLoaded that is triggered, when the assets loading is finished

DateTimeRange Picker

  • ADDED new property fixedMode which can display the menu in a fixed position style with a smart alignment according to the component position in the display port

Event view

  • ADDED new property sortable to enable sortable options in the table header

Rule View

  • ADDED new property pagerMode
  • ADDED events selectedRuleChanged and selectedRulesChanged

[1.12.26] - 2020-10-10

Asset View

  • FIXED tree mode of asset-view in a subtenant

Event view

  • FIXED some filter properties can't be disabled

File View

Rule View

  • FIXED error handling

Time Series Chart

  • FIXED optimized area zoom in time-series-chart
  • FIXED wrong font family in tooltips

[1.12.10] - 2020-08-08

Custom Map

  • FIXED issue that busy indicator sometimes did not disappear

Time Series Chart

  • FIXED styling when labels of y-axis where not completely shown
  • FIXED issue that chart does not work anymore after unexpected error occurs

[1.12.3] - 2020-07-11

General

Aggregate Chart

  • FIXED issue that legend is jumping back to first page, when de-/selecting a variable

Aspect Variable Selector

  • ADDED property variablePaths to set the selected variables

DateTimeRange Picker

  • ADDED new properties relativeRange and timeZone

Rule View

  • FIXED issue when deleting email address from the wizard
  • FIXED errors which where not forwarded from the rule wizard to the error-event of the rule-view
  • ADDED buttons to open directly the purchase app, if quota limit has been exceeded
  • ADDED popup to open purchase app, when creating a new rule, but the quota has been exceeded

Time Series Chart

  • ADDED new component Time Series Chart to support the new IoT Aggregates V4 api and the IoT TimeSeries API in parallel - see documentation

[1.11.1] - 2020-05-16

Aggregate Chart

  • ADDED property dragMode to enable zoom by selecting an area in the chart - see example

Event View

  • ADDED property filterable to enable generic filters in the column header - see example
  • ADDED property columnSettingsVisible to enable a menu to show the visible columns - see example
  • ADDED event columnSettingsChanging that is triggered, when the visible columns have been changed

[1.10.0] - 2020-04-16

Custom Map

Event View

  • ADDED columns for all properties of filtered event type - see example

[1.6.1] - 2020-04-16

  • ADDED new map provider for Asset-Map- and Map-component as in release 1.9.2.

[1.8.1] - 2020-03-25

  • ADDED new map provider for Asset-Map- and Map-component as in release 1.9.2.

[1.7.4] - 2020-03-25

  • ADDED new map provider for Asset-Map- and Map-component as in release 1.9.2.

[1.5.1] - 2020-03-25

  • ADDED new map provider for Asset-Map- and Map-component as in release 1.9.2.

[1.4.1] - 2020-03-25

  • ADDED new map provider for Asset-Map- and Map-component as in release 1.9.2.

[1.3.1] - 2020-03-25

  • ADDED new map provider for Asset-Map- and Map-component as in release 1.9.2.

[1.9.2] - 2020-03-18

Aggregate Chart

  • ADDED better performance when using bigger time ranges
  • ADDED further example for configuring variable name

Aspect Variable Selector

  • ADDED new mode VariableSingleSelection. See example.

Asset Map

Map

[1.8.0] - 2020-02-20

General

  • NOTE minor versions 1.0, 1.1 and 1.2 will be deprecated and removed after March 30th 2020. See more on the versioning page.
  • FIXED promise polyfill conflicts with zone.js

Aggregate Chart

  • FIXED changing colors of variables when dragging / zooming in the chart
  • ADDED showing the day in the x-axis, when timerange is less than 24 hours
  • ADDED showing all configured variables in the tooltip at a timestamp, even if there is no data at this point of time

Asset Map

  • ADDED support to search for asset id
  • FIXED resizing issues

Asset View

  • ADDED support to search for asset id
  • FIXED searchbox is visible when reloading the model

Custom Map

  • FIXED selectedAssetChanged-event is triggered when navigating into a hierarchy level and back
  • ADDED new property selectedAssetId

DateTimeRange Picker

  • FIXED initially wrong calendar view when loaded
  • FIXED sporadically wrong calender selected when switching between month/year

Map

  • FIXED resizing issues

[1.7.3] - 2020-02-20

  • FIXED promise polyfill conflicts with zone.js

[1.7.2] - 2020-01-08

  • FIXED conflicts with IE11
  • FIXED styling issues in chart:
    • axis are shown, even when there is no data
    • show vertical and horizontal lines for better overview
  • FIXED improved support for dragging in the chart
  • FIXED styling issues in rules wizard

[1.6.0] - 2019-12-03

General

Aggregate Chart

  • FIXED styling issues with y-axis

DateTimeRange Picker

  • FIXED styling issues with long month names
  • ADDED new property validDateRange to limit selection in the user interface

[1.5.0] - 2019-10-09

General

Aggregate Chart

  • ADDED property sharedAssets to support charts for assets which are shared via Cross-Tenancy
  • ADDED unit of variable in tooltip

Aspect Variable Selector

  • ADDED property sharedAssets to support aspects and variables for assets which are shared via Cross-Tenancy

Asset Map

  • ADDED property searchText to enable search on asset map

Asset View

  • ADDED properties customCardTemplateId, customListTemplateId and customTreeTemplateId to enable Custom Templates

[1.4.0] - 2019-09-05

Aggregate Chart

  • FIXED issue with the visualization of assets with an uneven time zone shift

Asset Map

  • ADDED property subtenantFilter to show assets related to a specific subtenant

Asset View

  • ADDED property subtenantFilter to show assets related to a specific subtenant

[1.3.0] - 2019-08-08

General

  • ADDED version header in hosted files

Aggregate Chart

  • ADDED property legendDisabled to enable or disable the chart legend

Asset Map

  • ADDED event viewChanged when zooming or dragging the map

Map

  • ADDED event viewChanged when zooming or dragging the map

[1.2.1] - 2019-07-11

General

  • FIXED conflicting icons of web components and design system

Aggregate Chart

  • FIXED timestamp in the overlay, is now exact including milliseconds
  • ADDED support to change the timestamp format

Asset View

  • ADDED property sharedAssets to show assets which are shared via Cross-Tenancy
  • ADDED property cardColumnCount to configure the view mode Card

Asset Map

  • ADDED property sharedAssets to show assets which are shared via Cross-Tenancy

DateTimeRange Picker

  • FIXED dropdown to support dates up to two years in the future
  • FIXED dropdown to translate the names of months when changing the locale

[1.1.0] - 2019-06-15

General

  • ADDED error labels in the UI, are now aligned with design system
  • ADDED interface description for view model

Aggregate Chart

  • ADDED event dateRangeChanged which is triggered when zooming or moving the chart
  • REMOVED property dateRange which replaces fromDate and toDate (removed from documentation)

Asset View

  • ADDED property searchText for reading or setting the text in the search field
  • ADDED event searchTextChanged which is triggered when the property searchText changes
  • ADDED UI improvement for search box and counter

[1.0.0] - 2019-05-20

Initial public release of MindSphere Web Components

MindSphere Web Components are hosted via content delivery network and can be referenced via index.js

Overview of released MindSphere Web Components

  • Aggregates Line Chart
  • Aspect Variable Selector
  • Asset View
  • Asset Map
  • DateTimeRange Picker
  • Event View
  • File View
  • Rule View
  • Simple Map

Any questions left?

Ask the community


Except where otherwise noted, content on this site is licensed under the Development License Agreement.


Last update: March 20, 2023