Moodle release 3.5.17
[moodle.git] / lib / editor / atto / upgrade.txt
blobf892f5b211f58688b569d83e1c95134f64994d43
1 This files describes API changes in the editor_atto code.
3 === 3.4 ===
5 * The following functions, previously used (exclusively) by upgrade steps are not available
6   anymore because of the upgrade cleanup performed for this version. See MDL-57432 for more info:
7     - atto_equation_update_librarygroup4_setting()
9 === 3.0 ===
11 * Rangy updated to 1.3.0.
12   Rangy has deprecated the createCssClassApplier function in this version (it is now createClassApplier).
14 === 2.9 ===
16 * When adding a shortcut to the button of a plugin, atto will add a layer of validation
17 to ensure that only the required keys are pressed. However, if you are using a custom
18 keyConfig object you must validate the shortcut yourself. This is particularly important
19 for non-English keyboard users. For more information read the documentation of
20 EditorPluginButtons::_addKeyboardListener() and MDL-47133.