Install

Works with Drupal: ^10.3 || ^11.2

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 131.25 KB
MD5: 04855335f479707329e1cba62d49f767
SHA-1: fc4c9007ddb1587c7eb2901d2225faf453ad2cda
SHA-256: 8b60ecd6030c906bc5a844e3fefe267e67383773dc3219f1fbdb94eb65e6d05c
Download zip 173.59 KB
MD5: 50d4d542cef3344c628f404418262110
SHA-1: e7981d842b6d491f4aa59ab8f1259ad8e77738bf
SHA-256: 16cf2dbd7c1da9eb19efae80b1a431753ffa9b3d724f47b329cd1639d6dba3d4

Release notes

Release candidate for the Drupal 11-ready rewrite.

Bug Fixes

- Preview now works on node create forms (#3545080) — Fixed three bugs
preventing preview from loading on /node/add/*: missing form class
registration, incorrect route name, and wrong AJAX argument order.
- Navigation module toolbar no longer renders in preview iframe (#3456791) —
Removes page_top['navigation'] and page_top['top_bar'] elements injected by
core's Navigation module, with CSS fallback for cached pages.
- Eliminated spurious "Leave preview?" dialogs (#3393916) — Removed the
inherited node/drupal.node.preview library whose click.preview handler
intercepted all link clicks in the edit form (entity browser, reference
fields, etc.).
- Null guard in toggleVisibility (#3578231) — Prevents TypeError when Gin
Theme 5.x restructures the admin toolbar DOM.
- Config schema for node type third-party settings (#3501910) — Adds the
missing schema block for the active boolean, fixing strict config validation
on Drupal 11. Includes hook_update_N to re-save existing config.

New Features

- SDC buttons as FormElement plugins (#3365415) — SettingsButton,
NewWindowButton, and FullscreenButton are now proper #[FormElement] plugins in
src/Element/, making them alterable via hook_form_alter().
- Tugboat support (#3508471) — Added .tugboat/config.yml for automated preview
environments.

Maintenance

- PHPUnit 11 compatibility — Added ^11.0 constraint so the test suite runs on
Drupal 11.3's shipped PHPUnit version.
- PHPStan baseline — Generated baseline for Prophecy/ObjectProphecy test-only
errors; src/ remains fully guarded.
- Drupal 11.3 preparation — General compatibility updates.

Created by: cosmicdreams
Created on: 8 Apr 2026 at 18:51 UTC
Last updated: 8 Apr 2026 at 18:51 UTC
Bug fixes
New features

Other releases