Releases: payloadcms/payload
Releases · payloadcms/payload
v3.0.0-beta.92
v3.0.0-beta.92 (2024-08-27)
🚀 Features
- implement info command (#7882) (ea48cfb)
- add nextjs and react version checks to dependency checker (#7868) (dfb4c8e)
- richtext-lexical: more lenient url validation, URL-encode invalid urls on save (#7870) (ad7a387)
🐛 Bug Fixes
- templates: website live preview and code block (#7881) (1aeb912)
- plugin-seo: remove dependency on import from payload/next package (#7879) (ce2cb35)
- error when closing the live preview popup window (#7878) (d3ec68a)
- templates: website bug fixes for slug generation and form builder and adds support for strictNullChecks: true (#7877) (05bf52a)
- sanitizes modifyResponseHeaders from client config (#7876) (fed7f2f)
- exports richtext-slate useSlatePlugin (#7875) (686b086)
Contributors
- Elliot DeNolf (@denolfe)
- Paul (@paulpopus)
- Jacob Fletcher (@jacobsfletch)
- James Mikrut (@jmikrut)
- Alessio Gravili (@AlessioGr)
v2.27.0
v3.0.0-beta.91
v3.0.0-beta.91 (2024-08-23)
Features
- templates: add vercel postgres template (#7841) (825d8b8)
- enable react compiler for @payloadcms/next package (#7839) (83022f6)
- richtext-lexical: improve upload and relationship node types (#7822) (6349cd4)
- ui: add styling for no docs and clear all on hasmany upload (#7816) (95ebead)
Bug Fixes
- next: properly 404s not found documents (#7833) (03440f5)
- trim down accepted args of getPayloadHMR (#7834) (0fa6611)
- collapsible toggle hover stacking issue (#7812) (49c0709)
- weaken JsonObject type to allow types from payload-types being assigned to it (#7815) (c2b2f10)
- ui: relationship field "add new" button styling (#7814) (3eed8b1)
- richtext-lexical: slate => lexical migrator improvements (#7802) (1eefb12)
Contributors
- Elliot DeNolf (@denolfe)
- Alessio Gravili (@AlessioGr)
- Jacob Fletcher (@jacobsfletch)
- Tylan Davis (@tylandavis)
- Jarrod Flesch (@JarrodMFlesch)
- Paul (@paulpopus)
- Dan Ribbens (@DanRibbens)
- Ritsu (@r1tsuu)
v3.0.0-beta.90
v3.0.0-beta.90 (2024-08-22)
Features
Bug Fixes
Contributors
- Elliot DeNolf (@denolfe)
- Paul (@paulpopus)
v3.0.0-beta.89
v3.0.0-beta.89 (2024-08-22)
Features
- upload hasmany (#7796) (d2571e1)
- bulk upload (#7800) (1ee19d3)
- log document id in ValidationError cause, if present (9beaa28)
- extends Button and extracts ListHeader components (#7777) (cad1906)
Bug Fixes
- richtext-lexical: ensure errors during slate => lexical migration are caught and do not halt migration progress (cf66341)
- richtext-lexical: inaccurate detection of whether the editor is empty or not (5174c70)
- richtext-lexical: migrate scripts not working due to migration hooks running during migrate script (d894ac7)
- no longer handle disabling node deprecation warnings within bin script shebangs, as it errored on some systems (#7797) (af0105c)
- ui, richtext-lexical: corrects clickable areas on block headers (#7791) (93e8131)
- handles custom collection description components (#7789) (cb9b80a)
BREAKING CHANGES
-
handles custom collection description components (#7789) (cb9b80a)
If you were previously defining a custom description component on a collection, simply move it into the correct position.
Old:
{ admin: { components: { edit: { Description: '' } } } }
New:
{ admin: { components: { Description: '' } } }
Contributors
- Paul (@paulpopus)
- Alessio Gravili (@AlessioGr)
- Jarrod Flesch (@JarrodMFlesch)
- Tylan Davis (@tylandavis)
- Jacob Fletcher (@jacobsfletch)
v3.0.0-beta.88
v3.0.0-beta.88 (2024-08-20)
Features
Bug Fixes
- ui: on Table component crashing when looking for className on admin (#7776) (9c2ccbf)
- plugin-search: not being able to override labels (#7775) (3ee0e84)
- ui: text clipping on document header title with Segoe UI font (#7774) (6ec9820)
Contributors
- Elliot DeNolf (@denolfe)
- Paul (@paulpopus)
- Tylan Davis (@tylandavis)
v3.0.0-beta.87
v3.0.0-beta.86
v3.0.0-beta.86 (2024-08-20)
Features
Bug Fixes
- type generation for block fields with no blocks (#7765) (0c36cbd)
- useField incorrect initialization of errorMessage on update (#7756) (adf2f31)
- postgres migrate args (#7766) (17312d9)
Contributors
- Paul (@paulpopus)
- Alessio Gravili (@AlessioGr)
- Jarrod Flesch (@JarrodMFlesch)
- James Mikrut (@jmikrut)
v3.0.0-beta.85
v3.0.0-beta.85 (2024-08-19)
Features
- custom view and document-level metadata (#7716) (a526c7b)
- abstract postgres base adapter (#7732) (2835e1d)
Bug Fixes
- migrate error on windows (#7759) (bb09da0)
- ui: tabs preferences not being saved (#7761) (ab09f2a)
- richtext-lexical: richtext editor features overriding other editor features props if multiple editors in one document (#7758) (2f38290)
- prevent vertical scrolling on tab fields (#7729) (b3b1cd2)
- ui: relationship cells in table from list drawer not shown (#7730) (6eb4438)
Contributors
- Dan Ribbens (@DanRibbens)
- Paul (@paulpopus)
- Alessio Gravili (@AlessioGr)
- Jacob Fletcher (@jacobsfletch)
- Elliot DeNolf (@denolfe)
- Tylan Davis (@tylandavis)
v3.0.0-beta.84
v3.0.0-beta.84 (2024-08-16)
Bug Fixes
- adds default drizzle package exports (#7728) (3d37d74)
- ensures user is accurate in useAuth (#7727) (de19822)
- corrects logout icon styling (#7726) (2b2bcb5)
Contributors
- James Mikrut (@jmikrut)
- Tylan Davis (@tylandavis)