.jpg&w=3840&q=90)
.jpg&w=3840&q=90)
The Payload admin dashboard is now fully customizable using a widget system. Developers can add, remove, and arrange components on the dashboard — data visualizations, quick-action panels, custom summaries, whatever the project needs. Each widget is a standard React component, making this straightforward to build and maintain.
You can now configure how many jobs run simultaneously and define "supersedes" relationships between tasks — ensuring a newer job cancels an older pending one of the same type. This is especially useful for user-triggered workflows where only the most recent request should execute.
Payload is now fully compatible with Next.js 16, including support for the latest routing and rendering changes. You can upgrade your Next.js version without waiting on Payload to catch up.
Two new component slots have been added to the admin layout: one before the navigation sidebar and one after. This gives developers a clean, supported way to inject custom UI into the admin — environment indicators, announcements, custom navigation items, or anything else that belongs in the shell.