Skip to content

Commit b42df0a

Browse files
committed
[docs] Add Bootstrap 5 upgrade to Developer update
1 parent 6e2e088 commit b42df0a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/devupdate.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Both of these values may be combined for plugins supporting both Moodle 4.5 and
108108

109109
## Themes
110110

111+
### Activity icon colors
112+
111113
<Since version="5.0" issueNumber="MDL-83725" />
112114

113115
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;
136138

137139
:::
138140

141+
### Bootstrap 5
142+
143+
<Since version="5.0" issueNumber="MDL-75669" />
144+
145+
Bootstrap has been upgraded to version 5, bringing new features and improvements.
146+
As part of this transition, we have implemented a backwards-compatibility layer to ensure a smooth migration for third-party plugins and custom code.
147+
148+
For more details on the upgrade process and how to utilize the compatibility layer, please visit [Bootstrap 5 migration](./guides/bs5migration/index.md).
149+
This will help you adapt your projects to the latest Bootstrap version.
150+
139151
## Unit Tests
140152

141153
<Since version="5.0" issueNumber="MDL-83468" />

0 commit comments

Comments
 (0)