Skip to content

Commit af1a287

Browse files
Gonzalo2310Leopoldthecoder
authored andcommitted
Docs: update es changelog for 2.4.1 (#11546)
1 parent db928de commit af1a287

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

CHANGELOG.es.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
*2018-06-08*
66

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
1919

2020
### 2.4.0 Fullerene
2121

examples/docs/es/dialog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,5 @@ Si la variable ligada a `visible` se gestiona en el Vuex store, el `.sync` no pu
318318
| ---------------- | ---------------------------------------- | ---------- |
319319
| open | se activa cuando se abre el cuadro de Diálogo ||
320320
| close | se dispara cuando el Diálogo se cierra ||
321-
| closed | triggers when the Dialog closing animation ends ||
321+
| closed | se activa cuando finaliza la animación de cierre del Diálog ||
322+

examples/docs/es/tabs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Solo las pestañas de tipo tarjeta soportan adición y cierre.
376376
| editable | si la Pestaña es añadible y cerrable | boolean || false |
377377
| value | nombre de la pestaña seleccionada | string || nombre de la primer pestaña |
378378
| tab-position | posición de tabulación | string | top/right/bottom/left | top |
379-
| stretch | whether width of tab automatically fits its container | boolean | - | false |
379+
| stretch | si el ancho del tab se ajusta automáticamente a su contenedor | boolean | - | false |
380380
| before-leave | función `hook` antes de cambiar de pestaña. Si se devuelve `false` o se devuelve una `Promise` y luego se rechaza, se evitará el cambio. | function |||
381381

382382
### Eventos de Pestañas

0 commit comments

Comments
 (0)