From b42df0a57d3166768bdf747517e7a4c7a0f774dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Mart=C3=ADn?= Date: Wed, 5 Mar 2025 14:21:58 +0100 Subject: [PATCH] [docs] Add Bootstrap 5 upgrade to Developer update --- docs/devupdate.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/devupdate.md b/docs/devupdate.md index 865fe11e6c..979cbe6409 100644 --- a/docs/devupdate.md +++ b/docs/devupdate.md @@ -108,6 +108,8 @@ Both of these values may be combined for plugins supporting both Moodle 4.5 and ## Themes +### Activity icon colors + Themes can now customize activity icon colors using simple CSS variables. The new variables introduced are: @@ -136,6 +138,16 @@ $activity-icon-interactivecontent-bg: #c70827; ::: +### Bootstrap 5 + + + +Bootstrap has been upgraded to version 5, bringing new features and improvements. +As part of this transition, we have implemented a backwards-compatibility layer to ensure a smooth migration for third-party plugins and custom code. + +For more details on the upgrade process and how to utilize the compatibility layer, please visit [Bootstrap 5 migration](./guides/bs5migration/index.md). +This will help you adapt your projects to the latest Bootstrap version. + ## Unit Tests