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: v1.6.20
Released 3 years ago
Payload CMS v1.6.20 Release This release focuses on UI improvements, bug fixes, and developer experience enhancements. Key highlights include improved pagination UX, refreshable permissions in auth co...
Highlights:
- Improved pagination UX for better content navigation
- Added refreshable permissions in auth context
- Exposed useTheme hook for theme customization
- +2 more...
Tag: v1.6.19
Released 3 years ago
Payload CMS v1.6.19 fixes a critical bug that prevented nested fields from saving properly within link and upload rich text editor components. This patch ensures data integrity when using complex fiel...
Highlights:
- Fixed data persistence issue with nested fields in rich text editor link and upload components
- Improved reliability when saving complex field structures within rich text content
Tag: v1.6.18
Released 3 years ago
PayloadCMS v1.6.18: Table Column Improvements & Rich Text Bug Fixes This release focuses on fixing several UI issues related to table columns and rich text fields. Key improvements include proper rend...
Highlights:
- Fixed rendering of row fields as table columns (issue #2257)
- Resolved crashes when reordering blocks containing rich text fields (issue #2272)
- Improved table column preference synchronization
- +1 more...
Tag: v1.6.17
Released 3 years ago
Payload CMS v1.6.17 brings significant UI performance improvements for large schemas, adds min/max validation for relationship fields with hasMany, and fixes several critical bugs including hook chain...
Highlights:
- Significant UI performance improvements for schemas with thousands of fields
- Added min and max validation options for relationship fields with hasMany
- Fixed hook chaining to properly pass previous hook results to the next hook
- +2 more...
Tag: v1.6.16
Released 3 years ago
PayloadCMS v1.6.16 Release This release focuses on bug fixes and quality-of-life improvements for PayloadCMS. Key highlights include deep query support, drag-and-drop columns, Hungarian translations, ...
Highlights:
- Deep query support allowing queries on N number of levels deep
- Drag-and-drop columns for improved content organization
- Hungarian language translations added
- +3 more...
Tag: v1.6.15
Released 3 years ago
Payload CMS v1.6.15 fixes a critical MongoDB connection error that occurred when using the useFacet feature. This patch ensures stable database operations for applications using faceted queries....
Highlights:
- Fixed a critical Mongoose connection error that occurred when using the useFacet feature
- Added 'use client' directive to the withCondition component for better Next.js compatibility
- Improved stability for applications using faceted queries in MongoDB
Tag: v1.6.14
Released 3 years ago
PayloadCMS v1.6.14 brings numerous bug fixes and improvements to enhance user experience and developer workflow. This release addresses issues with file uploads, rich text editor functionality, TypeSc...
Highlights:
- Fixed authentication flow to prevent unverified users from logging in after password reset
- Made sizes property optional on file uploads
- Added support for custom TypeScript paths with generate:types command
- +3 more...
Tag: v1.6.13
Released 3 years ago
PayloadCMS v1.6.13 fixes a critical issue where createdAt and updatedAt timestamps were not being returned in update operations, and improves documentation accuracy for group fields. This maintenance ...
Highlights:
- Fixed issue where createdAt and updatedAt timestamps were missing from update operation responses
- Improved documentation accuracy for group fields
Tag: v1.6.12
Released 3 years ago
PayloadCMS v1.6.12 brings enhanced developer flexibility with new examples and admin customization This release focuses on improving developer experience by adding several new examples for authenticat...
Highlights:
- New authentication examples for both standard and GraphQL implementations
- Virtual fields implementation example added
- Separation of admin root component from DOM render logic for better customization
- +1 more...
Tag: v1.6.11
Released 3 years ago
Payload CMS v1.6.11 introduces a new preview example to help developers implement content previewing functionality, and fixes a critical bug related to upload file deletion. This release enhances deve...
Highlights:
- New preview example to demonstrate content preview implementation
- Fixed bug with existing upload deletion
- Improved TypeScript definitions for async configuration
