Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in core_form libraries and APIs,
7
information provided here is intended especially for developers.
8
 
9
=== 4.4 ===
10
 
11
* Now autocomplete suggestions will preserve classes defined in respective original "option" elements
12
  Alongside with that new ".suggestions-heading" class was added to easily generate suggestion headings
13
* The `core/form-autocomplete` module now exports an `enhanceField` method to return native promise (of
14
  which the previous `enhance` is now a wrapper of, while preserving jQuery promise return)
15
* The group element has a new method `getAttributesForFormElement` which should be used in conjunction
16
  with `createFormElement` to ensure that all elements within the group have unique IDs
17
* New method `setHiddenLabel` added to the group form element type
18
* The deprecated `moodle-core-formchangechecker` YUI module and legacy `M.core_formchangechecker` have been
19
  removed and can no longer be used
20
 
21
=== 4.3 ===
22
 
23
* Added a new parameter to allow Groups to add attributes.
24
 
25
=== 4.2 ===
26
 
27
* The moodle-form-passwordunmask module has been removed. It was deprecated in Moodle 3.2.