Release 2026.2

InformationGrid platform

New IG web components version
With this new 2026.2 release, the IG web components are updated as well. Please upgrade to version 2.24.0. For more information see https://www.npmjs.com/package/informationgrid-webcomponents and the belonging documentation on IG Web components documentation.

Breaking change

When using the word version as property key it must be referenced an escaped identifier when referenced in DSL recipes.

New features

Multiple linked UI components for resource master

Resource masters now offer the option to link more than just a single resource detail configuration. When linking multiple UI configurations to a resource master configuration the details view of a resource will show a tab for each linked configuration.
Linking is also no longer limited to just resource detail configurations but it’s also possible to link another resource master to display a list of related resources. And even an aggregate manager can be used here so related resources can be managed.

The example configuration below is a resource master for a collection that contains company information. This resource master has a linked resource detail configuration but also two additional linked configurations.

  1. Another resource master configuration for a collection that contains employee information.
  2. An aggregate manager that can be used to register devices that are handed out to employees

The resource master overview table

    The details of a company

    The screenshots below show the newly added tab functionality added to the left of the detail page in various configurations.

    Improvements

    • Improved performance in validation & updating when handling configurations with large DSL recipes
    • Resource references now displayed in all places in the workbench where previously hidden.

    Bugfixes

    • Configuration import now works when a configuration is moved and has a new version
    • Popup elements like date-pickers and dropdown lists are rendered on top of instead of below modal dialogs
    • Resolved an issue where Firefox displayed errors in forms before a user had the chance to enter a value.

    Comments are closed.