Alessio Gravili
Alessio Gravili
Currently, predefined migrations can only be loaded if they are part of one of our db adapters. With this PR, plugins will be able to export their own predefined migrations...
This adds - a `useDocumentForm` hook to access the document Form. Useful if you are within a sub-Form - a full data override property to the form state endpoint
This makes use of admin.description to generate JSDocs for field, collection and global generated types.   For the future, we should add a dedicated property to override these JSDocs....
This clarifies that jobs.autoRun only *runs* already-queued jobs. It does not queue the jobs for you. Also adds an e2e test as this functionality had no e2e coverage
This adds a new tests-e2e-turbo CI step that runs our e2e test suite against turbo. This will ensure that we can guarantee full support for turbopack. Our CI runners are...
#11769 improved the lexical version view diff component. This PR improves the rest of the version view. ## What changed - Column layout when selecting a version: - Previously: Selected...
Adds support for halfvec and sparsevec column types. This is required for supporting indexing of embeddings > 2000 dimensions on postgres using the pg-vector extension.
~~Latest pre-release: `3.64.0-internal.23abf20`~~ use the latest Payload release. This PR updates this monorepo and all templates to use Next.js 16. Running our test suites against Next.js 16 is required to...
This change updates the default error serializer to use `err.name` (if present) instead of `err.constructor.name` when setting the `type` field. This ensures human-readable error types even when class names are...