Skip to content
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
federicobond committed Apr 22, 2026
commit a5d6a9e9bdfa394288934fcc353e8fef4c4fb55a
7 changes: 5 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Pending
about requiring an up-to-date browser.
* Updated to render the toolbar in a shadow DOM for better isolation
from the rest of the page. This can be disabled with the setting
``USE_SHADOW_DOM``. Note that this may break custom themes and panes
that have not yet been updated for shadow DOM support.
``USE_SHADOW_DOM``.
* Note that custom themes overriding CSS variables on :root must move
those overrides to ``#djDebug``, and custom panels that rely on external
styles or DOM lookups reaching into the toolbar will need updates to
work with the shadow DOM.

6.3.0 (2026-04-01)
------------------
Expand Down
Loading