Home

>

Tools

>

Payload CMS

>

Releases

>

Release 0.7.4

Payload CMS Release: Release 0.7.4

Tag Name: v0.7.4

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

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.

Highlight of the Release

    • Fixed missing or incorrect SCSS stylesheets in the payload/scss directory
    • Improved developer experience for customizing the admin UI

Migration Guide

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.

Upgrade Recommendations

This is a minor bug fix release that addresses SCSS stylesheet issues. We recommend upgrading if:

  1. You are customizing the Payload admin UI using SCSS
  2. You've encountered problems with missing or incorrect stylesheets in the payload/scss directory
  3. You want to ensure you have the most up-to-date styling foundation

The upgrade should be straightforward with no breaking changes:

npm install [email protected]
# or
yarn add [email protected]

Bug Fixes

SCSS Stylesheets Fix

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:

  • All necessary SCSS stylesheets are now properly included in the payload/scss directory
  • Stylesheets are correctly formatted and structured
  • Developers can now reliably use these stylesheets as a base for customizing the Payload admin UI

This resolves potential issues developers may have encountered when trying to extend or customize the default Payload styles.

New Features

No new features were added in this release. This is a bug fix release focused on correcting issues with SCSS stylesheets.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release. The focus was on fixing the SCSS stylesheet issue.

Impact Summary

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.

Full Release Notes

0.7.4 (2021-07-01)

Bug Fixes

  • adds proper scss stylesheets to payload/scss (84e31ae)

Statistics:

File Changed3
Line Additions20
Line Deletions1
Line Changes21
Total Commits2

User Affected:

  • Can now properly access and use SCSS stylesheets from the payload/scss directory
  • Will have an easier time customizing the Payload admin UI using the provided stylesheets

Contributors:

jmikrut