Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.7.8

Payload CMS Release: Release 0.7.8

Tag Name: v0.7.8

Release Date: 7/23/2021

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.7.8 fixes a schema validation issue for group labels, ensuring proper validation when configuring group fields in your collections and globals. This is a minor update that improves the developer experience by preventing potential configuration errors.

Highlight of the Release

    • Fixed schema validation for group labels
    • Improved developer experience when configuring group fields
    • Enhanced schema validation reliability

Migration Guide

No migration is required for this release. The fix for group label schema validation is backward compatible and will not affect existing configurations.

If you were previously experiencing issues with group label validation, your configurations should now be properly validated after upgrading.

Upgrade Recommendations

This is a minor bug fix release that improves schema validation for group labels. It's recommended to upgrade if you're using group fields in your collections or globals, especially if you've encountered any validation issues related to group labels.

The upgrade should be straightforward with no breaking changes:

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

Bug Fixes

Group Label Schema Validation Fix

Fixed an issue where group label schema validation was not working correctly. This bug could cause confusion when configuring group fields, as invalid label configurations might not be properly identified during schema validation.

The fix ensures that group labels are properly validated against the schema requirements, providing clearer error messages and preventing potential issues in your content model configuration.

New Features

Group Label Schema Validation

This release fixes an issue with schema validation for group labels in Payload CMS. The fix ensures that when configuring group fields in your collections or globals, the label property is properly validated according to the schema requirements.

This improvement helps prevent configuration errors and provides better feedback when setting up content models with group fields.

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 has a low impact on existing Payload CMS projects. It fixes a schema validation issue for group labels, which improves the developer experience when configuring content models but doesn't change any runtime behavior for existing valid configurations.

The fix ensures that group field configurations are properly validated according to the schema requirements, helping developers catch potential issues earlier in the development process. This contributes to more robust content modeling and fewer unexpected issues in production.

Full Release Notes

0.7.8 (2021-07-23)

Features

  • fixes group label schema validation (cbac888)

Statistics:

File Changed3
Line Additions8
Line Deletions2
Line Changes10
Total Commits2

User Affected:

  • Can now properly validate group label configurations in schemas
  • Will encounter fewer errors when setting up collection and global fields
  • Experience improved schema validation for group fields

Contributors:

jmikrut