github PanJiaChen/vue-element-admin v3.6.4

latest releases: 4.4.0, 4.3.1, 4.3.0...
6 years ago
  • ✨ perf: misplaced script tag #507 @amedora

  • ✨ perf: change tab char to 2 spaces #522 @yugasun

  • ✨ perf: change in operation to Object.keys #518 @yugasun

  • ✨ 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
    })
}

  • ✨ 优化: index.html script 标签插入位置 #507 @amedora

  • ✨ 优化: 使用 2 空格替代一个tab #522 @yugasun

  • ✨ 优化: 使用 Object.keys 来遍历 #518 @yugasun

  • ✨ 优化[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
    })
}

Don't miss a new vue-element-admin release

NewReleases is sending notifications on new releases.