2024 - Week 50
Features:
- Send mail when access request is approved or rejected
- Honor approved access requests
- Add change notification with dirty flag for share of page and backend component templates
- Add scheduled access requests
Fixes:
- Fix variable out of range regression
- Add case-insensitive match for accepting invite e-mail with SSO login
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
