InformationGrid platform
New IG web components version
With this new 2025.3 release, the IG web components are updated as well. Please upgrade to version 2.13.0. For more information see https://www.npmjs.com/package/informationgrid-webcomponents and the belonging documentation on IG Web components documentation.
New Features
Tabbed navigation in the configuration view
The new tabbed navigation feature in the workbench allows each configuration to be opened in a separate tab, enabling users to quickly switch between configurations without closing them or needing to save first. Tabs – including unsaved changes – will be restored when returning to the configuration view, ensuring a seamless user experience. Additionally, tabs can be reordered by drag and drop, providing flexibility in managing open configurations. A context menu is available for managing tabs with options such as closing all tabs, closing all unchanged tabs, closing all tabs to the right, and more.Preview of the tabbed navigation feature
Improvements
- The schema language – used to create resource types using DSL – is made consistent with where it expects commas
- Trailing whitespace is now automatically stripped from DSL recipes upon saving a configuration
- Frontends now return a 404 when a path starting with /public is requested but the public folder is not found
Bugfixes
- Frontend configurations without a dot (“.”) in the identifier can now authenticate successfully again through Azure
- Basic editor for resource types works properly again when editing resource types with a expression constraint
- Storing null elements in an array that goes into a collection now works