Payload CMS Releases Archive
Explore all 515 releases of Payload CMS. View release notes, changelogs, and version history. Payload CMS is a modern, self-hosted headless content management system built with TypeScript, Node.js, and MongoDB. It's designed specifically for developers who want full control over their content management system while maintaining a powerful admin interface for content editors.
Payload CMSPayload CMS is a modern, self-hosted headless content management system built with TypeScript, Node.js, and MongoDB. It's designed specifically for developers who want full control over their content management system while maintaining a powerful admin interface for content editors.
Tag: v3.0.2
Released 1 year ago
Payload CMS v3.0.2 is a maintenance release focused on bug fixes across multiple areas of the platform. It addresses critical issues with relationships, PostgreSQL support, autosave functionality, UI ...
Highlights:
- Fixed self-referencing relationships when dynamically adding collections to config
- Resolved PostgreSQL document ID type handling issues affecting related features
- Fixed autosave document rendering in drawers to prevent multiple draft creation
- +3 more...
Tag: v3.0.1
Released 1 year ago
PayloadCMS v3.0.1: Performance Boost & Bug Fixes This patch release for PayloadCMS v3.0 delivers a significant performance improvement by reducing HTML payload sizes by up to 4x, making the admin pane...
Highlights:
- HTML payload size reduced by up to 4x, significantly improving admin panel performance
- Fixed issue with saving selections from upload has-many drawer
- Added ability to set custom admin path routes from configuration
- +2 more...
Tag: v3.0.0
Released 1 year ago
Payload CMS 3.0: Next.js App Router Integration & Major Architecture Overhaul Payload CMS 3.0 represents a complete architectural transformation from an Express + React Router SPA to a Next.js App Rou...
Highlights:
- Complete re-architecture from Express + React Router SPA to Next.js App Router + React Server Components
- Serverless deployment support on platforms like Vercel
- New Join field for bi-directional relationships and better database schema control
- +7 more...
3.0.0-beta.135
Pre-releaseTag: v3.0.0-beta.135
Released 1 year ago
Payload CMS v3.0.0-beta.135 introduces significant enhancements including MDX support for the Lexical rich text editor, a brand new logo, and important performance optimizations. This release includes...
Highlights:
- New Payload logo introduced across the platform
- MDX support added to the Lexical rich text editor with bi-directional import/export
- Performance optimization by removing unnecessary field styles from initial page response
- +2 more...
3.0.0-beta.134
Pre-releaseTag: v3.0.0-beta.134
Released 1 year ago
Payload CMS v3.0.0-beta.134: Performance Boost for Rich Text Editor & Breaking Changes This release significantly improves the Lexical rich text editor performance by reducing network requests and eli...
Highlights:
- Significant performance improvements for Lexical rich text editor with reduced network requests and no more loading states
- Custom block rendering in rich text editor allowing for better previews and UI
- Support for using objects directly in relationship fields instead of just IDs
- +2 more...
3.0.0-beta.133
Pre-releaseTag: v3.0.0-beta.133
Released 1 year ago
PayloadCMS v3.0.0-beta.133 Release What's new: This beta release introduces programmatic generation of lockfiles and postgres migrations, making database schema management more efficient. It also fixe...
Highlights:
- Programmatic generation of lockfiles and postgres migrations
- Fixed bug with custom ID field identification in nested structures
- Improved field naming flexibility within groups and tabs
3.0.0-beta.132
Pre-releaseTag: v3.0.0-beta.132
Released 1 year ago
PayloadCMS v3.0.0-beta.132 fixes two critical bugs: proper migration generation for the with-vercel-website template and resolves a beta.131 issue where Lexical fields within blocks were incorrectly r...
Highlights:
- Fixed migration generation for the with-vercel-website template
- Resolved a bug from beta.131 that incorrectly rendered Lexical fields as read-only when used within blocks
3.0.0-beta.131
Pre-releaseTag: v3.0.0-beta.131
Released 1 year ago
Payload CMS v3.0.0-beta.131: Major MongoDB Upgrade & Performance Improvements This release brings significant updates to Payload CMS, most notably upgrading MongoDB support to Mongoose 8.8.1, which re...
Highlights:
- Upgraded MongoDB support to Mongoose 8.8.1 with required migration path
- Improved performance by optimizing React Server Component requests
- Enhanced type safety for collection and global slugs
- +3 more...
3.0.0-beta.130
Pre-releaseTag: v3.0.0-beta.130
Released 1 year ago
PayloadCMS v3.0.0-beta.130 brings significant improvements to the developer experience with new features like customizable log levels, base list view filters, and improved localization handling. This ...
Highlights:
- Customizable log levels to reduce noise in error logs
- Base list view filters for improved multi-tenant support
- Enhanced localization fallback behavior
- +2 more...
3.0.0-beta.129
Pre-releaseTag: v3.0.0-beta.129
Released 1 year ago
PayloadCMS v3.0.0-beta.129 Release This release fixes a critical bug in the rich text editor where inline blocks were not rendering any fields due to an incorrect schema path suffix. The fix ensures t...
Highlights:
- Fixed critical bug in Lexical rich text editor where inline blocks drawer wasn't rendering fields
- Improved test stability for uploads functionality
