Change8

v3.84.0

📦 payload-cmsView on GitHub →
5 features🐛 9 fixes🔧 11 symbols

Summary

Version v3.84.0 introduces features like client component support for custom collection views and enhanced configuration for email recipients. It also resolves several bugs related to localized field errors, multipart uploads, and UI field handling.

Migration Steps

  1. For Windows users utilizing SCSS imports in templates, ensure Sass loadPaths are configured correctly due to the removal of tilde SCSS imports.

✨ New Features

  • Allow client components to also be used as custom collection views.
  • Add email recipient override config to email-nodemailer.
  • Add locale-aware currency formatting and symbol positioning to plugin-ecommerce.
  • Add support for multi part uploads to plugin-form-builder.
  • Add support for server instructions to plugin-mcp.

🐛 Bug Fixes

  • Unique value errors are not displayed properly for localized fields.
  • Correct slugifyTitle hook example in documentation.
  • Handle multipart uploads without content-length.
  • Verify PaymentIntent succeeded before creating in plugin-ecommerce.
  • Internal links export as [text](undefined) in markdown transformer for richtext-lexical.
  • Simplify key handling for signed urls and composite prefixes in storage-*.
  • Remove tilde SCSS imports and add Sass loadPaths for Windows in templates.
  • JSON and richText fields expose unsupported operators in WhereBuilder in ui.
  • Bulk edit ignores fields in named tabs and shows incorrect labels for unlabeled containers in ui.

Affected Symbols