> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## Changelog timeline redesign

navigation, search

Changelog pages now render as a compact, date-grouped timeline of entry cards by default, instead of stacking full-height entries inline.

A search bar at the top lets readers find entries across the entire changelog by keyword. The query syncs to the `?q=` URL parameter, so filtered views are shareable.

Read the docs

## Per-entry changelog tags

navigation, components

Changelog entries with multiple releases under separate headings can tag each heading independently using the `<ChangelogTags>` component:

```mdx
## New dashboard analytics
<ChangelogTags>analytics, dashboard</ChangelogTags>
```

Tags on individual entry pages are clickable and link back to the timeline with that tag pre-selected as a filter.

Read the docs