added
Component SDK 1.3.0
11 months ago
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
translate
method on the component context API will now work with custom translations. - Adds
ObjectStorageClient
API'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
source
option for ComponentContext.translate method. - Adds
ObjectStorageClient
API'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
UserList
as a new resource data client selector. - Adds extra
silent
argument to run build function without command line output.