v3.51.0
payloadcms/payloadv3.51.0Aug 13, 2025by denolfe
AI Summary
Focuses on Multi-tenant configuration flexibility with field overrides and an updated UX for query presets in the admin interface.
Key Highlights
- Multi-tenant plugin allows tenant field overrides
- Updated UX for query presets
New Features
- Plugin-multi-tenant allow tenant field overrides
- UI update query presets UX
Full Release Notes
## [v3.51.0](https://github.com/payloadcms/payload/compare/v3.50.0...v3.51.0) (2025-08-13) ### ๐ Features * **plugin-multi-tenant:** allow tenant field overrides ([#13316](https://github.com/payloadcms/payload/issues/13316)) ([995f96b](https://github.com/payloadcms/payload/commit/995f96b)) * **ui:** update query presets ux ([#13095](https://github.com/payloadcms/payload/issues/13095)) ([255bba9](https://github.com/payloadcms/payload/commit/255bba9)) ### ๐ Bug Fixes * upload with no filename gives vague error ([#13414](https://github.com/payloadcms/payload/issues/13414)) ([5a99d8c](https://github.com/payloadcms/payload/commit/5a99d8c)) * version view breaks when tab field has function for label ([#13415](https://github.com/payloadcms/payload/issues/13415)) ([35ca98e](https://github.com/payloadcms/payload/commit/35ca98e)) * ensure scheduling by default only handles default queue, add allQueues config to autoRun ([#13395](https://github.com/payloadcms/payload/issues/13395)) ([ad2564e](https://github.com/payloadcms/payload/commit/ad2564e)) * use thumbnailUrl for upload documents in folder view ([#13368](https://github.com/payloadcms/payload/issues/13368)) ([2211f3d](https://github.com/payloadcms/payload/commit/2211f3d)) * **next:** group by boolean values ([#13382](https://github.com/payloadcms/payload/issues/13382)) ([d4f1986](https://github.com/payloadcms/payload/commit/d4f1986)) * **next:** group by dates with null values ([#13381](https://github.com/payloadcms/payload/issues/13381)) ([7344d64](https://github.com/payloadcms/payload/commit/7344d64)) * **richtext-lexical, plugin-multi-tenant:** text editor exposes documents from other tenants ([#13229](https://github.com/payloadcms/payload/issues/13229)) ([9c8f320](https://github.com/payloadcms/payload/commit/9c8f320)) * **templates:** only generate slug from title on demand ([#12956](https://github.com/payloadcms/payload/issues/12956)) ([2bc9a2d](https://github.com/payloadcms/payload/commit/2bc9a2d)) * **translations:** update traditional chinese (zh-TW) localization ([#13370](https://github.com/payloadcms/payload/issues/13370)) ([5d8f8dc](https://github.com/payloadcms/payload/commit/5d8f8dc)) * **ui:** autosave form state discards local changes ([#13438](https://github.com/payloadcms/payload/issues/13438)) ([8173180](https://github.com/payloadcms/payload/commit/8173180)) * **ui:** misalignment of nested toggles on document API tab ([#13424](https://github.com/payloadcms/payload/issues/13424)) ([306b7f6](https://github.com/payloadcms/payload/commit/306b7f6)) * **ui:** field elements showing over the top of Preview content ([#13148](https://github.com/payloadcms/payload/issues/13148)) ([72f5763](https://github.com/payloadcms/payload/commit/72f5763)) * **ui:** bulk upload issues ([#13413](https://github.com/payloadcms/payload/issues/13413)) ([a374aab](https://github.com/payloadcms/payload/commit/a374aab)) * **ui:** autosave hooks are not reflected in form state ([#13416](https://github.com/payloadcms/payload/issues/13416)) ([1d81b0c](https://github.com/payloadcms/payload/commit/1d81b0c)) * **ui:** search in select fields with `filterOptions` ([#13397](https://github.com/payloadcms/payload/issues/13397)) ([c9a1590](https://github.com/payloadcms/payload/commit/c9a1590)) ### ๐ Documentation * add dependency troubleshooting docs ([#13385](https://github.com/payloadcms/payload/issues/13385)) ([e870be0](https://github.com/payloadcms/payload/commit/e870be0)) ### ๐งช Tests * group-by reset and navigation tests in trash view ([#13401](https://github.com/payloadcms/payload/issues/13401)) ([3258e78](https://github.com/payloadcms/payload/commit/3258e78)) ### โ๏ธ CI * update release-commenter permissions ([#13373](https://github.com/payloadcms/payload/issues/13373)) ([ac40185](https://github.com/payloadcms/payload/commit/ac40185)) ### ๐ก Chores * **templates:** fix typo in e2e tests (headging -> heading) ([#13391](https://github.com/payloadcms/payload/issues/13391)) ([161769e](https://github.com/payloadcms/payload/commit/161769e)) ### ๐ค Contributors - Jessica Rynkar (@jessrynkar) - Jacob Fletcher (@jacobsfletch) - Patrik (@PatrikKozak) - Alessio Gravili (@AlessioGr) - Jarrod Flesch (@JarrodMFlesch) - Paul (@paulpopus) - Marcus Michaels (@marcusmichaels) - Luke Bennett (@lukebennett) - German Jablonski (@GermanJablo) - Rodrigo Antunes (@rodrigoant) - Sasha (@r1tsuu) - Yi Chi (@chiyi4488) - Sam (@damnsamn) - Elliot DeNolf (@denolfe)