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.5.8
Released 3 years ago
Payload CMS v1.5.8 introduces improved error handling by providing more descriptive errors when collection or global slugs are not found. This update enhances developer experience with clearer error m...
Highlights:
- More descriptive error messages when collection or global slugs are not found
- Improved draft queries by excluding versions without parent documents
- Renamed beta releases to canary for consistency with modern JavaScript ecosystem practices
Tag: v1.5.7
Released 3 years ago
Payload CMS v1.5.7 fixes critical issues with the draft functionality, ensuring that queries with draft=true now properly include all draft content without excluding draft IDs or causing problems with...
Highlights:
- Fixed critical issue where queries with draft=true were incorrectly excluding some draft IDs
- Resolved inconsistencies in draft queries between published and non-published posts
- Improved draft query handling to exclude outdated versions
Tag: v1.5.6
Released 3 years ago
Payload CMS v1.5.6 fixes an important bug in the draft system where queries with draft=true weren't properly returning document IDs with drafts. This ensures that draft content is now correctly access...
Highlights:
- Fixed critical bug in the draft content system
- Ensures proper document ID returns when querying with draft=true
Tag: v1.5.5
Released 3 years ago
Payload CMS v1.5.5 brings important bug fixes and localization improvements This release focuses on fixing several critical bugs related to localization, relationship fields, and the rich text editor....
Highlights:
- Fixed critical bug where arrays and blocks weren't saving localized nested field data when reordering rows
- Added compatibility with Azure Cosmos DB and AWS DocumentDB
- Implemented ability to set non-default locales to null to use fallback values
- +2 more...
Tag: v1.5.4
Released 3 years ago
Payload CMS v1.5.4 introduces a new feature that allows the init function to accept a pre-built configuration object. This enhancement provides developers with more flexibility when initializing Paylo...
Highlights:
- Added support for passing pre-built configuration objects to the init function
- Enhanced flexibility in Payload initialization patterns
- Enables more dynamic configuration generation workflows
Tag: v1.5.3
Released 3 years ago
Payload CMS v1.5.3 fixes an annoying theme flicker issue in the code editor component. This small maintenance release improves the user experience by ensuring consistent theme rendering in the admin U...
Highlights:
- Fixed theme flickering issue in the code editor component
- Removed code editor theme from options to prevent inconsistent rendering
- Improved GraphQL type organization for globals
Tag: v1.5.2
Released 3 years ago
Payload CMS v1.5.2 is a minor bug fix release that addresses issues with the SWC compiler configuration. This update ensures that the admin UI and components directories are properly excluded from SWC...
Highlights:
- Fixed SWC compiler configuration to properly ignore admin UI and components directories
- Added sourcemaps for SWC register to improve debugging capabilities
Tag: v1.5.1
Released 3 years ago
Payload CMS v1.5.1 is a hotfix release that reverts the components directory back to TypeScript from JavaScript. This change ensures compatibility for users who rely on TypeScript imports from the com...
Highlights:
- Reverted components directory from JavaScript back to TypeScript
- Fixed TypeScript import issues for components
- Improved development experience for TypeScript users
Tag: v1.5.0
Released 3 years ago
Payload CMS v1.5.0 introduces a new JSON field type and significantly improves the code editor experience by switching to Monaco Editor (the same editor powering VS Code). This release also includes a...
Highlights:
- New JSON field type for storing and editing JSON data with validation
- Upgraded code editor using Monaco Editor (the editor that powers VS Code)
- Significant performance improvements by replacing Babel with SWC
- +2 more...
Tag: v1.4.2
Released 3 years ago
Payload CMS v1.4.2 brings important bug fixes for array fields, relationship fields, date fields, and select fields, along with new features including Ukrainian language support and improved preview f...
Highlights:
- Added complete Ukrainian language translation
- Preview functionality now exposes the most recent draft data for more accurate content previews
- Fixed critical bug with siblingData formatting for unnamed fields within array rows
- +3 more...
