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.0.12
Released 3 years ago
Payload CMS v1.0.12 brings important bug fixes for UI and database functionality. This release addresses mobile UI issues with tabs overflow and fixes unique index creation for MongoDB 5+. These impro...
Highlights:
- Fixed tab overflow on mobile devices for better usability
- Resolved unique index creation issues for MongoDB 5 and later
- Added Windows compatibility for E2E testing
- +1 more...
Tag: v1.0.11
Released 3 years ago
Payload CMS v1.0.11 is a maintenance release that fixes a critical issue with field value updates when initial values change. This release also includes significant improvements to the end-to-end test...
Highlights:
- Fixed a bug where field values weren't updating when initial values changed
- Significantly improved end-to-end testing infrastructure
- Consolidated e2e testing scripts for better developer experience
Tag: v1.0.10
Released 3 years ago
Payload CMS v1.0.10 brings significant performance improvements through the implementation of the dataloader pattern for batching populations and optimizing complex GraphQL queries. This release also ...
Highlights:
- Significant performance improvements using the dataloader pattern for batching populations
- Optimized complex GraphQL query performance
- Fixed partial word matching with the 'like' operator
- +2 more...
Tag: v1.0.9
Released 3 years ago
PayloadCMS v1.0.9 brings important authentication enhancements, allowing for more flexible custom auth strategies with better naming and payload access. This release also fixes several bugs related to...
Highlights:
- Enhanced custom authentication strategy support with access to payload instance
- Improved JWT token handling for systems with disabled local strategy
- Added ability to create database indexes directly from schema
- +2 more...
Tag: v1.0.8
Released 3 years ago
PayloadCMS v1.0.8 brings important improvements to TypeScript types, field hooks, and exports. This release removes unnecessary optional properties from generated types, fixes recursive field hook exe...
Highlights:
- Improved TypeScript types with removal of unnecessary optional properties
- Fixed recursive field hook execution for better reliability
- Exported PayloadRequest type for developer use
- +1 more...
Tag: v1.0.7
Released 3 years ago
Payload CMS v1.0.7 is a minor release focused on documentation improvements and visual adjustments. It updates demo links, adds examples to the test directory, removes references to demo configuration...
Highlights:
- Updated documentation with corrected demo links
- Added new examples to the test directory
- Removed outdated references to demo configurations
- +1 more...
Tag: v1.0.6
Released 3 years ago
Payload CMS v1.0.6 introduces an improved initAsync pattern, enhancing how asynchronous initialization is handled within the CMS. This update streamlines the initialization process, making it more rel...
Highlights:
- Enhanced initAsync pattern for more reliable asynchronous initialization
- Improved developer experience when setting up Payload CMS instances
- Better handling of complex initialization sequences
Tag: v1.0.5
Released 3 years ago
Payload CMS v1.0.5 introduces a new initAsync method that allows for asynchronous initialization of the CMS. This is particularly useful for scenarios where you need to perform asynchronous operations...
Highlights:
- New initAsync method for asynchronous initialization of Payload CMS
- Updated type definitions for onInit for better TypeScript support
- Maintained backward compatibility with existing initialization patterns
Tag: v1.0.4
Released 3 years ago
Payload CMS 1.0.4: Major UI Overhaul with Dark Mode & Enhanced Developer Experience This significant release transforms Payload's admin UI with the introduction of dark mode and a comprehensive stylin...
Highlights:
- Introduction of Dark Mode with automatic system preference detection
- New Collapsibles field type for better content organization
- New Tabs field type for improved form layout options
- +4 more...
Tag: v0.20.1
Released 3 years ago
Payload CMS v0.20.1 is a minor release that includes important patches to the v0.20.0 release. This update focuses on fixing issues with the GraphQL API, improving TypeScript types, and enhancing the ...
Highlights:
- Patch release for v0.20.0 addressing critical bugs
- Fixed issues with GraphQL API functionality
- Improved TypeScript types
