moodle/theme/boost/UPGRADING.md
2024-09-13 13:22:02 +02:00

24 lines
1.4 KiB
Markdown

# theme_boost Upgrade notes
## 4.5dev+
### Added
- Bridged theme-color-level using a new shift-color function to prepare for its deprecation in Boostrap 5.
For more information see [MDL-81816](https://tracker.moodle.org/browse/MDL-81816)
- Upon upgrading Font Awesome from version 4 to 6, the solid family was selected by default. However, FA6 includes additional families such as regular and brands. Support for these families has now been integrated, allowing icons defined with icon_system::FONTAWESOME to use them. Icons can add the FontAwesome family (fa-regular, fa-brands, fa-solid) near the icon name to display it using this styling.
For more information see [MDL-82210](https://tracker.moodle.org/browse/MDL-82210)
### Changed
- Bootstrap .no-gutters class is no longer used, use .g-0 instead.
For more information see [MDL-81818](https://tracker.moodle.org/browse/MDL-81818)
- The `.page-header-headings` CSS class now has a background colour applied to the maintenance and secure layouts.
You may need to override this class in your maintenance and secure layouts if both of the following are true:
* Your theme plugin inherits from `theme_boost` and uses this CSS class
* Your theme plugin applies a different styling for the page header for the maintenance and secure layouts.
For more information see [MDL-83047](https://tracker.moodle.org/browse/MDL-83047)