mirror of https://github.com/ElemeFE/element
Updated ChangeLog 1.1.4 (markdown)
parent
0b8834e409
commit
ca8d4d5810
|
@ -11,6 +11,8 @@
|
|||
- 修复 DatePicker 初始值为 null 显示 1970,#2388
|
||||
- 修复 Table 缺少 filteredValue 属性,#2348
|
||||
- 修复 Table 空数据时且存在滚动条时的样式,#2396
|
||||
- 新增 MessageBox 的 `beforeClose` 属性,#2204
|
||||
- 修复可过滤的 Select 点击三角图标不显示下拉框的问题,#2389
|
||||
|
||||
### 非兼容性更新
|
||||
- 1.1.3 新增的 `default-sort-prop` 和 `default-sort-order` 属性现在合并为一个对象类型属性
|
||||
|
@ -28,6 +30,9 @@
|
|||
- Fixed DatePicker displaying 1970 when initial value is null, #2388
|
||||
- Fixed `filteredValue` attribute for Table, #2348
|
||||
- Fixed scrollable Table's style with empty data, #2396
|
||||
- Added `beforeClose` attribute for MessageBox, #2204
|
||||
- Fixed filterable Select not showing dropdown when triangle icon is clicked, #2389
|
||||
|
||||
|
||||
### Breaking change
|
||||
- The `default-sort-prop` and `default-sort-order` attributes added in 1.1.3 are now merged into an object-typed attribute
|
Loading…
Reference in New Issue