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.10.5
Released 4 years ago
PayloadCMS v0.10.5 Release This release introduces a significant enhancement to the rich text editor with the ability to upload and embed media directly within the editor. It also addresses several cr...
Highlights:
- New rich text editor upload functionality allows embedding media directly in content
- Upload Gallery component for managing media within the rich text editor
- Fixed pagination performance with optimized estimatedCount queries
- +2 more...
Tag: v0.10.4
Released 4 years ago
Payload CMS v0.10.4 brings performance improvements for large documents, better handling of empty group fields, and fixes for array objects and image resizing. This release focuses on enhancing develo...
Highlights:
- Performance improvements for saving large documents
- Exposed Pill component for custom UI development
- Empty group fields now default to empty objects
- +2 more...
Tag: v0.10.0
Released 4 years ago
Payload CMS v0.10.0 introduces two major features: a new Point field type for storing geographic coordinates and custom ID support for collections. This release also includes several bug fixes related...
Highlights:
- New Point field type for storing geographic coordinates with full GraphQL support
- Custom ID support for collections, allowing text or number IDs instead of MongoDB ObjectIDs
- Improved hooks and transform execution order for more predictable behavior
- +1 more...
Tag: v0.9.5
Released 4 years ago
PayloadCMS v0.9.5 is a maintenance release that fixes critical path handling issues for Windows users and resolves an obscure conditional logic bug. This release improves cross-platform compatibility ...
Highlights:
- Fixed Windows compatibility issues with absolute paths for static directories
- Resolved an obscure conditional logic bug affecting field behavior
- Improved documentation accuracy
Tag: v0.9.4
Released 4 years ago
Payload CMS v0.9.4 is a minor release that primarily addresses documentation improvements by fixing typos. This maintenance update ensures better readability and accuracy of the documentation but does...
Highlights:
- Documentation improvements through typo fixes
- Maintenance release focused on documentation quality
Tag: v0.9.3
Released 4 years ago
Payload CMS v0.9.3 fixes a critical bug where arguments were incorrectly marked as optional in collection and global hooks. This ensures proper type checking and prevents potential runtime errors when...
Highlights:
- Fixed TypeScript type definitions for collection and global hooks to properly require arguments
- Improved developer experience with better type safety
Tag: v0.9.2
Released 4 years ago
Payload CMS v0.9.2 brings important improvements to file uploads, including aspect ratio preservation during resizing, auto-sized uploads exposure, and the ability to completely disable local file sto...
Highlights:
- Added ability to maintain aspect ratio when resizing uploaded images
- Exposed auto-sized uploads on the payload request object
- Added option to completely disable local file storage
- +2 more...
Tag: v0.9.1
Released 4 years ago
PayloadCMS v0.9.1 is a minor release that fixes critical issues with group field conditions and relationship field access control, while also exposing collection after read hook types for developers. ...
Highlights:
- Fixed issue with group fields being incorrectly required when their conditions fail
- Fixed relationship field access control in the admin UI
- Added TypeScript type for collection after read hooks
Tag: v0.9.0
Released 4 years ago
Payload CMS v0.9.0 removes the sanitization of configurations before plugins are instantiated, giving plugin developers more flexibility and control. This change allows plugins to modify any part of t...
Highlights:
- Configuration sanitization now happens after plugins are instantiated
- Plugin developers have more control over the configuration process
- Enables more powerful plugin capabilities by allowing access to unsanitized configurations
Tag: v0.8.2
Released 4 years ago
Payload CMS v0.8.2 introduces error type exports for better error handling and fixes edge cases in conditional logic. This minor release improves developer experience with better error management capa...
Highlights:
- Error types are now exported for better developer error handling
- Fixed edge cases in advanced conditional logic
- Improved reliability for complex form conditions
