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: v0.17.2
Released 4 years ago
PayloadCMS v0.17.2 is a maintenance release that addresses several critical bugs affecting GraphQL queries, version control functionality, and form validation. This release improves stability for deve...
Highlights:
- Fixed GraphQL queries with where conditions on hasMany relationships
- Improved error handling for draft settings in version control
- Fixed validation for required select fields
- +1 more...
Tag: v0.17.1
Released 4 years ago
Payload CMS v0.17.1 is a minor bug fix release that addresses an issue with schema localization. The update ensures that schema localization only occurs when both field-level and top-level localizatio...
Highlights:
- Fixed a bug where schema was being localized incorrectly
- Improved localization logic to require both field and top-level configuration
Tag: v0.17.0
Released 4 years ago
PayloadCMS v0.17.0 - Now Free and Open Source Under MIT License! This release marks a significant milestone for PayloadCMS as it transitions to a fully free and open-source project under the MIT licen...
Highlights:
- PayloadCMS is now free and open-source under the MIT license
- Exported useDocumentInfo hook for use in custom components
- Fixed field conditions not being applied to custom components
- +1 more...
Tag: v0.16.4
Released 4 years ago
Payload CMS v0.16.4 is a maintenance release that fixes two important bugs: one related to image resizing functionality and another addressing console errors when using fields within groups. This rele...
Highlights:
- Fixed console errors that occurred when using fields within groups
- Resolved an issue with image resizing when the resized image equals the upload size
Tag: v0.16.3
Released 4 years ago
Payload CMS v0.16.3 fixes a rare bug related to merging locale data. This is a minor patch release that ensures more reliable handling of localized content....
Highlights:
- Fixed a rare bug that could occur when merging locale data
Tag: v0.16.2
Released 4 years ago
PayloadCMS v0.16.2 brings significant performance optimizations to field operations, enhances hook capabilities, and fixes checkbox default value issues. This maintenance release focuses on improving ...
Highlights:
- Significant performance optimizations for field operations (beforeChange, beforeValidate, afterChange, afterRead)
- Enhanced afterRead hooks with the ability to distinguish between find and findByID operations
- Fixed checkbox defaultValues and improved type safety
- +1 more...
Tag: v0.16.1
Released 4 years ago
Payload CMS v0.16.1 is a minor release that exposes the payload instance within server-side validation arguments, allowing for more powerful validation logic. This update enables developers to access ...
Highlights:
- Payload instance now available in server-side validation arguments
- Enhanced validation capabilities through access to the full payload API
- Documentation links updated
Tag: v0.16.0
Released 4 years ago
PayloadCMS v0.16.0: Enhanced Field Controls & File Upload Improvements What's new: PayloadCMS now supports async functions for field default values, allows subfield readOnly properties to override par...
Highlights:
- Support for async functions in field default values
- Subfield readOnly properties can now override parent readOnly settings
- Improved file upload handling with automatic MIME type detection
- +1 more...
Tag: v0.15.13
Released 4 years ago
Payload CMS v0.15.13 focuses on fixing issues with form state management, particularly ensuring that adding array/block rows properly updates the form's modified state. This release improves the relia...
Highlights:
- Fixed issue where adding array/block rows didn't properly modify form state
- Improved form state tracking for array fields
Tag: v0.15.11
Released 4 years ago
Payload CMS v0.15.11 fixes a critical typing issue in the access control system. This patch ensures proper TypeScript typing for access control functions, improving type safety and developer experienc...
Highlights:
- Fixed TypeScript typing issues in the access control system
- Improved type safety for permission-related functionality
- Small but important maintenance update for TypeScript users
