2024 - Week 47
Improvements:
- Adds action menu for component context API in Simulator
- Adds DEVELOP_APP permission in Simulator
- Adds confirm leave dialog on Permissions view in Simulator
- Adds experimental support for triggering custom content dialogs
- Improved support for rich-text input-type with form dialogs
- Hides the RawMetric, LiveMetric and the Group inputs when needed feature is missing.
- Fixed an issue where a generated UI Component could not be built
2024 - Week 46
Breaking changes, removed endpoints:
- POST PageComponentTemplateShare, use PageComponentTemplateShareList instead
- POST BackendComponentTemplateShare, use BackendComponentTemplateShareList instead
Breaking changes, altered endpoints:
- GET PageComponentTemplateShare returns a single result instead of all shares, to retrieve all shares use PageComponentTemplateShareList instead
- GET BackendComponentTemplateShare returns a single result instead of all shares, to retrieve all shares use BackendComponentTemplateShareList instead
Features:
- Update default audiences so we can have multiple with different types
2024 - Week 42
Improvements:
- Adds support for inserting a column header unit suffix to a logging data query result in the CSV output format.
- Most commands can now be ran with a
--configoption, which contains a path to the configuration file (e.g., ./my-config.json) - Updates the CDK to use UI Component instead of PageComponentTemplate in messages
- Updated resource types.
