releases.shpreview

Changelog supports timeline and classic layouts

July 1, 2026ChangelogView original ↗
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗

Changelog layout configuration

Changelogs now support two layouts:

  • timeline (default) renders a searchable timeline of condensed entry cards.
  • classic renders stacked full entries inline, preserving code formatting, copy buttons, and links.

Set either value site-wide with layout.changelog-layout in docs.yml:

layout:
  changelog-layout: classic

Or override the site-wide default for a single changelog by adding layout to its overview page frontmatter:

---
layout: classic
---

The per-changelog override takes priority over the site-wide setting.

Fetched July 1, 2026