Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.15.10

Payload CMS Release: Release 0.15.10

Tag Name: v0.15.10

Release Date: 4/24/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.10 is a maintenance release that fixes a critical bug in the block field's form-data handling. This release ensures proper data processing when working with blocks in forms, improving reliability for developers using block fields in their content models.

Highlight of the Release

    • Fixed critical bug in block field's form-data handling
    • Implemented comprehensive Cypress test suite
    • Updated Discord community links for better accessibility

Migration Guide

No migration steps are required for this release. The bug fix for block form-data handling is backward compatible and should work seamlessly with existing implementations.

Upgrade Recommendations

This release is recommended for all users, especially those utilizing block fields in their content models. The fix addresses a critical bug that could affect data integrity when working with block fields in forms.

To upgrade:

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

Bug Fixes

Block Form-Data Bug Fix

This release addresses a critical bug in the block field's form-data handling. The issue was causing problems when processing form submissions containing block fields, potentially leading to data inconsistencies or submission failures. The fix ensures that block field data is properly processed and stored when submitted through forms.

New Features

Improved Testing Infrastructure

A comprehensive Cypress test suite has been implemented in this release, significantly enhancing the testing capabilities of Payload CMS. This addition will help ensure more reliable releases and fewer regressions in the future.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release.

Impact Summary

Payload CMS v0.15.10 is primarily a bug fix release that addresses an important issue with block field form-data handling. This fix ensures that data submitted through forms containing block fields is processed correctly, preventing potential data loss or corruption.

The release also includes significant improvements to the testing infrastructure with the implementation of a Cypress test suite, which will help maintain code quality and prevent regressions in future releases.

Community-focused improvements include updated Discord invitation links, making it easier for users to join the Payload CMS community for support and discussions.

Overall, this is a maintenance release that improves stability and reliability, particularly for implementations using block fields.

Full Release Notes

Statistics:

File Changed19
Line Additions819
Line Deletions36
Line Changes855
Total Commits6

User Affected:

  • Fixed form-data bug in block fields, ensuring proper data handling
  • More reliable form submissions when using block fields
  • Improved testing infrastructure with new Cypress test suite

Contributors:

denolfeDanRibbensjmikrut