infoannouncementAtlassian calls it: Announcement
Forge embedded macros are now generally available
- Announced
- APIs
- forge-core-platform
- Severity
- info, set by
reef/atlassian-rule-v1 - Source
- https://developer.atlassian.com/changelog/#CHANGE-3256
Forge embedded macros have reached general availability (GA). This feature allows Forge bodied macro apps to render other embedded Forge macro apps, enabling more complex and integrated content experiences within Confluence.
What’s changing You can now use the following methods to render embedded Forge macro apps within a bodied macro:
- UI Kit: Use the
AdfRenderercomponent. - Custom UI: Use the
view.createAdfRendererIframePropsmethod from the@forge/bridgepackage.
What you need to do To start using embedded macros in your bodied macro apps:
- Ensure you are using the latest version of
@forge/bridgefor Custom UI apps. - Implement the
AdfRenderer(UI Kit) orcreateAdfRendererIframeProps(Custom UI) in your macro's rendering logic. - Refer to the updated Forge rich-text bodied macros documentation for implementation details and examples.
The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.