InformationGrid platform
New IG web components version
With this new 2026.1 release, the IG web components are updated as well. Please upgrade to version 2.23.0. For more information see https://www.npmjs.com/package/informationgrid-webcomponents and the belonging documentation on IG Web components documentation.
This release delivers improvements to client configuration handling and resolves several issues affecting form rendering, validation, and resource type selection.
New features
- Translatable strings can now be read as if they are maps in the DSL. Without this the contents of the translatable string were not accessible in the DSL.
Improvements
- The OpenAPI spec for aggregate type configurations now has the error response schema.
- iSHARE login for frontend configurations using iSHARE for authentication now use a JWE encrypted token instead of a JWT token to initiate the h2m login flow.
- The aggregate manager web-component includes the command payload in the commandExecuted event.
Bugfixes
- An issue where lookup constraints and resource references could cause final resource types to become invalid when making changes to newer draft resource types has been resolved.
- Fixed an issue where configurations were not re-validated.
- Resolved a problem causing IG to get stuck in startup.
- Updated the client assertion used to initiate the iSHARE login to include all claims that are required according to the spec.