docs(site): backfill changelog entries 2026-04-22 through 2026-07-03#8026
docs(site): backfill changelog entries 2026-04-22 through 2026-07-03#8026ankur-arch wants to merge 2 commits into
Conversation
Backfills the nine external changelog entries for the 2026-04-22..2026-07-03 windows, generated with content-write-changelog from Loggy's internal changelogs and public merged PRs. Linear: DR-7834 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThe PR adds new changelog entries, removes duplicated release headings from older entries, and updates changelog rendering so labels, version badges, and older/newer navigation are displayed consistently. ChangesChangelog content updates
Changelog rendering updates
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
…es, compact hero (#8031) * feat(site): polish changelog layout and change-type labels - Render leading New/Improved/etc labels in highlight headings and grouped bullet lists as subtle badges instead of repeated bold text - Hide the version badge when it duplicates the entry date - Add older/newer navigation at the bottom of each entry - Left-align and shrink the index hero to the blog-article type scale; fix the eyebrow contrast (2.49:1 -> AA) - Strip change-type labels from TOC item titles Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * docs(site): consistency pass on changelog entries - Remove the body-leading H2 that duplicated the frontmatter title (49 entries) - Give every product section a one-line summary (2026 backfill entries) - Move change-type labels to the front of highlight headings - Replace emoji conventions with plain text (Read more:, Note:) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
🧹 Nitpick comments (1)
apps/site/src/app/changelog/[...slug]/page.tsx (1)
154-170: 🩺 Stability & Availability | 🔵 Trivial | 💤 Low valueExtract the duplicated
versionLabellogic into a shared helper
apps/site/src/app/changelog/page.tsxandapps/site/src/app/changelog/[...slug]/page.tsxboth encode the same date/version comparison. A small shared helper would keep the badge behavior aligned and avoid silent drift.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/site/src/app/changelog/`[...slug]/page.tsx around lines 154 - 170, The duplicated version-badge comparison logic in the changelog pages should be moved into a shared helper so both `page.tsx` files stay consistent. Extract the `page.data.date` vs `page.data.version` check used to derive `versionLabel` into a reusable function, then call that helper from both `apps/site/src/app/changelog/page.tsx` and `apps/site/src/app/changelog/[...slug]/page.tsx` to keep the badge behavior aligned.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@apps/site/src/app/changelog/`[...slug]/page.tsx:
- Around line 154-170: The duplicated version-badge comparison logic in the
changelog pages should be moved into a shared helper so both `page.tsx` files
stay consistent. Extract the `page.data.date` vs `page.data.version` check used
to derive `versionLabel` into a reusable function, then call that helper from
both `apps/site/src/app/changelog/page.tsx` and
`apps/site/src/app/changelog/[...slug]/page.tsx` to keep the badge behavior
aligned.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 8fb20728-98cc-4a8a-b9b1-b2b0e0c30c0b
📒 Files selected for processing (51)
apps/site/content/changelog/2024-03-13.mdxapps/site/content/changelog/2024-04-03.mdxapps/site/content/changelog/2024-04-25.mdxapps/site/content/changelog/2024-05-15.mdxapps/site/content/changelog/2024-06-06.mdxapps/site/content/changelog/2024-06-27.mdxapps/site/content/changelog/2024-07-18.mdxapps/site/content/changelog/2024-08-08.mdxapps/site/content/changelog/2024-08-29.mdxapps/site/content/changelog/2024-09-26.mdxapps/site/content/changelog/2024-10-17.mdxapps/site/content/changelog/2024-11-07.mdxapps/site/content/changelog/2024-11-28.mdxapps/site/content/changelog/2024-12-19.mdxapps/site/content/changelog/2025-01-09.mdxapps/site/content/changelog/2025-01-30.mdxapps/site/content/changelog/2025-02-20.mdxapps/site/content/changelog/2025-03-13.mdxapps/site/content/changelog/2025-04-10.mdxapps/site/content/changelog/2025-05-01.mdxapps/site/content/changelog/2025-05-19.mdxapps/site/content/changelog/2025-06-05.mdxapps/site/content/changelog/2025-06-17.mdxapps/site/content/changelog/2025-07-02.mdxapps/site/content/changelog/2025-07-17.mdxapps/site/content/changelog/2025-07-30.mdxapps/site/content/changelog/2025-08-27.mdxapps/site/content/changelog/2025-09-10.mdxapps/site/content/changelog/2025-10-08.mdxapps/site/content/changelog/2025-11-05.mdxapps/site/content/changelog/2025-11-19.mdxapps/site/content/changelog/2025-12-03.mdxapps/site/content/changelog/2025-12-17.mdxapps/site/content/changelog/2026-01-21.mdxapps/site/content/changelog/2026-02-11.mdxapps/site/content/changelog/2026-02-19.mdxapps/site/content/changelog/2026-02-27.mdxapps/site/content/changelog/2026-03-11.mdxapps/site/content/changelog/2026-03-27.mdxapps/site/content/changelog/2026-04-07.mdxapps/site/content/changelog/2026-04-22.mdxapps/site/content/changelog/2026-04-27.mdxapps/site/content/changelog/2026-05-15.mdxapps/site/content/changelog/2026-05-19.mdxapps/site/content/changelog/2026-06-05.mdxapps/site/content/changelog/2026-06-11.mdxapps/site/content/changelog/2026-06-19.mdxapps/site/content/changelog/2026-06-24.mdxapps/site/content/changelog/2026-07-03.mdxapps/site/src/app/changelog/[...slug]/page.tsxapps/site/src/app/changelog/page.tsx
💤 Files with no reviewable changes (40)
- apps/site/content/changelog/2024-12-19.mdx
- apps/site/content/changelog/2025-07-02.mdx
- apps/site/content/changelog/2024-10-17.mdx
- apps/site/content/changelog/2024-08-29.mdx
- apps/site/content/changelog/2025-04-10.mdx
- apps/site/content/changelog/2025-08-27.mdx
- apps/site/content/changelog/2024-04-03.mdx
- apps/site/content/changelog/2024-11-28.mdx
- apps/site/content/changelog/2025-03-13.mdx
- apps/site/content/changelog/2025-01-09.mdx
- apps/site/content/changelog/2024-08-08.mdx
- apps/site/content/changelog/2024-09-26.mdx
- apps/site/content/changelog/2024-04-25.mdx
- apps/site/content/changelog/2025-10-08.mdx
- apps/site/content/changelog/2026-04-07.mdx
- apps/site/content/changelog/2025-01-30.mdx
- apps/site/content/changelog/2025-09-10.mdx
- apps/site/content/changelog/2025-12-03.mdx
- apps/site/content/changelog/2026-03-11.mdx
- apps/site/content/changelog/2025-07-30.mdx
- apps/site/content/changelog/2025-11-05.mdx
- apps/site/content/changelog/2025-06-05.mdx
- apps/site/content/changelog/2025-11-19.mdx
- apps/site/content/changelog/2026-02-19.mdx
- apps/site/content/changelog/2026-02-27.mdx
- apps/site/content/changelog/2026-03-27.mdx
- apps/site/content/changelog/2025-05-19.mdx
- apps/site/content/changelog/2025-02-20.mdx
- apps/site/content/changelog/2024-11-07.mdx
- apps/site/content/changelog/2024-03-13.mdx
- apps/site/content/changelog/2026-02-11.mdx
- apps/site/content/changelog/2024-05-15.mdx
- apps/site/content/changelog/2025-05-01.mdx
- apps/site/content/changelog/2024-07-18.mdx
- apps/site/content/changelog/2025-07-17.mdx
- apps/site/content/changelog/2024-06-06.mdx
- apps/site/content/changelog/2025-06-17.mdx
- apps/site/content/changelog/2024-06-27.mdx
- apps/site/content/changelog/2026-01-21.mdx
- apps/site/content/changelog/2025-12-17.mdx
✅ Files skipped from review due to trivial changes (7)
- apps/site/content/changelog/2026-06-24.mdx
- apps/site/content/changelog/2026-04-22.mdx
- apps/site/content/changelog/2026-06-19.mdx
- apps/site/content/changelog/2026-05-19.mdx
- apps/site/content/changelog/2026-04-27.mdx
- apps/site/content/changelog/2026-05-15.mdx
- apps/site/content/changelog/2026-07-03.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
- apps/site/content/changelog/2026-06-11.mdx
What
Backfills the nine missing external changelog entries from 2026-04-22 through 2026-07-03 at
apps/site/content/changelog/{date}.mdx. The site's changelog currently ends at 2026-04-07.Generated with
content-write-changelog(prisma/ignite#162) from Loggy's internal changelogs and public merged PRs for the same windows. All nine entries compile through@mdx-js/mdxand pass thereleaseNotesfrontmatter schema (title, coercibledate,version;slugequalsdate).These entries use the new format from that skill: a TL;DR under the headline, labeled highlights (
New/Improved), per-product sections under full product names, a consolidated collapsible fixes block, andGuides and articles.versionis the entry date, not an ORM version, since these windows are not tied to the ORM release cycle.Review focus
Triage notes
April/May entries intentionally contain no Prisma Compute items: the Public Beta launched 2026-06-08 and pre-launch changes are not publishable.
Linear: DR-7834
🤖 Generated with Claude Code
Summary by CodeRabbit