March 19, 2025 - OperationsListModule has been removed in favor of standalone components and environment providers

Change Header


Change Type: Announcement
Product area: Application enablement & solutions
Component: Web SDK
Deployed at:

Technical details

Build artifact: ui-c8y (1022.0.0)
Internal ID: DM-4312

Change Description


The OperationsListModule component, which was deprecated since version 1021.50.0, has now been removed. In case you use OperationsListComponent and/or OperationsListItemComponent you can now import them directly as standalone components. In case you want to continue to provide the Device control > Single operations feature in your Device management application, you can take advantage of the deviceControlOverviewFeatureProviderFactory() factory function which provides all necessary environment providers that hook the Single operations tab and the respective navigator node. For the Device control section on the Device info tab, you can respectively use the deviceControlTabFeatureProviderFactory() factory function. If you already import OperationsModule from @c8y/ngx-components/operations in your application, no change is needed since it has been refactored to use the provider factories as a replacement of the removed OperationsListModule.