Downloads

Download tar.gz 25.44 KB
MD5: f9e0f0d1e3e045f5e7117c8847b144e3
SHA-1: fd7214954601b5a1bdb68b35d87b405f19358dbd
SHA-256: b5e4f1be5c31da09506be84951d5dc6453be85524f54dde67af9d63d7639ee1e
Download zip 42.58 KB
MD5: ade8674afbb2e6c907f9c5b6be14910e
SHA-1: b7c4f20fa3adcc3ef47d0211d527ff0e5c1468d9
SHA-256: 893142ba81e5813ff586b08fca96c369c213a2912deb399ea26aedd83355396f

Release notes

Another beta! So soon, you ask? Why, yes...we're fast cool like that. We fixed several bugs that surfaced in beta1 when Drupal core 11.3 was released, and added one great feature to the administrative UI.

As per usual with pre-releases, this release should be used for testing only and is not suitable for building websites. There is no update path for Drupal CMS.

To spin up a Drupal CMS project, use the following commands:

composer create-project drupal/cms:^2 -s beta --no-install
cd cms
composer config minimum-stability beta
composer install
composer drupal:recipe-unpack

If you are using DDEV, run these commands in an empty directory:

ddev config --project-type=drupal11 --docroot=web
ddev composer create-project drupal/cms:^2 -s beta --no-install
ddev composer config minimum-stability beta
ddev composer install
ddev composer drupal:recipe-unpack

To install Drupal CMS using Drush, you can use:

drush site:install

This will install the Starter site template. To install Byte, use:

drush site:install ../recipes/byte

Have fun!

Contributors (6)

catch, dejan0, grienauer, pameeela, phenaproxima, thejimbirch

Changelog

Issues: 9 issues resolved.

Changes since 2.0.0-beta1 (compare):

Bug

  • fix: #3563819 Don't redirect unpublished nodes to login page
  • fix: #3564037 Redirecting to the login page on 403 is broken
  • fix: #3564139 Tweak Selenium timeout to reduce performance testing flakiness

Feature

  • feat: #3563854 Add Drupal community events block to the dashboard

Misc

  • Refine tagging script so that it only finds components that are in the subtree split.
  • Adjust outdated constraints in project template.

Task

  • feat: #3563772 For development, always install dev branches of ancillary projects
  • CI: #3564039 Make performance tests a manually triggered job
  • feat: #3559823 Switch to Drupal 11.3
  • feat: #3562036 Starter should test that it ships copies of all Canvas components that is uses
  • feat: #3564128 Send performance data to Tag1
Created by: phenaproxima
Created on: 19 Dec 2025 at 15:57 UTC
Last updated: 19 Dec 2025 at 15:57 UTC
Bug fixes
New features
Unsupported

Other releases