v3.6.4
-
✨ perf[editor-dashboard]: refine css z-index #509
-
✨ perf[excel]: refactor excel #536
-
🐛 fix[menu]: some bug in only has one showing child #484
-
🐛 fix[Tinmyce]: fiexd fullscreen ui bug #513
-
🐛 fix[ImageCropper]: $emit close bug #520
-
🐛 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
})
}
-
✨ 优化[editor-dashboard]: 优化 css z-index #509
-
✨ 优化[excel]: 重构了 excel导出函数 #536
-
🐛 修复[menu]: 菜单在是有一个可显示子元素的情况下会有问题 #484
-
🐛 修复[Tinmyce]: 富文本全屏 ui bug #513
-
🐛 修复[ImageCropper]: 上传头像组件关闭问题 #520
-
🐛 修复[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
})
}