Live demoPaste any public GitHub repo and ShipDiff will turn the latest commits into a real AI-generated changelog preview.

Skip the demo and connect GitHub
Interactive preview

Paste a repo. Get the wow moment.

Try ShipDiff on any public GitHub repository without signing in. We fetch the latest 20 commits, run them through the same AI changelog pipeline, and render the result in the same format as a real ShipDiff changelog.

Accepts full GitHub URLs or shorthand like owner/repo.

No sign-up required. Max 3 previews per hour per IP.

Source

Static sample repo

Entries

3

Last updated

May 2, 2026

Sample project

prismatic-ui

acme-labs/prismatic-uiBuilt with ShipDiff

Every shipped update, patch, and improvement in one public feed. Read the timeline, copy the link, and let your product updates keep marketing your product for you.

Repo owner

acme-labs

Output format

Features, fixes, improvements, breaking changes

Demo status

Ready to generate

You're looking at a sample changelog

Like what you see? Try it on your repo.

Generate a preview above or connect your GitHub account to turn real commits into this exact format automatically.

Try it on your repo →
v2.3.0May 2, 2026Latest

Spring 2026 Feature Release

Section

Features

  • Added <Combobox> component with full keyboard navigation and ARIA 1.2 compliance, supporting async search, multi-select, and custom rendering.
  • Added a new useTheme hook for programmatic light and dark switching with system-preference detection and local storage persistence.
  • Introduced dark mode variants for all form components, including <Input>, <Select>, <Checkbox>, and <RadioGroup>.
  • Added a <Timeline> component for activity feeds and event logs with icons, timestamps, and grouped date separators.

Section

Fixes

  • Fixed a Safari 17 modal focus issue where the focus trap could escape when custom overlays and sticky headers were used together.
  • Resolved a React 19 hydration mismatch in <Tooltip> by deferring tooltip content until the component mounts.
  • Patched a <DataTable> crash when rows is undefined on the initial render so it now falls back to an empty state.

Section

Improvements

  • Reduced bundle size by 23% by tree-shaking unused icon imports from the prismatic-ui/icons subpath.
  • Switched internal color calculations from hex to oklch, improving theme token resolution speed and color consistency.
v2.2.1April 18, 2026

Stability Patch

Section

Fixes

  • Fixed incorrect aria-expanded values on <Accordion> after programmatic toggles when the component is controlled externally.
  • Resolved a race condition in <DatePicker> where rapid keyboard navigation could leave the popover open after blur.
  • Corrected TypeScript overloads on <Select onChange> so value types narrow correctly for both single-select and multi-select usage.
v2.2.0April 3, 2026

April Refresh

Section

Features

  • Added a new <Flex> component with gap, align, justify, and wrap props for faster layout composition.
  • Added a copyToClipboard utility and <CopyButton> component with a fallback for environments that block async clipboard access.

Section

Improvements

  • Upgraded Radix UI peer dependencies to v2.x to remove deprecation warnings and unlock the new onInteractOutside API.
  • Improved TypeScript generics inference in <Select> and <Combobox> so generic parameters flow from the options array type.
  • Migrated Storybook to v8 with Vite-based fast refresh, making story reloads effectively instant.