Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.6.9

Payload CMS Release: Release 0.6.9

Tag Name: v0.6.9

Release Date: 5/16/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

PayloadCMS v0.6.9 is a maintenance release focused on UI responsiveness improvements and bug fixes. It addresses issues with the sidebar date display, popup functionality, admin field verification display, and adds proper typing for express-fileupload configuration options. This release enhances the overall user experience and stability of the CMS without introducing breaking changes.

Highlight of the Release

    • Fixed responsive layout issues across the admin UI
    • Resolved date clipping problems in the sidebar
    • Improved popup functionality
    • Fixed admin verification field display
    • Added proper TypeScript typing for express-fileupload configuration

Migration Guide

No migration steps are required for this release. You can upgrade directly from v0.6.8 to v0.6.9 without any code changes.

Upgrade Recommendations

This is a recommended upgrade for all users, especially those experiencing UI issues with the admin interface on different screen sizes or having problems with the date display in the sidebar. Developers using TypeScript will benefit from improved type definitions for express-fileupload configuration.

Bug Fixes

UI and Display Fixes

  • Fixed date text clipping issues in the sidebar (#165)
  • Resolved various responsive layout problems throughout the admin interface
  • Improved popup functionality and behavior
  • Fixed the _verified field in admin not displaying proper field values

Developer Experience Fixes

  • Added proper TypeScript typing for express-fileupload configuration options
  • Fixed express-fileupload schema validation issues (#180)

New Features

No new features were introduced in this release. This update focuses on bug fixes and UI improvements.

Security Updates

No specific security fixes were included in this release.

Performance Improvements

This release includes minor performance improvements through better responsive layouts that should provide a smoother experience when using the admin interface on various screen sizes.

Impact Summary

This release focuses on quality-of-life improvements for both administrators and developers. The fixes address several UI pain points including responsive layout issues and date display problems in the sidebar. For developers, the improved TypeScript support for express-fileupload configuration options enhances code quality and reduces potential errors. While these changes are relatively minor, they contribute to a more polished and reliable admin experience without introducing any breaking changes or requiring migrations.

Full Release Notes

0.6.9 (2021-05-16)

Bug Fixes

  • misc responsive improvements, date clipping in sidebar (#165), express-fileupload schema validation (#180) (a2e57b0)

Statistics:

File Changed46
Line Additions362
Line Deletions320
Line Changes682
Total Commits2

User Affected:

  • Improved sidebar date display prevents text clipping
  • Fixed verification field display shows proper values
  • Better responsive layout for admin interface

Contributors:

jmikrut