0.7.7 (2021-07-23)
Bug Fixes
- accurately documents the props for the datepicker field (dcd8052)
Features
- only attempts to find config when payload is initialized (266ccb3)
Tag Name: v0.7.7
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.7 brings a small but important update that improves initialization performance by only searching for configuration files when Payload is actually initialized. This release also includes documentation improvements for the DatePicker field and fixes broken links in the documentation. This is a maintenance release that enhances developer experience without introducing breaking changes.
No migration is required for this release. This is a non-breaking update that can be installed safely without any changes to your existing code.
This is a recommended upgrade for all Payload CMS users, especially those who might be experiencing slow initialization times. The update is non-breaking and provides performance improvements along with better documentation.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
No security fixes were included in this release.
The main performance improvement in this release is related to configuration loading. Previously, Payload would search for configuration files regardless of whether the CMS was being initialized. Now, this file system operation only occurs when Payload is actually initialized, reducing unnecessary operations and improving startup time.
This release focuses on improving developer experience through better performance and documentation. The initialization optimization will be particularly beneficial for applications that import Payload in multiple places but don't always initialize it.
The documentation improvements make it easier for developers to correctly implement DatePicker fields and navigate through the documentation. While these changes are relatively minor, they contribute to a smoother development experience with Payload CMS.
No breaking changes were introduced, making this a safe upgrade for all users.