Release Notes

Displays a grouped publication document containing categorised changes for a version launch.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatMulti-column grouping panels flatten to markdown segments.
emailSegment grid structures drop, rendering all elements stacked.
Fields
FieldType
titlestring. Header name for the release notice.required
addedarray. Optional new features added in this release.optional
fixedarray. Optional bugs resolved in this release.optional
changedarray. Optional modifications to existing behaviour.optional
Example payload
{
  "type": "release_notes",
  "title": "Release Notes"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →