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.
3.0.0-beta.60
Pre-releaseTag: v3.0.0-beta.60
Released 1 year ago
PayloadCMS v3.0.0-beta.60: Admin UI Color Refresh & API Improvements This beta release brings significant updates to PayloadCMS with a refreshed admin panel color palette, improved API utilities, and ...
Highlights:
- Refreshed admin panel color palette with better consistency between light and dark modes
- Key utility functions now properly exported from main package instead of UI internals
- Search plugin API updated to use function-based fields pattern for better flexibility
- +4 more...
3.0.0-beta.59
Pre-releaseTag: v3.0.0-beta.59
Released 1 year ago
PayloadCMS v3.0.0-beta.59 introduces significant improvements to the UI with support for nested fields in list view filters, fixes for rich text editor conflicts, and better Next.js compatibility. How...
Highlights:
- Support for nested fields (tabs, groups, collapsibles, rows) in list view filters with localized labels
- Breaking change: Minimum required Next.js version bumped to 15.0.0-canary.53
- Fixed conflicts between internal component/schema map paths and field names in Lexical rich text editor
- +1 more...
3.0.0-beta.58
Pre-releaseTag: v3.0.0-beta.58
Released 1 year ago
PayloadCMS v3.0.0-beta.58 introduces an experimental table feature for the Lexical rich text editor and fixes a critical bug with request headers in view rendering. This beta release also includes imp...
Highlights:
- Added experimental table feature to the Lexical rich text editor
- Fixed request headers issue in admin view rendering
- Updated documentation for field admin in Payload 3.0
- +1 more...
3.0.0-beta.57
Pre-releaseTag: v3.0.0-beta.57
Released 1 year ago
PayloadCMS v3.0.0-beta.57 brings significant enhancements to the developer experience with new features like username-based login, improved filtering capabilities for group and tab fields, and better ...
Highlights:
- New loginWithUsername option for authentication configuration
- Ability to filter by fields within groups and named tabs in list views
- Exported SEO plugin fields for flexible implementation in collections
- +3 more...
3.0.0-beta.56
Pre-releaseTag: v3.0.0-beta.56
Released 1 year ago
Payload CMS v3.0.0-beta.56 introduces significant enhancements to the rich text editor, UI components, and authentication strategies. This release includes several breaking changes that require migrat...
Highlights:
- Breaking change: Custom collection components now use camelCase for array properties instead of CapitalCase
- Breaking change: Auth strategies must now return { user } object instead of just user
- New upgradeLexicalData function to help migrate rich text data during breaking changes
- +3 more...
Tag: v2.23.1
Released 1 year ago
Payload CMS v2.23.1 - Refresh Hook Cleanup This minor release removes an unused token argument from the refresh operation, which was affecting the me/refresh hooks. This is a small but important clean...
Highlights:
- Removed unused token argument from the refresh operation
- Fixed issues affecting me/refresh hooks
- Improved code cleanliness by removing unnecessary logic
Tag: v2.23.0
Released 1 year ago
Payload CMS 2.23.0 Release This release introduces new hooks for the /me endpoint and refresh token operations, providing developers with greater control over authentication flows. It also fixes a mem...
Highlights:
- New hooks for the /me endpoint and refresh token operations
- Fixed memory leak in Lexical rich text editor's HTML converters
- Enhanced authentication flow customization capabilities
- +1 more...
3.0.0-beta.55
Pre-releaseTag: v3.0.0-beta.55
Released 1 year ago
Payload CMS v3.0.0-beta.55 brings significant improvements to rich text editing with Lexical, enhances upload functionality, and fixes authentication issues. This release includes a new migration func...
Highlights:
- New migration function to convert all Slate documents to Lexical format at once
- Ability to add custom upload components
- Improved TypeScript types for the Lexical rich text editor
- +2 more...
Tag: v2.22.2
Released 1 year ago
PayloadCMS 2.22.2 fixes a critical authentication issue where the expiration time and strategy were not being properly returned from the useAuth hook. This patch ensures that authentication data is co...
Highlights:
- Fixed authentication data return values in the useAuth hook
- Corrected syntax errors in access control documentation
- Improved reliability of authentication state management
3.0.0-beta.54
Pre-releaseTag: v3.0.0-beta.54
Released 1 year ago
PayloadCMS v3.0.0-beta.54 introduces significant improvements and breaking changes to the codebase. This release focuses on enhancing type safety, standardizing component naming conventions, and impro...
Highlights:
- Standardized field component naming convention for better semantics and consistency
- Improved architecture for Lexical rich text editor with clear client/server separation
- Enhanced type safety with better type narrowing for relationship fields
- +2 more...
