Changelog
What to document when Paragraph CMS changes affect content teams and delivery systems.
Jun 30, 2026
@paragraphcms
This release adds dedicated Hero metadata fields and AI generation support for them.
- Added
Hero Slug,Hero Caption, andHero Altfields. - Added AI generation for Hero metadata, making it faster to prepare hero content for publishing.
- Improved consistency between standard image metadata and hero image metadata workflows.
Jun 27, 2026
@paragraphcms
This release improves translation workflows across localized content.
- Added faster translation for language variants.
- Added faster retranslation of all language versions.
- Reduced manual effort when keeping localized versions of an article up to date.
Jun 25, 2026
@paragraphcms
This release improves editor safeguards and feature documentation.
- Added an additional protection layer for
Imageelements in the editor. - Added
/tableto the slash menu for faster table creation while editing. - Improved the feature pages so they describe product capabilities more accurately.
Jun 23, 2026
@paragraphcms
This release improves support for editing existing articles without requiring immediate application rebuilds.
- Updated replaced images to remain available for 30 days on the Free plan.
- Extended replaced image availability to 3 months on the Scale plan.
- Reduced the need to rebuild applications or pages immediately after swapping article images.
Jun 22, 2026
@paragraphcms
This release introduces major improvements to Media management and AI-powered content workflows.
- Enhanced Media image support, including a dedicated
altfield available alongside image captions. - Added the ability to automatically generate image alt tags using AI.
- Added support for replacing Media assets across multiple language variants of an article simultaneously.
- Introduced an AI-powered Prompt Library, allowing organizations to create, manage, and reuse prompt templates across teams and workflows.
@paragraphcms/client
- Updated the client library to align with the latest Media API changes, including support for the new image metadata structure and related Media management capabilities.
Jun 20, 2026
@paragraphcms
This release adds included Paragraph AI workflow usage to paid subscriptions.
- Paid plans now include $10 of AI workflow usage inside the application.
- The included credit currently applies to the Scale plan.
- Teams can start using AI workflows without configuring separate usage from day one.
Jun 16, 2026
@paragraphcms
This release adds an in-app Getting Started flow to help new users integrate Paragraph CMS more easily.
- Clearer first-run guidance for connecting Paragraph CMS to an application.
- A more practical path from workspace setup to a working integration.
- Less manual coordination between documentation, project setup, and the application UI.
- Added helper buttons in the application that show how to use the client library to fetch, update, and operate on specific data during integration.
Jun 15, 2026
@paragraphcms
This release improves Media support in Paragraph CMS, including unified handling for alt and caption.
- Better overall support for Media across Paragraph CMS.
- Unified the logic for
altandcaptionso media metadata behaves more consistently. - Simpler handling of image metadata during editorial and delivery workflows.
- Added a new
/featurespage with a detailed overview of the features available in the application.
@paragraphcms/client
This release improves Media API support in @paragraphcms/client and documents it in the new SDK README.
- Better support for Media API operations in the official client.
- Added clearer Media upload and update examples in
node_modules/@paragraphcms/client/README.md. - Easier integration of media metadata fields such as
altin application code.
Jun 12, 2026
@shadcn-registry
This release introduces the Paragraph CMS shadcn registry with four ready-made components from the public registry repository.
- Added
paragraphcms/shadcn-registryas the home for shadcn-style Paragraph CMS components. - Included four component patterns: Editorial Feed, Launch Journal, Engineering Notes, and Community Stories.
- Made it easier to copy composable editorial UI patterns into Paragraph CMS-backed applications.
@paragraphcms
This release adds AI generation of slugs and captions for Image elements in the editor.
- Faster content authoring for image-heavy entries with AI-generated metadata.
- More consistent metadata generation directly inside the editor.
- Less manual cleanup when preparing content for publishing.
Jun 9, 2026
@paragraphcms/status-page
This release introduces the new Paragraph CMS status page and makes its implementation available as open source.
- Added the public Paragraph CMS status page at status.paragraphcms.com.
- Published the status page source code at paragraphcms/status-page.
- Made it easier for teams to follow Paragraph CMS availability and inspect the status page implementation.
Jun 8, 2026
@paragraphcms
This release adds advanced example projects that show how to expand a working starter into a more complete localized setup.
- Locale-aware blog routing for
/blogand/blog/[slug]. - Automatic generation of
sitemap.xml,robots.txt,llms.txt, and RSS feeds. - Clear patterns for extending a starter project without reworking the core Paragraph CMS integration.
@paragraphcms/react-router-advanced
@paragraphcms/sveltekit-advanced
Jun 5, 2026
@paragraphcms
This release adds starter projects with a working Paragraph CMS blog setup and the framework integration already wired correctly.
- Working
/blogand/blog/[slug]routes out of the box. - Framework-specific setup configured for fetching and rendering Paragraph CMS content.
- A practical baseline for building and customizing blog pages without starting from scratch.
@paragraphcms/react-router-starter
@paragraphcms/sveltekit-starter
Jun 2, 2026
@paragraphcms/client
This release improves client.pages.list() for non-paginated responses by returning the result directly on data.
- No need to read page lists from
data.dataanymore. - When no explicit pagination is requested, the response is now shaped around
datainstead of an unnecessarydata.metawrapper. - Simpler handling for the common case of fetching page lists without pagination.
May 27, 2026
@paragraphcms/client
This release improves error handling support in the official SDK by making every public client method return a non-throwing { data, error } result.
- Support for consistent non-throwing request handling across the full SDK surface.
- Clearer separation between API failures and client-side runtime failures.
- Simpler route-level handling for
404,429, timeout, and abort cases. - New
Error Handlingdocumentation in Resources with recommended integration patterns.
May 25, 2026
@paragraphcms/seo
This release introduces a new SEO package for Paragraph CMS applications with built-in generation of common search and indexing resources.
- Support for
robots.txtgeneration out of the box via@paragraphcms/seo. - Automatic generation of
sitemap.xml. - Built-in
rss.xmlgeneration for content feeds. - Support for automatic
llms.txtgeneration.
March 19, 2026
@paragraphcms
Opened the Paragraph CMS beta.