Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.15.13

Payload CMS Release: Release 0.15.13

Tag Name: v0.15.13

Release Date: 4/26/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.13 focuses on fixing issues with form state management, particularly ensuring that adding array/block rows properly updates the form's modified state. This release improves the reliability of form state tracking when working with complex field types.

Highlight of the Release

    • Fixed issue where adding array/block rows didn't properly modify form state
    • Improved form state tracking for array fields

Migration Guide

No migration is required for this release. The changes are backward compatible and focus on fixing form state management issues.

Upgrade Recommendations

This is a recommended upgrade for all users, especially those who work extensively with array and block fields in their content models. The update improves form state tracking and reduces the risk of losing unsaved changes.

Bug Fixes

Form State Management Fixes

  • Fixed an issue where adding rows to array or block fields did not properly update the form's modified state
  • Ensured array fields correctly update the modified state when their content changes
  • Improved reliability of detecting unsaved changes in forms with complex field structures

New Features

No new features were added in this release. This update focuses on bug fixes related to form state management.

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 addresses important form state management issues in Payload CMS, ensuring that modifications to array and block fields are properly tracked. While this is a minor bug fix release, it significantly improves the reliability of the editing experience by correctly identifying when forms have unsaved changes. Content editors will benefit from more accurate detection of modified forms, reducing the risk of accidentally navigating away from pages with unsaved content.

Full Release Notes

Statistics:

File Changed12
Line Additions196
Line Deletions257
Line Changes453
Total Commits4

User Affected:

  • Form state is now properly tracked when adding or modifying array and block field rows
  • More reliable detection of unsaved changes when working with complex field types

Contributors:

jmikrut