Payload CMS Release: Release 2.0.1
Tag Name: v2.0.1
Release Date: 10/16/2023
Payload CMSPayload 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.0.1 is a minor release that fixes a critical issue with rich text adapter types and includes several documentation improvements. This update ensures better TypeScript support for rich text adapters while enhancing the documentation for installation commands and live preview features.
Highlight of the Release
- Fixed TypeScript types for rich text adapters
- Updated documentation for installation commands
- Improved live preview documentation
- Fixed labeling in rich text documentation
Migration Guide
No migration is required for this release. This is a patch update that fixes types and improves documentation without introducing breaking changes.
Upgrade Recommendations
We recommend all users to upgrade to v2.0.1, especially if you're using TypeScript with rich text adapters. The upgrade process should be straightforward:
npm install [email protected]
or
yarn add [email protected]
Bug Fixes
Rich Text Adapter Types Fix
Fixed an issue with rich text adapter TypeScript types (#3497). This fix ensures proper type checking when working with rich text adapters, improving developer experience and preventing potential type-related errors.
New Features
No new features were introduced in this release.
Security Updates
No security fixes were included in this release.
Performance Improvements
No specific performance improvements were included in this release.
Impact Summary
This release primarily impacts developers using TypeScript with Payload's rich text adapters by fixing type definitions. The documentation improvements enhance the developer experience for new users installing Payload and those implementing live preview functionality. This is a maintenance release that addresses specific issues without introducing breaking changes or significant new features.
Full Release Notes
Statistics:
User Affected:
- Fixed TypeScript issues with rich text adapter types, improving type safety
- Updated installation documentation with modern npm syntax (removed deprecated --save flag)
- Better documentation for live preview features
