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.15.0
Released 4 years ago
Payload CMS v0.15.0 introduces a powerful new versioning system with drafts and autosave functionality. This major update allows content creators to work with draft content, compare versions, and rest...
Highlights:
- New versioning system with drafts and autosave functionality
- Enhanced rich text editor with indentation controls and improved upload handling
- Better relationship field performance and pagination
- +2 more...
Tag: v0.14.0
Released 4 years ago
Payload CMS v0.14.0 introduces significant UI customization capabilities with new custom routes API and component injection patterns for Dashboard and Nav elements. This release also exports several c...
Highlights:
- New custom routes API for extending the admin UI
- Before/After component injection pattern for Dashboard and Nav customization
- Core components exported for reuse (Dashboard, Nav, custom inputs)
- +2 more...
Tag: v0.13.6
Released 4 years ago
Payload CMS v0.13.6 fixes a critical bug in form components where the required path was missing in select, text, textarea, and upload components. This patch ensures form validation works correctly for...
Highlights:
- Fixed bug where required path was missing in select, text, textarea, and upload components
- Improved form validation reliability for key field types
- Enhanced user experience with more consistent required field validation
Tag: v0.13.5
Released 4 years ago
Payload CMS v0.13.5 fixes a bug in the select component's rendered value display. This is a minor patch release that ensures select fields properly render their selected values in the admin UI....
Highlights:
- Fixed an issue with select component value rendering
- Improved reliability of the admin UI for forms with select fields
Tag: v0.13.4
Released 4 years ago
Payload CMS v0.13.4 - Form Component Abstraction & Bug Fixes This release focuses on abstracting core form components (text inputs, textareas, selects, and uploads) to improve reusability and maintain...
Highlights:
- Abstraction of core form components (text, textarea, select, upload) for better reusability
- Improved TypeScript support with better event typing
- Fixed issues with uncontrolled text field components
- +1 more...
Tag: v0.13.3
Released 4 years ago
Payload CMS v0.13.3 fixes an important compatibility issue for Apple M1 users by upgrading the Sharp image processing library to use prebuilt binaries for M1 architecture. This eliminates installation...
Highlights:
- Upgraded Sharp image processing library to use prebuilt M1 binaries
- Improved installation experience for Apple Silicon users
- Fixed compatibility issues on M1 architecture
Tag: v0.13.2
Released 4 years ago
Payload CMS v0.13.2 is a minor bug fix release that addresses issue #373, which was causing problems with the admin panel's rich text editor when working with links. This update ensures a smoother edi...
Highlights:
- Fixed issue #373 related to the rich text editor's link handling
- Improved stability of the admin panel's rich text editing experience
Tag: v0.13.1
Released 4 years ago
Payload CMS v0.13.1 is a minor release that fixes a critical sorting issue and improves search functionality. The update ensures proper sorting by MongoDB's _id field instead of an incorrect id proper...
Highlights:
- Fixed critical sorting issue to ensure proper sorting by MongoDB's _id field
- Improved URL cleanliness by only adding search query parameters when values are present
Tag: v0.13.0
Released 4 years ago
Payload CMS v0.13.0 introduces TypeScript type generation, relationship filtering, improved querying capabilities, and custom field onChange handlers. This release significantly enhances developer exp...
Highlights:
- TypeScript type generation for collections, fields, and operations
- Relationship filtering for better content querying
- Custom onChange handlers for text, select, and upload fields
- +3 more...
Tag: v0.12.3
Released 4 years ago
PayloadCMS v0.12.3 is a minor bug fix release that addresses UI issues in the admin interface. It fixes relationship options appearing twice in the admin UI and improves tooltip positioning in email f...
Highlights:
- Fixed duplicate relationship options in the admin UI (issue #348)
- Improved tooltip positioning for email fields
