Germán Jabloñski
Germán Jabloñski
I started this PR with the goal of reducing a bit the amount of configuration files in the website template, and finally ended up with a couple of DX improvements:...
WIP adds text color and background-color features
follow up of #9856 in order for people not to get confused, since the docs for versions 2 and 3 are in the main branch now.
`CONTRIBUTING.md` is outdated about how to run the tests locally. There is no longer a `DOCS_DIR` environment variable, but now it is `DOCS_DIR_V2` and `DOCS_DIR_V3`. Also, the `fetchDocs:local` script no...
Sorry for one more change in the structure. Maybe this one is not as important as the previous one, but I think it gives clarity since “Rich text” is the...
If the user has tasks configured, we set up cron jobs on init. We also make sure to only run on one instance using a instance identifier stored in a...
See https://github.com/payloadcms/payload/pull/9954
For context, a decision was previously made [to disable pasting of styles such as color and background-color from the clipboard](https://github.com/facebook/lexical/pull/3017). The reason for this is that the editor might end...
Originally reported here: https://github.com/payloadcms/payload/issues/10634 Lexical version: 0.23.1 ## Steps To Reproduce 1. open https://playground.lexical.dev/ in Firefox 2. Insert a poll component 3. When the selection is outside the poll, click...
Closes: - https://github.com/facebook/lexical/issues/7071 - https://github.com/facebook/lexical/issues/6632 This PR: - Update selection when something is selected inside a DecoratorNode. - The logic is centralized in RichTextPlugin so that it does not have...