|
4 | 4 |
|
5 | 5 | *2018-06-08*
|
6 | 6 |
|
7 |
| -- Removed Autocomplete's duplicate type declaration, #11388 |
8 |
| -- Fixed Select's dropdown arrow style in FireFox when nested in Form, #11427 |
9 |
| -- Fixed clear icon of Select still showing when the initial value is `null`, #11460 |
10 |
| -- Fixed disabled radio showing box-shadow when clicked, #11462 |
11 |
| -- Added `iconClass` attribute for MessageBox, #11499 |
12 |
| -- Added `stretch` attribute for Tabs, #11476 |
13 |
| -- Fixed rendering order issue of TabPane when Tabs is `lazy`, #11461 |
14 |
| -- Fixed Table not retaining current highlight row when expanded, #11464 |
15 |
| -- Fixed focusing state when `before-leave` returns a resolved promise, #11386 |
16 |
| -- Fixed disabled Popover still creating poppers, #11426 |
17 |
| -- Fixed Tree's endless loop when a new node is added in lazy mode, #11430 (by @wangjingf) |
18 |
| -- Added `closed` event for Dialog, #11490 |
| 7 | +- Removida la declaración duplicada de type en Autocompletar, #11388 |
| 8 | +- Corregido el estilo de flecha en el dropdown de Select en FireFox cuando se anidaba en el formulario, #11427 |
| 9 | +- Corregido que el ícono `clear` de Select seguia apareciendo cuando el valor inicial era `null`, #11460 |
| 10 | +- Arreglado que cuando el radio estaba `disabled` mostraba el box-shadow al hacer click, #11462 |
| 11 | +- Añadido el atributo `iconClass` para MessageBox, #11499 |
| 12 | +- Añadido el atributo `stretch` para Tabs, #11476 |
| 13 | +- Arreglado el problema de orden de renderizado de TabPane cuando Tabs es `lazy`, #11461 |
| 14 | +- Arreglado que Table no retenia la fila actual de resaltados cuando se expandia, #11464 |
| 15 | +- Arreglado que focusing state cuando `before-leave` devolvia una promesa resuelta, #11386 |
| 16 | +- Arreglado que Popover deshabilitado seguia creando poppers, #11426 |
| 17 | +- Arreglado el bucle sin fin de Tree cuando se añadia un nuevo nodo en modo `lazy`, #11430 (por @wangjingf) |
| 18 | +- Añadido el evento `closed` para Dialog, #11490 |
19 | 19 |
|
20 | 20 | ### 2.4.0 Fullerene
|
21 | 21 |
|
|
0 commit comments