InformationGrid platform
New IG web components version
With this new 2026.5 release, the IG web components are updated as well. Please upgrade to version 2.28.0. For more information see https://www.npmjs.com/package/informationgrid-webcomponents and the belonging documentation on IG Web components documentation.
Improvements
- The tenant context is now propagated to lookups when evaluating a DSL recipe.
In a tenant-aware configuration, a DSL lookup uses the tenant context derived from the action’s execution. For example, during a command, the tenant context comes from the command execution. Previously, lookups used a global tenant context, returning resources from all tenants. - The filename for configuration exports has changed.
In configuration exports (zip and git), the filename for the current (highest) version no longer includes the version. As a result, the git diff for a configuration with a new version shows only the differences, not a complete new file. - Git status now loads in the background when opening the workbench.
Bugfixes
- The git diff in the workbench no longer shows a removed translationConfiguration after committing changes.
- Truncate all datastores no longer reports an error on completion in Firefox.
- OpenAPI specs are updated to support nested aggregates.
- Added validation for nested aggregates aggregate manager.
- Nested datasources no longer fail if the array with nested elements is uninitialized.
- Aggregate manager pre-fill recipes now work for nested aggregates.
- Aggregate manager returns to overview when post-command action is configured accordingly.