Alessio Gravili
Alessio Gravili
## Description **BREAKING:** - sanitizeFields is now an async function - the richText adapters now return a function instead of returning the adapter directly This PR allows lexical to sanitize...
## Description - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking change which does not add...
## Description Fixes https://github.com/payloadcms/payload-3.0-demo/issues/160 and https://github.com/payloadcms/payload-3.0-demo/issues/147 - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking change...
## Description **Breaking:** This now runs validation for upload and link fields. In case your upload or link fields were incorrect before, now it will throw a validation error -...
keycode is deprecated
## Description  BREAKING: - The default inline toolbar has now been extracted into an InlineToolbarFeature. While it's part of the defaultFeatures, you might have...
This error message can be kinda similar to the React hooks error message: > Invalid hook call. Hooks can only be called inside of the body of a function component....
## Description ## RSC Custom Components fix The goal for custom components is to pass in `payload` if they are server components. This never happened, as our logic for detecting...
Caused by https://github.com/AlessioGr/payload-plugin-lexical/blob/master/src/fields/LexicalRichText/LexicalRichText.tsx#L213 isSmallWidthViewport. Solution: Extract Drawer