Releases: PanJiaChen/vue-element-admin
Releases · PanJiaChen/vue-element-admin
v3.7.1
- 🎉 add[permission]: add
checkPermission
function - 🎉 add[example]: add nested routes example (#789)
- ✨ refine[TagView]: support
route query
(#765) by @tmpbook - ✨ refine[UploadExcel-component]: set readerData to promise (#761)
- 🐛 fix[Tinymce]: remove legacyoutput (#745) && bug in content is null (#732) by @Insua
Breaking
Now use Runtime-only (#799)
Detail see Runtime-Compiler-vs-Runtime-only
- 🎉 新增了
checkPermission
全局权限校验的方法 - 🎉 新增了路由嵌套的示例(#789)
- ✨ 优化了[TagView]: 支持
route query
(#765) by @tmpbook - ✨ 优化了excel上传组件(#761)
- 🐛 修复了富文本内容为空的bug(#732) by @Insua 并且移除了
legacyoutput
插件(#745)
Breaking
Now use Runtime-only (#799)
Detail see Runtime-Compiler-vs-Runtime-only
v3.7.0
- 🎉 add v-permission (#653)
- 🎉 add guide page(base on driver.js) #534 (#707)
- ✨ refactor[ScrollBar](use el-scrollbar) (#646)
- ✨ refine page transition animation
- 🐛 fix[Tinymce] custom-btn bug in fullscreen
- 🐛 fix[sidebar] style bug in windows #702
- 🐛 fix[Sticky] bug in resize #721 #724 #725
- 🎉 新增了权限指令 v-permission (#653)
- 🎉 新增了引导页 guide page(基于 driver.js) #534 (#707)
- ✨ 重构了侧边栏滚动(改为使用 el-scrollbar) (#646)
- ✨ 优化了页面转场动画
- 🐛 修复了[Tinymce] 全屏情况下自定义按钮的样式问题
- 🐛 修复了[sidebar] 侧边栏在 windows 下的样式问题 #702
- 🐛 修复了[Sticky] 在屏幕 resize 时候出现的bug #721 #724 #725
Breaking
现在使用babel-plugin-dynamic-import-node
替代了之前_import_production.js
_import_development.js
的方案。
详情见文档
v3.6.6
v3.6.5
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
})
}
v3.6.3
v3.6.2
v3.6.1
v3.5.1
v3.5.0 Happy new year
- ✨ perf[i18n]: improved english version