Changelog: update for 2.0.10

pull/9089/head
Gonzalo Nandez 2017-12-30 17:10:12 +01:00 committed by 杨奕
parent 4588894e00
commit 46036317bb
2 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@
*2017-12-29*
- Fixed wrong max height calculation of Table when fixed column and summary row co-exist, #9026
- Fixed uncompiled color style of empty text in Table, #9028
- Now DatePicker only emits `change` event when value is truly changed, #9029 (by @remizovvv)
- Added `tabindex` attribute for Input, #9041 (by @dicklwm)
- Corregido el calculo incorrecto de la altura máxima de Table cuando fixed column y summary row coexisten, #9026
- Solucionado el estilo de color que no lo compilaba para textos vacíos en Table, #9028
- Ahora DatePicker sólo emite el evento `change` cuando el valor cambia verdaderamente, #9029 (by @remizovvv)
- Añadido atributo `tabindex` para Input, #9041 (by @dicklwm)
### 2.0.9🎄

View File

@ -643,7 +643,7 @@ Búsqueda de datos desde el servidor.
| autofocus | igual que `autofocus` en el input nativo | boolean | — | false |
| form | igual que `form` en el input nativo | string | — | — |
| label | texto de la etiqueta | string | — | — |
| tabindex | caja de entrada tabindex | string | - | - |
| tabindex | orden de tabulacion para el Input | string | - | - |
### Input slots