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.10.2
Released 2 years ago
PayloadCMS v1.10.2 is a maintenance release that addresses several critical bugs affecting exports, autosave functionality for localized fields, media document updates, bulk operations, and TypeScript...
Highlights:
- Fixed broken export of entityToJSONSchema function
- Improved autosave functionality for localized fields
- Added safer handling of tempFilePath when updating media documents
- +2 more...
Tag: v1.10.1
Released 2 years ago
Payload CMS v1.10.1 is a maintenance release that addresses several important UI and performance bugs. This update fixes issues with conditional fields performance, relationship field tooltips being c...
Highlights:
- Fixed performance issues with conditional fields
- Resolved UI bug with cutoff tooltips in relationship fields
- Fixed relationship fields with hasMany and filterOptions when dealing with more than 10 items
- +1 more...
Tag: v1.10.0
Released 2 years ago
Payload CMS v1.10.0: Performance Optimizations and Field Enhancements This release brings significant performance improvements to conditional logic and database queries, introduces hasMany support for...
Highlights:
- Added hasMany support for number fields, allowing multiple number values to be selected
- Optimized conditional logic performance for faster field rendering
- Improved database query performance, especially for 'like' queries with large datasets
- +3 more...
Tag: v1.9.5
Released 2 years ago
Payload CMS v1.9.5 is a minor maintenance release that fixes an issue with ObjectID handling within the system. This update ensures that ObjectIDs work properly throughout the CMS, improving reliabili...
Highlights:
- Fixed ObjectID handling to ensure proper functionality throughout the system
- Improved compatibility with MongoDB document references
Tag: v1.9.4
Released 2 years ago
Payload CMS v1.9.4 fixes a critical pagination bug This patch release fixes an important bug where totalDocs was incorrectly returned as 1 when using pagination: false in query operations. Now, the co...
Highlights:
- Fixed critical bug where totalDocs was always returned as 1 when using pagination: false
- Ensures accurate document counting in non-paginated queries
- Improves reliability of applications that depend on document counts
Tag: v1.9.3
Released 2 years ago
Payload CMS v1.9.3 is a maintenance release that fixes two important bugs: one related to custom UI field validation and another addressing relation queries with ObjectIDs. This release ensures better...
Highlights:
- Fixed validation for custom properties in UI fields
- Fixed querying capabilities for relations using ObjectIDs
- Internal code improvements and test folder cleanup
Tag: v1.9.2
Released 2 years ago
Payload CMS v1.9.2 brings important bug fixes for user management, internationalization, and UI improvements. This maintenance release addresses issues with user creation, password reset security, i18...
Highlights:
- Fixed security vulnerability in password reset functionality
- Added ability to create users without specifying an email address
- Fixed internationalization issues with UI field labels
- +2 more...
Tag: v1.9.1
Released 2 years ago
Payload CMS v1.9.1 Release This minor release introduces two key features to Payload CMS: customizable upload filenames and collection list view extension points. The update allows developers to contr...
Highlights:
- Customizable filenames for uploaded files
- New extension points for collection list views
- Internal improvements to array and block row handling
Tag: v1.9.0
Released 2 years ago
Payload CMS v1.9.0 introduces custom type interfaces What's new: This release adds the ability to create and reuse custom type interfaces across your Payload CMS project, allowing for more modular and...
Highlights:
- Introduction of custom type interfaces for fields
- Ability to hoist and reuse type interfaces across collections and globals
- Improved documentation organization for TypeScript and GraphQL
- +1 more...
Tag: v1.8.6
Released 2 years ago
Payload CMS v1.8.6 brings important bug fixes for relationship fields, bulk operations, global collections, and field typing. This maintenance release addresses several critical issues affecting data ...
Highlights:
- Fixed relationship field querying to properly handle all collections
- Resolved bulk operations issues with localized content
- Improved handling of relationships in global collection updates
- +2 more...
