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.31
Released 3 years ago
PayloadCMS v1.6.31 brings improved TypeScript type accuracy for required fields and fixes a critical bug where select fields with hasMany option were being mutated during PATCH operations. This releas...
Highlights:
- Improved TypeScript type accuracy for required fields
- Fixed bug where select fields with hasMany option were being mutated during PATCH operations
Tag: v1.6.30
Released 3 years ago
Payload CMS v1.6.30 fixes two important bugs: one preventing mutation of the original document in beforeChange field hooks and another correcting type definitions for the local API when using delete w...
Highlights:
- Fixed issue with originalDoc being mutated in beforeChange field hooks
- Corrected TypeScript type definitions for local API's delete operation with where conditions
Tag: v1.6.29
Released 3 years ago
PayloadCMS v1.6.29 fixes a critical type definition issue for local API operations. This patch ensures that the return types for update and delete operations in the local API are correctly defined, im...
Highlights:
- Fixed return type definitions for update and delete operations in the local API
- Exported formatListDrawerSlug utility function for broader use
Tag: v1.6.28
Released 3 years ago
Payload CMS v1.6.28 fixes a potential memory leak related to the probe-image-size dependency. This is a maintenance release that improves the stability of the system when handling image processing ope...
Highlights:
- Fixed a potential memory leak related to the probe-image-size dependency
- Improved system stability when processing images
- Enhanced memory management for image operations
Tag: v1.6.27
Released 3 years ago
Payload CMS v1.6.27 brings important UI fixes and typing improvements. This release addresses several visual issues in the admin interface, improves field visibility on small screens, fixes version re...
Highlights:
- Fixed select field visibility issues on small screens
- Improved TypeScript typing for updates with deep partial support
- Fixed version restoration functionality
- +1 more...
Tag: v1.6.25
Released 3 years ago
Payload CMS v1.6.25 fixes a bug with the upload field's "select existing file" functionality. This patch ensures that users can properly select and reuse existing files in the media library, improving...
Highlights:
- Fixed bug in upload field when selecting existing files
- Improved reliability of the media library integration
- Enhanced user experience for content editors working with media assets
Tag: v1.6.24
Released 3 years ago
Payload CMS v1.6.24 introduces bulk operations functionality, allowing users to perform actions on multiple collection entries simultaneously. This significant feature enhancement improves workflow ef...
Highlights:
- Introduction of bulk operations for collection entries
- Ability to perform actions on multiple items simultaneously
- Improved workflow efficiency for content management
Tag: v1.6.23
Released 3 years ago
PayloadCMS v1.6.23 brings important bug fixes and new features that enhance the developer and admin experience. This release addresses issues with file handling, relationship fields, localization, and...
Highlights:
- Fixed file deletion when overwriteExistingFiles is set to true
- Added support for base64 thumbnails
- Exposed defaultSort property for collection list views
- +4 more...
Tag: v1.6.22
Released 3 years ago
Payload CMS v1.6.22 is a minor maintenance release that adds missing French translations for the rich-text link editor and updates various dependencies. This release improves the internationalization ...
Highlights:
- Added missing French translations for the rich-text link editor
- Updated webpack and other dependencies to their latest versions
Tag: v1.6.21
Released 3 years ago
Payload CMS v1.6.21 fixes a critical bug where hidden fields were being incorrectly mutated during PATCH operations. This patch ensures data integrity by preventing unintended modifications to hidden ...
Highlights:
- Fixed critical bug preventing hidden fields from being mutated during PATCH operations
- Improved data integrity for applications using hidden fields
- Enhanced reliability of API operations involving partial updates
