| title | AI changelog rendering sandbox | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| date | 2026-04-17T00:00:00.000Z | |||||||||||||||||||
| excerpt | A synthetic changelog entry for testing overview cards, accordions, images, and markdown rendering. | |||||||||||||||||||
| ogImage | /images/content/og-d72e9987a9.png | |||||||||||||||||||
| coverImage | /images/content/unified-inbox-graphic-ce617d35.png | |||||||||||||||||||
| fixes |
|
|||||||||||||||||||
| improvements |
|
|||||||||||||||||||
| sections |
|
This entry exists only to validate the changelog UI locally. It is useful for checking spacing, typography, images, links, accordions, and MDX rendering without waiting on the GitHub workflow.
Open the overview page and then the detail page for this entry. You should verify:
- The title and excerpt look correct in the overview list
- The fixes and improvements accordions open and close cleanly
- The image has the expected rounded corners and spacing
- Inline links and
inline codematch the surrounding typography
This paragraph is intentionally a little longer than a typical release note so you can inspect line length, paragraph rhythm, and whether the page still feels balanced when the changelog body contains more narrative text than the generated workflow usually writes.
const changelogPreview = {
title: "AI changelog rendering sandbox",
status: "draft",
sections: ["API", "Chrome extension"],
};If this renders correctly, the Next.js changelog path is healthy even if the AI workflow itself is not involved in the local test.
