mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-35590 block_navigation: fix remaining issues
This commit is contained in:
parent
10ac8baf6e
commit
6759dc35fe
15 changed files with 101 additions and 75 deletions
|
@ -1,6 +1,12 @@
|
|||
This files describes API changes in /blocks/* - activity modules,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.1 ===
|
||||
|
||||
* The collapsed class was removed from the navigation block to make it compatible with aria.
|
||||
* New aria attributes were added on the navigation block [aria-expanded="false"].
|
||||
* The tree JS handling were moved from YUI to AMD module (Jquery).
|
||||
|
||||
=== 2.9 ===
|
||||
|
||||
* The obsolete method preferred_width() was removed (it was not doing anything)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue