0.7.8 (2021-07-23)
Features
- fixes group label schema validation (cbac888)
Tag Name: v0.7.8
Release Date: 7/23/2021
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.
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.
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.
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]
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.
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.
No security fixes were included in this release.
No specific performance improvements were included in this release.
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.