v3.39.1 (2025-05-22)
🐛 Bug Fixes
📚 Documentation
📝 Templates
🤝 Contributors
- Elliot DeNolf (@denolfe)
- Dan Ribbens (@DanRibbens)
Tag Name: v3.39.1
Release Date: 5/22/2025
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.
This patch release fixes export paths for the new Folders feature, adds documentation for the Folders beta, and improves templates by including the UI package. This release ensures proper functionality of the Folders feature and enhances the developer experience when using PayloadCMS templates.
@payloadcms/ui
packageNo migration is required for this patch release. Users can update from v3.39.0 to v3.39.1 without any additional steps.
If you're using templates, the updated templates now include the @payloadcms/ui
package explicitly, which resolves issues with folder views.
This patch release is recommended for all users, especially those who:
The update fixes critical export path issues with the Folders feature and ensures templates have all required dependencies.
To upgrade:
npm install payload@3.39.1
# or
yarn add payload@3.39.1
# or
pnpm add payload@3.39.1
This release fixes issues with folder exports after generating the import map. The fix ensures that the export paths for the Folders feature work correctly, addressing a critical issue that could prevent proper functionality of the feature. This was resolved in PR #12501.
No new features were introduced in this patch release. This is primarily a bug fix and documentation update release that addresses issues with the Folders feature introduced in previous versions.
No security fixes were included in this patch release.
No specific performance improvements were included in this patch release. The changes were focused on bug fixes, documentation, and template updates rather than performance enhancements.
This patch release has a moderate impact, primarily affecting developers using the Folders feature or PayloadCMS templates. The fix for folder export paths resolves a critical issue that could prevent proper functionality of the Folders feature. Additionally, the template updates ensure that all necessary dependencies are included, particularly the @payloadcms/ui
package which is required for folder views.
The documentation updates for the Folders beta feature provide valuable information for developers looking to implement this functionality. Overall, this release improves stability and usability without introducing breaking changes.