Changelog
What to document when Paragraph CMS changes affect content teams and delivery systems.
Aug 21, 2026
@paragraphcms
This release makes page classification and AI-assisted metadata completion faster.
- Added AI category selection based on the categories available in the page's Collection, both from the Categories field and through Generate all empty fields.
- Updated Generate all empty fields to run eligible AI requests in parallel instead of one at a time.
- Kept page categories in sync when language variants are translated or retranslated, and refined the Page workspace header actions for a quieter, consistent icon treatment.
- Updated AI Chat so Markdown code fences, tables, task lists, nested lists, and inline formatting become native editor content and remain intact in later AI edits and translations.
Aug 17, 2026
@paragraphcms
This release improves recovery workflows and integration capabilities.
- Improved page restoration to reconnect referenced Media, preserving reusable assets when a page is brought back from Trash.
- Extended the v1 API with category operations and AI-powered metadata-generation endpoints.
Aug 10, 2026
@paragraphcms
This release improves content organization and day-to-day page management.
- Added categories to Collections and Pages, making it easier to organize related content and filter pages in the Pages workspace.
- Added richer filtering in Pages, so teams can narrow content using the properties most relevant to their workflow without leaving the list.
- Moved collection creation and management into Pages, allowing content teams to add, update, and remove Collections where they work.
Jul 29, 2026
@paragraphcms
This release strengthens Media workflows with faster handling of reusable assets.
- Reworked Media around reusable assets with per-page usage tracking and independent slug, alt, and caption metadata for content and Hero images.
- Added a managed lifecycle for unused Media, including delayed cleanup so replaced assets remain available while applications catch up.
- Improved Media handling for faster, more responsive asset workflows.
Jul 21, 2026
@paragraphcms
This release improves page metadata and AI-assisted authoring.
- Added AI generation for page slugs, labels, and image alt text, with richer context when generating image slugs and captions.
- Expanded Hero image support with dedicated SEO metadata, AI assistance, activity history, and translation support.
- Ensured active pages use unique slugs, automatically resolving collisions when pages are created or updated.
Jul 10, 2026
@paragraphcms
This release expands API coverage and organization controls.
- Expanded the v1 API with Hero metadata, page-content generation, and AI endpoints for page and image metadata.
- Added an Enterprise plan with configurable organization member limits.
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
@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
SEO helpers
This release introduced helpers for generating common search and indexing resources.
robots.txtgeneration.sitemap.xmlgeneration.rss.xmlgeneration for content feeds.llms.txtgeneration.
March 19, 2026
@paragraphcms
Opened the Paragraph CMS beta.