Displays a grouped publication document containing categorised changes for a version launch.
| Surface | Note |
|---|---|
| googlechat | Multi-column grouping panels flatten to markdown segments. |
| Segment grid structures drop, rendering all elements stacked. |
| Field | Type | |
|---|---|---|
| title | string. Header name for the release notice. | required |
| added | array. Optional new features added in this release. | optional |
| fixed | array. Optional bugs resolved in this release. | optional |
| changed | array. Optional modifications to existing behaviour. | optional |
{
"type": "release_notes",
"title": "Release Notes"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:release_notes",
"displayName": "Release Notes",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/release_notes",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a grouped publication document containing categorised changes for a version launch.",
"representativeQueries": [
"show a grouped product release documentation by change category",
"displays a grouped publication document containing categorised changes for a version launch.",
"render a release notes"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →