2024-05
Features:
- Introduces new ability to mock permissions in the simulator via the updated settings page.
- Supporting local development of UI components that use Object Storage with a local ingress Object Storage.
Changes:
- Updated: Brings simulator and types packages up-to-date with the latest changes.
- Added: The Group input type's summary field is extended by letting other input types add meta-data about that input.
- Added: the AssetAppConfigList selector can return the AppConfig's of an Asset + all its descendants filtered on the current App.
- Fixed: Files-select input only allow selecting and dragging allowed files formats
- Updated: Replace postinstall step with prepare from iframe builder
- Added: Integrated local Cloud Function authorization calls in the simulator
- Fixed: Fix settings layout in Simulator
- Fixed: Company wide permission in permission mocks not working
- Updated: types package to contain support for active alarms, disabled component inputs, date component input type
- Changed: design of Simulator settings
- Added: support for landscape reports in Simulator
- Added: support for Backend Component and Logging Data clients in IFrame adapter
- Added: simulated permissions in Simulator
- Fixed: Object Storage licence check removed in Simulator
- Fixed: Simulator access token expiry time
- Fixed: AgentDataCondition type for logEvent on AgentDataTag
2023-49
Features:
- Adds full support for development of Cloud Functions. Details on https://developer.ixon.cloud/docs/cloud-functions-introduction.
- Adds 3 new methods to the component context API that will open a dialog (alert, confirm or form) over the app. Details on https://developer.ixon.cloud/docs/component-context-dialogs.
- The
translatemethod on the component context API will now work with custom translations. - Adds
ObjectStorageClientAPI's to be used for document storage.
Changes:
- Brings simulator and types packages up-to-date with the latest changes.
- Adds support for newline breaks in text messages for dialogs.
- Introduces new object syntax for configuration of static asset files.
- Fixes a bug where resource data would not be rendered for both agent and asset bindings simultaneously.
- Introduces configuration property for component-level configuration of the root directory.
- Removes superfluous heading in Text component input.
- Removes experimental annotation for component context dialog API.
- Removes experimental annotations for BackendComponentClient and DocumentStorageClient API's
- Fixes a bug in the simulator where components would not be shown in the report view.
- Adds manifest validation error-message in the simulator.
- Updates syntax for login command in simulator.
- Adds
sourceoption for ComponentContext.translate method. - Adds
ObjectStorageClientAPI's to be used for document storage. - ComponentContext tooltip API is no longer experimental.
- Fixes a bug where the runner's build command would fail to parse the "assets" command line argument on a Windows machine.
- Fixes memory leak with process listeners in runner build command.
- Adds
UserListas a new resource data client selector. - Adds extra
silentargument to run build function without command line output.
