This is a release candidate for the next maintenance minor release of Drupal 10. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. More information on release candidates.
This maintenance minor provides important dependency updates and API additions for Drupal 10 sites to provide the best forward-compatibility with Drupal 11. It does not break backward compatibility (BC) for public APIs. This is according to Drupal core's backward compatibility and experimental module policies.
Drupal 10.6.x will receive security support until December 2026. Drupal 10.5.x will continue to receive security support until June 2026.
Drupal 10.4.x security support has ended. Sites on any Drupal version prior to 10.5.x should upgrade to a supported release as soon as possible.
Important update information
Frontend (CSS and JavaScript) production dependency changes
-
CKEditor has been updated to https://github.com/ckeditor/ckeditor5/releases/tag/v47.3.0>CKEditor v47.3.0.
Known issues
Search the issue queue for known issues.
All changes since Drupal 10.6.0-beta1
- task: #3561087 Add equivalent updates hook to prevent downgrades from 10.6 to 11.2
- feat: #3561212 Update CKEditor 5 to 47.3.0
- fix: #3479427 Single Directory Components incompatible with Windows
- task: #3490713 Return the correct typehint when Drupal::service() is called with a class string
- task: #3536191 Remove RainbowArray as maintainer for Breakpoint and Responsive Image
- fix: #3553671 BrowserTestBase::initMink crashes if not using DrupalTestBrowser
- fix: #3506870 Tabledrag misalignment and "Show row weights" link
- docs: #3098676 EntityConstraintViolationListInterface::filterByFields documentation is opposite of actual functionality
- Back to dev.