Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.15.5

Payload CMS Release: Release 0.15.5

Tag Name: v0.15.5

Release Date: 4/6/2022

Payload CMS LogoPayload CMS

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.

TL;DR

Payload CMS v0.15.5 fixes a critical bug in the relationship component that was preventing results from displaying. This is a minor patch release that ensures relationship fields work properly when querying related content.

Highlight of the Release

    • Fixed relationship component that was showing no results
    • Improved reliability of content relationships

Migration Guide

No migration is required for this release. The fix for the relationship component is backward compatible and will work automatically after updating to v0.15.5.

Upgrade Recommendations

This release is highly recommended for all users who are utilizing relationship fields in their Payload CMS implementation. The fix addresses a critical functionality issue that could prevent proper content management.

To upgrade:

npm install [email protected]
# or
yarn add [email protected]

No additional configuration changes are required after upgrading.

Bug Fixes

Relationship Component Fix

Fixed an issue where the relationship component was showing no results when querying related content. This bug was preventing users from seeing and selecting related content in relationship fields, which could significantly impact content management workflows.

The fix ensures that relationship fields properly display available content for selection, restoring the expected functionality of this core component.

Reference: #508

New Features

No new features were added in this release. This is a bug fix release focused on resolving an issue with the relationship component.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release. The focus was on fixing the relationship component functionality.

Impact Summary

This release addresses a significant usability issue with relationship fields, which are a core component of Payload CMS's content modeling capabilities. The fix ensures that content editors can properly view and select related content, which is essential for maintaining content relationships and references within the CMS.

For developers, this fix eliminates the need for potential workarounds that might have been implemented to address the relationship component issue. Applications using relationship fields will now function as expected without additional custom code.

While this is a minor patch release with a single bug fix, its impact is substantial for any Payload CMS implementation that relies on content relationships.

Full Release Notes

0.15.5 (2022-04-06)

Bug Fixes

  • relationship component showing no results (#508) (e1c6d9d)

Statistics:

File Changed3
Line Additions12
Line Deletions10
Line Changes22
Total Commits3

User Affected:

  • Can now properly see and select related content in relationship fields
  • No longer encounter empty results when using relationship components

Contributors:

jmikrutDanRibbens