Germán Jabloñski
Germán Jabloñski
### Link to reproduction https://github.com/payloadcms/payload ### Environment Info ```text Payload: 3.0.0-beta-109 ``` ### Describe the Bug DecoratorNodes should display a colored border when selected. I can see that effect in...
**NOTE that this PR is to the `lexical-mdx-shouldMerge` branch.** ___ I had to make some fixes to `normalizeMarkdown`. I also fixed some tests that were not considering the correct functioning...
### Link to reproduction https://github.com/payloadcms/payload ### Environment Info ```text Payload: 3.0.0-beta.94 Node.js: 20.17.0 Next.js: 15.0.0-canary.104 ``` ### Describe the Bug # Incorrect behaviors Having tables overflow is a mistake, as...
In this PR allowEdit was introduced for the relationship field: https://github.com/payloadcms/payload/pull/8398 The same needs to be done for the upload field.
Fixes #5146 This had been solved in https://github.com/facebook/lexical/pull/6693 but we are using another serialization. I open https://github.com/payloadcms/payload/discussions/9166 to discuss/track how we can improve this in the future
### Describe the Bug One user reported: "We have noticed that the bold/italic shortcuts still work in the Lexical editor even if the BoldFeature/ItalicFeature are not included." Until we fix...
Pending: - [ ] PR description - [ ] I need to decide what to do with highlight/text color. I can make an `enabledStyles` similar to `enabledFormats` from this PR,...
WIP in addition to requiring fewer files, it supports more nodes. If you currently initialize a website template and want to use features such as images or tables, they are...
This PR allows adding arbitrary classes to TextNodes, without the need to extend the node. My idea is to do the same with the rest of the nodes. Extending a...