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.10
Released 3 years ago
Payload CMS v1.6.10 brings several quality-of-life improvements including async plugins support, better relationship field controls, additional exported errors, and fixes for various bugs related to v...
Highlights:
- Added support for async plugins, allowing for more flexible configuration
- Improved relationship fields with ability to control 'Add New' button visibility
- Fixed globals not saving drafts unless published first
- +2 more...
Tag: v1.6.9
Released 3 years ago
Payload CMS v1.6.9 brings important fixes to version control queries and French translations, along with a new feature that allows customization of the admin bundle folder path in production environme...
Highlights:
- Customizable admin bundle folder path for production environments
- Fixed query constraint in the ensureMaxVersions function
- Corrected French translation of 'or' to 'ou'
Tag: v1.6.7
Released 3 years ago
Payload CMS v1.6.7 fixes a critical bug with document drawers where the initial state was not properly set when opened. This ensures that document drawers now correctly maintain their state, improving...
Highlights:
- Fixed document drawer state not being properly set when opened
- Improved reliability of the admin UI drawer functionality
- Small but important maintenance release focusing on UI stability
Tag: v1.6.6
Released 3 years ago
Payload CMS v1.6.6 Release This release fixes two important bugs: an infinite loop issue when populating rich text fields using dataloader and a problem with date fields in localized content. The upda...
Highlights:
- Fixed infinite loop issue when populating rich text relationships with dataloader
- Enabled proper functioning of date fields with localized content
- Added documentation for TypeScript configuration with path aliases
Tag: v1.6.5
Released 3 years ago
Payload CMS v1.6.5 brings important accessibility improvements, fixes media handling issues, and enhances document drawers functionality. This release focuses on keyboard navigation, proper media dele...
Highlights:
- Improved keyboard accessibility for form elements
- Automatic deletion of old media files when replaced with new uploads
- Document drawers now work from read-only fields
- +1 more...
Tag: v1.6.4
Released 3 years ago
Payload CMS v1.6.4 introduces support for large file uploads and fixes localization issues This release significantly improves file upload capabilities by adding support for the express-fileupload mid...
Highlights:
- Support for express-fileupload middleware's useTempFiles and tempFileDir options
- Improved handling of large file uploads through temporary file processing
- Fixed bug where localized values were being hoisted even when localization was disabled
- +1 more...
Tag: v1.6.3
Released 3 years ago
Payload CMS v1.6.3 fixes an important issue with GraphQL schema generation, ensuring that the schema is properly awaited before continuing execution. This small but critical fix prevents potential rac...
Highlights:
- Fixed a critical bug where GraphQL schema generation was not properly awaited
- Added cross-env to GraphQL schema generation example in documentation
- Improved CI/CD reliability by enhancing GraphQL schema generation in GitHub Actions
Tag: v1.6.2
Released 3 years ago
Payload CMS v1.6.2 introduces optional passwords for auth-enabled collections and updates documentation for asynchronous initialization. This minor release enhances flexibility for authentication conf...
Highlights:
- Added support for optional passwords in auth-enabled collections
- Updated documentation to reflect asynchronous initialization process
- Simplified changelog format for better readability
Tag: v1.6.1
Released 3 years ago
Payload CMS v1.6.1 brings significant improvements to TypeScript support, local API, and versions management. The update requires TypeScript configuration changes, makes payload.init asynchronous, and...
Highlights:
- TypeScript is now required for Payload configuration
- Local API now automatically infers types without generics
- New BlocksDrawer component for improved content editing experience
- +3 more...
Tag: v1.5.9
Released 3 years ago
Payload CMS v1.5.9 fixes critical bugs in the admin UI related to mimeTypes and imageSizes configurations that were causing errors. This is a minor patch release that improves stability for users work...
Highlights:
- Fixed critical bugs (#1877, #1867) that caused errors in the admin UI when using mimeTypes and imageSizes configurations
- Improved stability for media handling in the admin interface
