0.15.10 (2022-04-24)
Bug Fixes
- block form-data bug (3b70560)
Tag Name: v0.15.10
Release Date: 4/24/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.
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.
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.
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]
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.
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.
No security fixes were included in this release.
No specific performance improvements were included in this release.
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.