|
4 | 4 |
|
5 | 5 | *2020-05-18*
|
6 | 6 |
|
7 |
| -#### Bug fixes |
| 7 | +#### Corrección de errores |
8 | 8 |
|
9 | 9 | - Autocomplete
|
10 |
| - - Fix change event bug (#19200 by @sxzz) |
| 10 | + - Arreglado el error cuando se daba el evento change (#19200 by @sxzz) |
11 | 11 | - Image
|
12 |
| - - Update error status (#19194 by @lhx6538665) |
| 12 | + - Actualizado el estado de error (#19194 by @lhx6538665) |
13 | 13 |
|
14 |
| -#### Optimization |
| 14 | +#### Optimización |
15 | 15 |
|
16 | 16 | - I18n
|
17 |
| - - Update ru-RU popconfirm translation (#19220 by @Opppex) |
18 |
| - - Update vi translation (#19244 by @quangln2810) |
19 |
| - - Update Catalan and Spanish translations (#19296 by @Ismaaa) |
20 |
| - - Update Indonesia translation (#19320) by @therour) |
21 |
| - - Update Brazilian Portuguese translation (#19374 by @diegomengarda) |
| 17 | + - Actualización de la traducción del popconfirm al Ruso (#19220 by @Opppex) |
| 18 | + - Actualización de la traducción al vi (#19244 by @quangln2810) |
| 19 | + - Actualización de la traducción al Catalán y al Español (#19296 by @Ismaaa) |
| 20 | + - Actualización de la traducción al Indonesio (#19320) by @therour) |
| 21 | + - Actualización de la traducción al Portugués Brasileño (#19374 by @diegomengarda) |
22 | 22 |
|
23 | 23 |
|
24 | 24 | ### 2.13.1
|
25 | 25 |
|
26 | 26 | *2020-04-13*
|
27 | 27 |
|
28 |
| -#### New features |
| 28 | +#### Nuevas características |
29 | 29 | - Autocomplete
|
30 |
| - - Add change event (#17913 by @sxzz) |
| 30 | + - Agregado el evento change (#17913 by @sxzz) |
31 | 31 |
|
32 |
| -#### Bug fixes |
| 32 | +#### Corrección de errores |
33 | 33 |
|
34 | 34 | - Autocomplete
|
35 |
| - - Fix suggestion error when textarea (#18478 by @Roojay) |
| 35 | + - Solucionado el error de la sugerencia en textarea (#18478 by @Roojay) |
36 | 36 | - Carousel
|
37 |
| - - Fix console typo bug (#18264 by @IceFox) |
| 37 | + - Arreglado el error de escritura de la consola (#18264 by @IceFox) |
38 | 38 | - Image
|
39 |
| - - Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao) |
40 |
| - - Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao) |
41 |
| - - Don't show image-viewer when preview is false (#18967 by @inooNgt) |
| 39 | + - Solucionado el error de que no se mostraba el preview si no existía el src (#18975) (#19130 by @luckyCao) |
| 40 | + - Arreglado el problema de que el shortcut key no funcionaba la segunda vez (#18983) (#19156 by @luckyCao) |
| 41 | + - No muestra la imagen cuando preview es falso (#18967 by @inooNgt) |
42 | 42 | - Transfer
|
43 |
| - - Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx) |
| 43 | + - Corregida la altura (line-height) incorrecta del primer elemento del el-transfer cuando era usado con el-form-item (#18917 by @Hanx) |
44 | 44 | - InputNumber
|
45 |
| - - Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo) |
46 |
| -- Chore |
47 |
| - - Remove index intro (#19155 by @iamkun) |
48 |
| -- Doc |
49 |
| - - Popconfirm doc update (#18324 by @iamkun) |
50 |
| - - Fix step-strictly docs typo (#18705 by @dream2023) |
51 |
| - - Fix a type error in document of steps component (#17555 by @haoranyu) |
| 45 | + - Calculo correcto de inputNumberDisabled (#18439 by @ashuser-pendo) |
| 46 | +- Tarea |
| 47 | + - Se quito la introducción del index (#19155 by @iamkun) |
| 48 | +- Documentación |
| 49 | + - Actualización de la documentación de Popconfirm (#18324 by @iamkun) |
| 50 | + - Arreglado el error tipográfico de la documentación de Fix step-strictly (#18705 by @dream2023) |
| 51 | + - Corregido un type error en la documentación de steps component (#17555 by @haoranyu) |
52 | 52 |
|
53 | 53 | ### 2.13.0
|
54 | 54 |
|
55 | 55 | *2019-11-26*
|
56 | 56 |
|
57 |
| -#### New features |
| 57 | +#### Nuevas características |
58 | 58 |
|
59 | 59 | - Popconfirm
|
60 |
| - - Add popconfirm component (#17548 by @iamkun) |
| 60 | + - Agregado componente popconfirm (#17548 by @iamkun) |
61 | 61 |
|
62 |
| -#### Bug fixes |
| 62 | +#### Corrección de errores |
63 | 63 |
|
64 | 64 | - BackTop
|
65 |
| - - Use cubic bezier scrolling (by @lon) |
| 65 | + - Se usa cubic bezier para el scroll (by @lon) |
66 | 66 | - DatePicker
|
67 |
| - - Fix bug of only select min date of date range problem (#17191 by @smk0621) |
| 67 | + - Arreglado el fallo cuando solo se elegía fecha mínima en un rango de fechas (#17191 by @smk0621) |
68 | 68 | - Select
|
69 |
| - - Fix select test cases by (@msidolphin) |
| 69 | + - Arreglado los casos de test del select (by @msidolphin) |
70 | 70 | - Tree
|
71 |
| - - Add font-size for the style of tree empty-text (#17094 by @spengjie) |
| 71 | + - Agregado font-size para el estilo del texto cuando esta vacío el tree (#17094 by @spengjie) |
72 | 72 | - Table
|
73 |
| - - Column header can be costumed (#17291 by @ziyoung) |
74 |
| - - Update table header cell style (#17284 by @ziyoung) |
75 |
| - - Fix table header height after filter (#17348 by @ziyoung) |
76 |
| - - Fixed row-style with display not work (#17002 by @a631807682) |
77 |
| - - Fix header table not display (#17341 by @ziyoung) |
| 73 | + - La cabecera de la columna puede modificarse (#17291 by @ziyoung) |
| 74 | + - Se actualizo el estilo de la cabecera de la tabla de la celda (#17284 by @ziyoung) |
| 75 | + - Se soluciono el problema de height de la cabecera de la tabla después de un filtro (#17348 by @ziyoung) |
| 76 | + - Corregido el estilo de la fila que con display no funcionaba (#17002 by @a631807682) |
| 77 | + - Arreglado que la cabecera de la tabla no se mostraba (#17341 by @ziyoung) |
78 | 78 | - Calendar
|
79 |
| - - Import el-button and el-button-group (#17376 by @masongzhi) |
| 79 | + - La importación de el-button y el-button-group (#17376 by @masongzhi) |
80 | 80 | - MessageBox
|
81 |
| - - Fix icon position error (#17410 by @nullptru) |
| 81 | + - Corregido el error de posición del icono (#17410 by @nullptru) |
82 | 82 | - TimePicker
|
83 |
| - - Set the selection range after scrolling up or down (#16868 by @mattheyan) |
| 83 | + - Establecido el rango de selección después de hacer scroll (#16868 by @mattheyan) |
84 | 84 | - Message
|
85 |
| - - Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222) |
| 85 | + - Corregido el offsetHeight al cerrar la instancia(#17564) (#17852 by @gzwgq222) |
86 | 86 | - Form
|
87 |
| - - Callback of validateField should be optional (#17314 by @CarterLi) |
| 87 | + - La función de llamada de validateField es opcional (#17314 by @CarterLi) |
88 | 88 | - Cascader
|
89 |
| - - Fix TypeScript 3.7 compatibility (#17881 by @CarterLi) |
| 89 | + - Corregida la compatibilidad con TypeScript 3.7 (#17881 by @CarterLi) |
90 | 90 | - Menu
|
91 |
| - - Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun) |
| 91 | + - Corregido el error de la ruta de navegación duplicada cuando se usaba vue-router@^3.1.0 (#17269 by @iamkun) |
92 | 92 | - Dropdown
|
93 |
| - - Update type file (#17550 by @iamkun) |
| 93 | + - Actualización del tipo de archivo (#17550 by @iamkun) |
94 | 94 | - Progress
|
95 |
| - - Add strokeLinecap prop (#17552 by @iamkun) |
| 95 | + - Agregada la prop strokeLinecap (#17552 by @iamkun) |
96 | 96 | - InfiniteScroll
|
97 |
| - - Skip trigger event on invisible element (#17553 by @iamkun) |
| 97 | + - Salto del disparo de evento en elementos invisibles (#17553 by @iamkun) |
98 | 98 | - Image
|
99 |
| - - Perfect picture preview behavior (#16985 by @luckyCao) |
100 |
| - - Fix shield the page when preview big image (#16796 by @luckyCao) |
| 99 | + - Comportamiento perfecto de personalización de imágenes (#16985 by @luckyCao) |
| 100 | + - Corregida la pagina cuando se hace preview de imágenes grandes (#16796 by @luckyCao) |
101 | 101 | - Drawer
|
102 |
| - - Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu) |
| 102 | + - Corregido el fallo del append-to-body del drawer que no funcionaba (#16953 by @JeremyWuuuuu) |
103 | 103 | - Select
|
104 |
| - - Fix tag show value or empty issue (17199 by @luckyCao) |
| 104 | + - Corregido: ahora muestra el tag o el valor vacío (17199 by @luckyCao) |
105 | 105 | - Scrollbar
|
106 |
| - - Fix FireFox scroll bar width (#18091 by @iamkun) |
| 106 | + - Arreglado el ancho del scroll en FireFox (#18091 by @iamkun) |
107 | 107 |
|
108 |
| -#### Optimization |
| 108 | +#### Optimización |
109 | 109 |
|
110 | 110 | - I18n
|
111 |
| - - Update sv-SE.js (#17926 by @FOLLGAD) |
112 |
| - - Update avatar component fr doc (#17762 by @blombard) |
| 111 | + - Actualizado sv-SE.js (#17926 by @FOLLGAD) |
| 112 | + - Actualizada la documentación para francés para el componente avatar (#17762 by @blombard) |
113 | 113 | - Docs
|
114 |
| - - Fix time-select typo (#17250 by @wacky6) |
115 |
| - - Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu) |
116 |
| - - Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310) |
117 |
| - - Fix Changelog typo (#17874 by @renlixin) |
118 |
| - - Fix Loading demo (#17862 by @MBearo) |
119 |
| - - Add input event in input Events Table (#18061 by @zhouxinyong) |
120 |
| - - Delete Input repeat change event (#18085 by @zhouxinyong) |
| 114 | + - Arreglada la typografia de time-select (#17250 by @wacky6) |
| 115 | + - Arreglado en Drawer, ahora el atributo value acepta tipografías en español (#17122 by @haoranyu) |
| 116 | + - Actualización del Changelog 2.12.0 al español (#17364 by @Gonzalo2310) |
| 117 | + - Arreglo de la tipografía del Changelog (#17874 by @renlixin) |
| 118 | + - Arreglada la demo de Loading (#17862 by @MBearo) |
| 119 | + - Agregado el evento input en los inputs de Table (#18061 by @zhouxinyong) |
| 120 | + - Eliminado el evento repetitivo change de los input (#18085 by @zhouxinyong) |
121 | 121 |
|
122 | 122 | ### 2.12.0
|
123 | 123 |
|
|
1701 | 1701 |
|
1702 | 1702 | # #
|
1703 | 1703 |
|
1704 |
| -<i><sup>*</sup> El procesamiento dinámico de HTML arbitrario en su sitio web puede ser muy peligroso porque puede conducir fácilmente a [ataques XSS](https://en.wikipedia.org/wiki/Cross-site_scripting). Por lo tanto, cuando `dangerouslyUseHTMLString` está encendido, por favor asegúrese de que el contenido de `message` es confiable, y **nunca** asigne el `message` al contenido proporcionado por el usuario.</i>`` |
| 1704 | +<i><sup>*</sup> El procesamiento dinámico de HTML arbitrario en su sitio web puede ser muy peligroso porque puede conducir fácilmente a [ataques XSS](https://en.wikipedia.org/wiki/Cross-site_scripting). Por lo tanto, cuando `dangerouslyUseHTMLString` está encendido, por favor asegúrese de que el contenido de `message` es confiable, y **nunca** asigne el `message` al contenido proporcionado por el usuario.</i>`` |
0 commit comments