API Version Panel
A version summary card with an upgrade action above a list of date named API versions with status badges, change highlights, and sunset warnings.
A version summary card with an upgrade action above a list of date named API versions with status badges, change highlights, and sunset warnings.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
API Version Panel is the version lifecycle view for a workspace: a summary card at the top stating the pinned version with a View changelog button and an Upgrade action, then a ruled list of four date named versions, each with a status badge (Latest, Supported, Deprecated, or Sunset), a release date, a one line change highlight, and a Your version marker on the pinned row. Deprecated versions add a sunset warning with the exact cutoff date.
Versions are one typed array with version, released, status, highlight, pinned, and sunset fields. The sunset warning is the honest detail: it names the date after which pinned requests return 410 with an upgrade_required code, so the deadline is never a surprise.
Reach for this block on a developer settings page or an API section, wired to your version registry. Show it whenever a workspace is behind the latest version so the team can weigh an upgrade against the payload changes it brings.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the pinned API version list. Other version panels:
Tip: always show the sunset date on a deprecated version; a lifecycle list without a deadline lets teams drift onto a version that stops answering.