0.7.4 (2021-07-01)
Bug Fixes
- adds proper scss stylesheets to payload/scss (84e31ae)
Tag Name: v0.7.4
Release Date: 7/1/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.4 fixes an issue with SCSS stylesheets, ensuring that proper stylesheets are now available in the payload/scss directory. This is a minor bug fix release that improves the developer experience when customizing the Payload admin UI.
No migration is required for this release. The fix for SCSS stylesheets is backward compatible and should work seamlessly with existing implementations.
If you were previously working around issues with missing or incorrect SCSS files, you can now remove those workarounds and use the properly provided stylesheets from the payload/scss directory.
This is a minor bug fix release that addresses SCSS stylesheet issues. We recommend upgrading if:
payload/scss directoryThe upgrade should be straightforward with no breaking changes:
npm install [email protected]
# or
yarn add [email protected]
This release addresses an issue where the SCSS stylesheets in the payload/scss directory were either missing, incorrect, or improperly structured. The fix ensures that:
payload/scss directoryThis resolves potential issues developers may have encountered when trying to extend or customize the default Payload styles.
No new features were added in this release. This is a bug fix release focused on correcting issues with SCSS stylesheets.
No security fixes were included in this release.
No specific performance improvements were included in this release. The focus was on fixing the SCSS stylesheet issue.
This release has a low impact overall, focusing on a specific bug fix for SCSS stylesheets. The primary impact is on developers who customize the Payload admin UI using SCSS, who will now have access to the proper stylesheets in the expected location.
The fix ensures that all necessary SCSS files are correctly included in the payload/scss directory, making it easier for developers to extend and customize the default Payload styles. This improves the developer experience and removes potential friction when working with custom themes.
No changes to functionality, performance, or security were made in this release.