Changelog: fix a 2.3.4 typo (#10710)

pull/10711/head
杨奕 2018-04-14 20:57:53 +08:00 committed by GitHub
parent c2a17fbcf6
commit e344b24eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
- Now you can customize Transfer's data item using scoped slot, #10577 - Now you can customize Transfer's data item using scoped slot, #10577
- Fixed clicking disabled prev and next button of Pagination still triggers `current-change` event, #10628 - Fixed clicking disabled prev and next button of Pagination still triggers `current-change` event, #10628
- Fixed Textarea displaying `undefined` in SSR when its value is not set, #10630 - Fixed Textarea displaying `undefined` in SSR when its value is not set, #10630
- Fixed disabled TabItem style when `type` is border-car, #10640 - Fixed disabled TabItem style when `type` is border-card, #10640
- Added `$index` as `formatter`'s fourth param of Table, #10645 - Added `$index` as `formatter`'s fourth param of Table, #10645
- Fixed CheckboxButton not exported in TypeScript declaration, #10666 - Fixed CheckboxButton not exported in TypeScript declaration, #10666

View File

@ -8,7 +8,7 @@
- Ahora se puede personalizar los datos de los items de Transfer usando scoped slot, #10577 - Ahora se puede personalizar los datos de los items de Transfer usando scoped slot, #10577
- Arreglado que los click de los botones `next` y `prev` en Pagination se deshabilitaban cuando se disparaba el evento `current-change`, #10628 - Arreglado que los click de los botones `next` y `prev` en Pagination se deshabilitaban cuando se disparaba el evento `current-change`, #10628
- Arreglado que Textarea mostraba `undefined` en SSR cuando el valor no era asignado, #10630 - Arreglado que Textarea mostraba `undefined` en SSR cuando el valor no era asignado, #10630
- Arreglado que se deshabilitaba el estilo del TabItem cuando `type` era border-car, #10640 - Arreglado que se deshabilitaba el estilo del TabItem cuando `type` era border-card, #10640
- Agregado `$index` como cuarto parametro en el atributo de las columnas de Table `formatter` , #10645 - Agregado `$index` como cuarto parametro en el atributo de las columnas de Table `formatter` , #10645
- Arreglado que CheckboxButton no se exportaba en la declaracion de TypeScript, #10666 - Arreglado que CheckboxButton no se exportaba en la declaracion de TypeScript, #10666

View File

@ -8,7 +8,7 @@
- 现在 Transfer 数据项的渲染支持通过 scoped slot 自定义,#10577 - 现在 Transfer 数据项的渲染支持通过 scoped slot 自定义,#10577
- 修复点击 Pagination 禁用的上一页、下一页按钮仍会触发 `current-change` 事件的问题,#10628 - 修复点击 Pagination 禁用的上一页、下一页按钮仍会触发 `current-change` 事件的问题,#10628
- 修复未绑定值的 Textarea 在 SSR 中会显示 `undefined` 的问题,#10630 - 修复未绑定值的 Textarea 在 SSR 中会显示 `undefined` 的问题,#10630
- 修复 `type` 为 border-car 的 Tabs 中被禁用标签项的样式,#10640 - 修复 `type` 为 border-card 的 Tabs 中被禁用标签项的样式,#10640
- 新增 `$index` 作为 Table 的 `formatter` 属性回调的第四个参数,#10645 - 新增 `$index` 作为 Table 的 `formatter` 属性回调的第四个参数,#10645
- 修复 TypeScript 类型声明未导出 CheckboxButton 的问题,#10666 - 修复 TypeScript 类型声明未导出 CheckboxButton 的问题,#10666