Changelog Entry

Renders a single timeline entry documenting additions, fixes, or modifications in a software release.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageTimeline vertical paths and relative positioning can misalign.
googlechatVisual timeline tracks collapse into standard header lists.
emailLeft margin tracks and connection lines disappear on older renderers.
Fields
FieldType
versionstring. The release tag or identifier.required
datestring. The publication date of the changes.required
changesarray. Objects outlining specific features modified, categorised by type.required
Example payload
{
  "type": "changelog_entry",
  "version": "1.2.0",
  "date": "2026-06-28",
  "changes": [
    {
      "type": "added",
      "text": "New feature added"
    },
    {
      "type": "fixed",
      "text": "Bug fix applied"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →