NOBUG: Add upgrade notes

This commit is contained in:
Jake Dallimore
2026-03-06 12:10:31 +08:00
parent 971fc7f1a8
commit d52b85dfb5
2 changed files with 24 additions and 0 deletions
+13
View File
@@ -6,6 +6,19 @@ More detailed information on key changes can be found in the [Developer update n
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
## 4.5.10+
### core
#### Added
- There is a new Behat `toast_message` named selector to more easily assert the presence of Toast messages on the page
For more information see [MDL-87443](https://tracker.moodle.org/browse/MDL-87443)
- The `core/toast` JS module now accepts a `visuallyHidden` configuration parameter to render visually hidden toast messages for screen reader users.
For more information see [MDL-87993](https://tracker.moodle.org/browse/MDL-87993)
## 4.5.9
### core
+11
View File
@@ -1,5 +1,16 @@
# core (subsystem) Upgrade notes
## 4.5.10+
### Added
- There is a new Behat `toast_message` named selector to more easily assert the presence of Toast messages on the page
For more information see [MDL-87443](https://tracker.moodle.org/browse/MDL-87443)
- The `core/toast` JS module now accepts a `visuallyHidden` configuration parameter to render visually hidden toast messages for screen reader users.
For more information see [MDL-87993](https://tracker.moodle.org/browse/MDL-87993)
## 4.5.9
### Changed