v3.6.4
版本发布时间: 2018-03-26 14:17:56
PanJiaChen/vue-element-admin最新发布版本:4.4.0(2020-06-21 21:42:12)
-
:sparkles: perf: misplaced script tag #507 @amedora
-
:sparkles: perf: change tab char to 2 spaces #522 @yugasun
-
:sparkles: perf: change in operation to Object.keys #518 @yugasun
-
:sparkles: perf[editor-dashboard]: refine css z-index #509
-
:sparkles: perf[excel]: refactor excel #536
-
:bug: fix[menu]: some bug in only has one showing child #484
-
:bug: fix[Tinmyce]: fiexd fullscreen ui bug #513
-
:bug: fix[ImageCropper]: $emit close bug #520
-
:bug: fix[TodoList]: fixed css bug with z-index #535
Breaking
- Set
export_json_to_excel
parameter variable to Object #536 Such as:
{
excel.export_json_to_excel({
header: tHeader,
data,
filename: this.filename,
autoWidth: this.autoWidth
})
}
-
:sparkles: 优化: index.html script 标签插入位置 #507 @amedora
-
:sparkles: 优化: 使用 2 空格替代一个tab #522 @yugasun
-
:sparkles: 优化: 使用 Object.keys 来遍历 #518 @yugasun
-
:sparkles: 优化[editor-dashboard]: 优化 css z-index #509
-
:sparkles: 优化[excel]: 重构了 excel导出函数 #536
-
:bug: 修复[menu]: 菜单在是有一个可显示子元素的情况下会有问题 #484
-
:bug: 修复[Tinmyce]: 富文本全屏 ui bug #513
-
:bug: 修复[ImageCropper]: 上传头像组件关闭问题 #520
-
:bug: 修复[TodoList]: 修复css bug with z-index #535
Breaking
- 新
export_json_to_excel
函数传参变为 Object #536 例如:
{
excel.export_json_to_excel({
header: tHeader,
data,
filename: this.filename,
autoWidth: this.autoWidth
})
}