Renders a single timeline entry documenting additions, fixes, or modifications in a software release.
| Surface | Note |
|---|---|
| meet-stage | Timeline vertical paths and relative positioning can misalign. |
| googlechat | Visual timeline tracks collapse into standard header lists. |
| Left margin tracks and connection lines disappear on older renderers. |
| Field | Type | |
|---|---|---|
| version | string. The release tag or identifier. | required |
| date | string. The publication date of the changes. | required |
| changes | array. Objects outlining specific features modified, categorised by type. | required |
{
"type": "changelog_entry",
"version": "1.2.0",
"date": "2026-06-28",
"changes": [
{
"type": "added",
"text": "New feature added"
},
{
"type": "fixed",
"text": "Bug fix applied"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:changelog_entry",
"displayName": "Changelog Entry",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/changelog_entry",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders a single timeline entry documenting additions, fixes, or modifications in a software release.",
"representativeQueries": [
"show a timeline entry documenting product modifications per release",
"renders a single timeline entry documenting additions, fixes, or modifications in a software release",
"render a changelog entry"
]
}
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 →