Ajv 8.14.0 => 8.17.1 - Bundle size: 119.6kB => 111kB - Dependencies: 5 => 4 - Gets rid of dependency on `punycode`. Will help with the annoying deprecated module console warning spam This also upgrades TypeScript to 5.6.2 in our monorepo. The most type-relevant packages are updated as well, e.g. ts-essentials and @types/node
Payload Slate Rich Text Editor
Slate Rich Text Editor for Payload.
Installation
npm install @payloadcms/richtext-slate
Usage
import { buildConfig } from 'payload'
import { slateEditor } from '@payloadcms/richtext-slate'
export default buildConfig({
editor: slateEditor({}),
// ...rest of config
})
More detailed usage can be found in the Payload Docs.