0.7.1 (2021-06-21)
Bug Fixes
- babel config file error (3af2554)
Tag Name: v0.7.1
Release Date: 6/21/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.1 is a minor patch release that fixes a critical issue with the Babel configuration file. This small but important update ensures that projects using Payload can build and run properly without encountering Babel-related errors.
No migration steps are required for this update. Simply upgrade to v0.7.1 to benefit from the Babel configuration fix.
npm install [email protected]
# or
yarn add [email protected]
This is a highly recommended upgrade for all users of Payload CMS v0.7.0 as it fixes a critical issue with the Babel configuration file that could prevent proper building and running of Payload projects.
The update is minimal and focused solely on fixing the Babel configuration issue, making it a low-risk upgrade with significant benefits for build stability.
This release fixes an issue with the Babel configuration file that was causing build errors in Payload CMS projects. The fix ensures that Babel can properly transpile code according to the intended configuration, allowing projects to build and run as expected.
The fix was implemented in commit 3af2554.
No new features were added in this release as it focuses solely on fixing a bug in the Babel configuration file.
No security fixes were included in this release.
No specific performance improvements were included in this release as it was focused on fixing the Babel configuration file error.
This patch release addresses a specific issue with the Babel configuration file that was causing build errors in Payload CMS projects. While the change is small (only 10 changes across 2 files), its impact is significant as it resolves a critical build-time error that could prevent projects from compiling correctly.
The fix ensures that Payload CMS projects can build and run as expected without encountering Babel-related errors, improving the overall developer experience and build reliability. This is particularly important for continuous integration and deployment workflows where build failures can block releases.
No new features, breaking changes, or performance improvements were included in this release, making it a straightforward and safe upgrade for all users of Payload CMS v0.7.0.