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.6.3
Released 5 years ago
PayloadCMS v0.6.3 is a maintenance release that addresses three important bugs related to field labeling, schema validation, and rich text handling. This release improves the stability and reliability...
Highlights:
- Fixed array and block field labels to properly use singular and plural forms
- Aligned admin field properties in Joi schema with TypeScript types for better type safety
- Added safer parsing for stringified rich text JSON data
Tag: v0.6.2
Released 5 years ago
Payload CMS v0.6.2 Release What's new: The relationship field now dynamically reacts to changes in the relationTo property, allowing for more flexible and responsive relationship configurations. Why i...
Highlights:
- Relationship fields now react dynamically to changes in the relationTo property
- Improved developer experience with more responsive relationship configurations
- Small but impactful update focused on relationship field functionality
Tag: v0.6.1
Released 5 years ago
Payload CMS v0.6.1 Release What's new: This release enables rich text relationships by default and fixes critical GraphQL localization bugs. Why it matters: Rich text relationships are now enabled out...
Highlights:
- Rich text relationships enabled by default
- Fixed GraphQL localization bugs with relationships
- Improved code organization by removing duplicative columns
Tag: v0.6.0
Released 5 years ago
Payload CMS v0.6.0: Auto-labeling fields and improved relationship handling This release introduces automatic field labeling, eliminating the need to manually specify labels for fields, blocks, and gl...
Highlights:
- Automatic field labeling when labels are omitted
- Dynamic population of rich text relationships with configurable depth
- Improved uniqueness error handling
- +2 more...
Tag: v0.5.10
Released 5 years ago
Payload CMS v0.5.10 fixes an authentication issue in GraphQL resolvers where the collectionSlug was not being properly passed through the me authentication process. This ensures proper authentication ...
Highlights:
- Fixed authentication issue in GraphQL me resolver
- Improved security by ensuring proper collection context during authentication
Tag: v0.5.9
Released 5 years ago
Payload CMS v0.5.9 is a minor maintenance release that updates the config provider dependency. This release contains no new features or bug fixes, focusing solely on dependency management to ensure th...
Highlights:
- Updated config provider dependency to latest version
Tag: v0.5.8
Released 5 years ago
Payload CMS v0.5.8 fixes an issue with GraphQL import syntax. This is a minor bug fix release that ensures proper GraphQL functionality within the CMS....
Highlights:
- Fixed GraphQL import syntax issue
- Improved stability for GraphQL functionality
Tag: v0.5.7
Released 5 years ago
Payload CMS v0.5.7 Release This release focuses on improving form handling, user experience, and fixing several bugs. Key improvements include remembering conditional field values, auto-verification o...
Highlights:
- Auto-verification of first registered user for easier onboarding
- Conditional fields now remember values after removing and re-adding them
- Optimized document saving with reduced component re-mounting
- +2 more...
Tag: v0.5.5
Released 5 years ago
Payload CMS v0.5.5 introduces support for soft breaks in rich text editing, allowing content creators to add line breaks without creating new paragraphs by pressing Shift+Enter. This small but meaning...
Highlights:
- Added support for soft breaks in rich text editor
- Content creators can now use Shift+Enter to create line breaks without creating new paragraphs
Tag: v0.5.4
Released 5 years ago
PayloadCMS v0.5.4 is a minor release that focuses on bug fixes for array and block field types and resolves issues with unique indices in MongoDB. This release improves data integrity and user experie...
Highlights:
- Fixed bug with array and block fields not properly resetting row count on initial state changes
- Resolved issues with unique indices in MongoDB
- Improved issue templates for better project maintenance
