Release 2025.5

InformationGrid platform

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

Removed feature

  • As announced in the previous release, the array transform operation in DSL recipes is removed. The map operation is a drop-in replacement in most cases.

Improvements

  • In the Workbench, you can now save configurations effortlessly using the keyboard shortcuts Ctrl + S or Command + S.

New Features

  • Added support for contains in the document filter grammar to verify whether an array contains a specific value, for example:
    languages contains "English"
  • Distinct values constraint for array types.
  • A new endpoint is introduced in the document service api for retrieving a single resource using a filter. Document service API for retrieving a single resource using a filter

Bugfixes

  • Authorisation: multiple inline expressions are now saved properly
  • Form webcomponent: Handling of map keys containing a dot (.) has been improved
  • The visualisation mode field is now required in a Collection Manager configuration
  • The Collection Manager configuration is now valid when a resource master contains an underscore in the identifier
  • Translatable strings can now be used as labels for lookup constraints without issues
  • Viewing the preview of a new resource detail or resource master now works without throwing errors
  • Validation of recipes now works correctly when using resource references.
Comments are closed.