Releases: PanJiaChen/vue-element-admin
Releases · PanJiaChen/vue-element-admin
v3.4.1
v3.4.0
- 💥 与
vue-cli
的webpack-template
保持同步,使用webpack-dev-server
来构建。
详情见Switch to webpack-dev-server
- 💥 Stay in sync
vue-cli
ofwebpack-template
,switch to webpack-dev-serve.
detail see Switch to webpack-dev-server
v3.3.0
v3.2.0
- 🎉 新增 (inlineEditable) calcel button 点击取消恢复原始内容 ebc2ac0 #335
- ✨ 优化 addRoutes 增加
replace: true
修复点击浏览器两次才能返回的问题 a9d2978 #334 - ✨ 优化 tagsView 将它store 单独抽成一个module ca75f7b
- 🐛 修复 获取
element-ui
某些情况获取不正确 b793916 @lvsmart #337 - 🐛 修复 dndList 页面不会被缓存 b53d094
- 🎉 add (inlineEditable) calcel button click will restore the title ebc2ac0 #335
- ✨ perf addRoutes add
replace: true
so the navigation will not leave history record a9d2978 - ✨ perf tagsView split it to a single module ca75f7b
- 🐛 fixed get
element-ui
version bug b793916 @lvsmart #337 - 🐛 fixed dndList can't be cached bug b53d094
v3.1.1
v3.1.0 Land of the Lustrous
- 🎉 新增 moveToCurrentTag 每次路由变化时 tags-view 会定位到当前打开tag的位置 705b9cc
- ✨ 优化 dashboard 使用栅格布局 8f9de5c
- ✨ 优化 i18n 页面的自适应 dd3e22d
- ✨ 优化 综合table demo 38192b8
- ✨ 优化 移除mock api 时候的模拟延迟 8ce571b
- ✨ 优化 侧边栏 移除 unique-opened c84964d
- 🐛 修复 动态换肤 theme-picker bug 0f53041
- 🐛 修复 sticky 组件在 keep-alive 情况下的bug cef1f11
- 🎉 add moveToCurrentTag (when router change, tags-view will locate to current tag) 705b9cc
- ✨ perf dashboard and use css grid 8f9de5c
- ✨ perf i18n change it to resizeable dd3e22d
- ✨ perf complex-table demo 38192b8
- ✨ perf remove mock api settimeout 8ce571b
- ✨ perf sidebat remove unique-opened c84964d
- 🐛 fixed theme-picker bug 0f53041
- 🐛 fixed sticky bug in keep-alive cef1f11
v3.0.0 The Legend of Zelda: Breath of the Wild
重大升级!
路由
规范了路由配置,统一使用将配置放入meta之中。
keep-alive
优化了tags-view 标签栏导航,现在能手动配置需要缓冲的页面。
Dashboard
重构了dashboard
请求
之前将 axios 请求封装了一个实例,文件夹取名为 fetch。新版本为了规避与原生 fetch 名字上的歧义,所以将原本所有叫 fetch
的都更改为了 request
,使用方法和原先没有任何的区别。
代码地址:@/utils/request.js
Layout
调整了 layout 的目录结构
Style
新增了 variables.scss 和 transition.scss
Svg Icon
优化了svg icon 并将组件名修改为 svg-icon
国际化
新增了国际化 vue-i18n
使用文档
新增了 使用文档
不兼容更新
该项目目前使用[email protected]版本,所以最低兼容 Vue 2.5.0
v2.2.1
- 新增 env_config 变量来优化打包 a842a4b
- 优化导出 excel 样式 a8602e7 @spiritree
- 修复 browserslist 书写错误bug 516897b
- 修复 NProgress 在某些情况下不会done 1c852db @dingyi1993
- 修复 cookie token 不正确的情况下 页面死锁问题 76f4017