v3.76.1
📦 payload-cmsView on GitHub →
🐛 7 fixes🔧 6 symbols
Summary
Patch release v3.76.1 addresses several bugs across the admin UI, file handling, and rich text editor, improving stability and security.
🐛 Bug Fixes
- Prevented crash when looking up adminThumbnail size by using optional chaining.
- Ensured non-image files do not receive 0 bytes when useTempFiles is enabled.
- Added CSP headers to SVG uploads to mitigate XSS vulnerabilities.
- Fixed link tooltip overflowing the viewport in richtext-lexical when URLs are long.
- Prevented Tabs field crash when the stored tabIndex exceeds the actual tab count in the UI.
- Fixed an issue where the copy to locale function was swallowing errors in the UI.
- Ensured the unpublish button is only displayed when drafts are enabled in the UI.