Home

>

Tools

>

Payload CMS

>

Releases

>

Release v2.11.0

Payload CMS Release: Release v2.11.0

Tag Name: v2.11.0

Release Date: 2/9/2024

Payload CMS LogoPayload CMS

Payload CMS is a modern, self-hosted headless content management system built with TypeScript, Node.js, and MongoDB. It's designed specifically for developers who want full control over their content management system while maintaining a powerful admin interface for content editors.

TL;DR

Payload CMS v2.11.0 Release

What's new: Payload CMS v2.11.0 introduces enhanced collapsible provider functionality, giving developers more control over collapsible UI elements throughout the admin panel.

Why it matters: This update improves the developer experience by exposing more functionality from the collapsible provider, enabling more sophisticated UI interactions and customizations.

Who should care: Developers building custom admin UI components or extending Payload's interface will benefit from the additional control over collapsible elements.

Highlight of the Release

    • Enhanced collapsible provider with expanded functionality
    • Improved developer control over UI collapsible elements
    • Better customization options for admin panel interfaces

Migration Guide

No migration is required for this release as it adds new functionality without breaking existing features.

Upgrade Recommendations

This is a minor version update (v2.10.1 → v2.11.0) that adds new functionality without breaking changes. It's safe to upgrade for all users, especially recommended for developers who work with custom UI components and need more control over collapsible elements.

To upgrade:

npm install [email protected]
# or
yarn add [email protected]

Bug Fixes

No specific bug fixes were mentioned in this release.

New Features

Enhanced Collapsible Provider

The main feature in this release is the expanded functionality of the collapsible provider. This enhancement gives developers more control and flexibility when working with collapsible UI elements in the Payload admin panel.

The collapsible provider now exposes additional functionality that allows for more sophisticated UI interactions and customizations. This improvement enables developers to create more dynamic and user-friendly interfaces when building custom components or extending Payload's admin UI.

For more details, see PR #5043.

Security Updates

No security fixes were mentioned in this release.

Performance Improvements

No specific performance improvements were mentioned in this release.

Impact Summary

Payload CMS v2.11.0 is a feature-focused release that enhances the developer experience by exposing more functionality from the collapsible provider. This change enables developers to create more sophisticated and customizable UI components with collapsible elements.

The impact is primarily positive for developers building custom admin interfaces or extending Payload's UI capabilities. There are no breaking changes, making this a safe upgrade for all users. The enhancement to the collapsible provider opens up new possibilities for UI design and interaction without requiring any migration effort.

This release also includes updates to the MongoDB (1.4.1) and Postgres (0.5.2) database adapters, though specific changes to these components weren't detailed in the release notes.

Full Release Notes

2.11.0 (2024-02-09)

Features

  • exposes collapsible provider with more functionality (#5043) (df39602)

Statistics:

File Changed10
Line Additions85
Line Deletions23
Line Changes108
Total Commits4

User Affected:

  • Access to enhanced collapsible provider functionality for building more sophisticated UI components
  • More control over collapsible UI elements in the admin panel
  • Ability to create more customized user experiences with collapsible sections

Contributors:

denolfeJarrodMFlesch