Renders a collapsible/expandable changelog section for product releases, displaying a titled list of `ChangelogEntry` items with optional progressive disclosure and rich markdown support. ## Key Components **`ReleaseChangelogSection`** — Primary export. Accepts a `title`, array of `ChangelogEntry` items, and several display-mode flags: | Prop | Type | Description | |---|---|---| | `collapsible` | `boolean` | Toggle section open/closed via title row button | | `defaultCollapsed` | `boolean` | Initial collapsed state (default: `true`) | | `previewFirst` | `boolean` | Shows first entry in full, fades remaining entries behind a "Show N more" toggle | | `isBreaking` | `boolean` | Renders title in error color for breaking changes | | `icon` | `ReactNode` | Lucide icon rendered inline before the title | | `MarkdownRenderer` | `ComponentType` | Defaults to `RichMarkdownRenderer`; swap for custom implementations | | `hideTitle` | `boolean` | Suppresses the title row entirely | > **Note:** When both `collapsible` and `previewFirst` are passed, `collapsible` takes precedence. **`ChangelogEntryList`** *(internal)* — Renders a `