Payload CMS Release: Release 1.0.18
Tag Name: v1.0.18
Release Date: 8/6/2022
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.
TL;DR
Payload CMS v1.0.18 introduces a small but useful enhancement that allows URLs to be used as thumbnails when no adminThumbnail property is present. This improves the visual experience in the admin panel by providing fallback thumbnails for media and other resources that don't have explicitly defined admin thumbnails.
Highlight of the Release
- URLs can now be used as thumbnails when no adminThumbnail property is present
- Improved visual experience in the admin panel with more consistent thumbnail display
Migration Guide
No migration is required for this release. The enhancement is backward compatible and will automatically use URLs as thumbnails when appropriate.
Upgrade Recommendations
This is a minor enhancement release with no breaking changes. It's safe to upgrade from v1.0.17 without any special considerations. The new thumbnail fallback behavior will automatically take effect after upgrading.
Bug Fixes
No specific bug fixes were included in this release.
New Features
URL Fallback for Thumbnails
Payload CMS now supports using URLs as thumbnails when the adminThumbnail property is not explicitly defined. This enhancement provides a more consistent visual experience in the admin panel by displaying thumbnails for resources that have valid URLs but no specific thumbnail configuration.
This feature is particularly useful for:
- Media collections where items have URLs but no defined thumbnails
- Resources that reference external images
- Any field or collection that would benefit from visual representation in the admin UI
Security Updates
No security fixes were included in this release.
Performance Improvements
No specific performance improvements were included in this release.
Impact Summary
This release adds a quality-of-life improvement to Payload CMS by enhancing the thumbnail display logic. While small in scope, it improves the visual experience in the admin panel by providing thumbnails for more resources without requiring additional configuration. Content editors will benefit from a more consistent visual interface, and developers will have one less property to configure explicitly when URLs are already available for resources.
