NOBUG: Add upgrade notes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user