Alessio Gravili
Alessio Gravili
The outcome **Working E-Mail service connected to editor & db** should be dependent on **Fully functional editor and database**, meaning I cannot start working on it, if the dependent outcome...
I have spent 6 hours trying to build this plugin in Maven, but it failed every time because of seemingly random errors which made no sense. Thus, I switched it...
### Description Currently, if you have 2 text editors in edgeless mode, and switch back to normal mode, they are merged into one monolith text editor. There should be an...
## Description This PR upgrades sharp from 0.32.6 to 0.33.1. Sharp 0.33.0 fixes compatibility issues with Bun, which is why I'd like to upgrade this - [X] I have read...
### Link to reproduction _No response_ ### Describe the Bug See https://discord.com/channels/967097582721572934/1183518316191568023/1183518316191568023 : > npm run dev runs mostly fine, but then I receive the following message: > ? Warnings...
## Description Closes #4577 This is not really a fix, since this was no bug in the first place. But, to make this functionality more robust against user error (if...
### Describe the Bug ```ts { type: 'text', name: 'textField', admin: { condition: (props) => { return { someObject: true } }, }, }, ``` Having a field like this...
## Description Closes #3993 This also now always sets `unreachableDefinitions: true` when generating types. This is because richText blocks types (e.g. from `interfaceName` prop) which are put in the definitions...
## Description **BREAKING:** All slash menu `displayName` properties have been renamed to `label`. - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change...
## Description TODO: - [ ] Remove unnecessary changes in test suite - [ ] Figure out DX for people who want to add custom fields with, let's say, conditions...