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)