For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
125
Sponsor

Changelog

A release Open Graph image with a version pill, date, title, and a checklist of highlights.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/changelog

Usage

import { ImageResponse } from "next/og";
 
import { Changelog } from "@/components/og/changelog";
 
export function GET() {
  return new ImageResponse(
    <Changelog
      date="June 2026"
      items={["New OG components", "Live previews", "One-line install"]}
      title="What's new"
      version="v2.0"
      brand="ogimagecn"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Changelog

PropType
versionstring
datestring
titlestring
itemsstring[]
brandstring
logostring