Skip to content

Releases: PanJiaChen/vue-element-admin

v3.4.1

22 Dec 03:16
Compare
Choose a tag to compare
  • ✨ perf[drag-table]:refine the effect && fixed row-key bug cb3578e
  • ✨ use import replace require.ensure 7fef856
  • ✨ remove useless plugin eventsource-polyfill 04d9b84
  • 🐛 fix[tags-view]: fixed bug in DEL_OTHERS_VIEWS (#368) @tlx6550

v3.4.0

15 Dec 06:15
Compare
Choose a tag to compare

v3.3.0

13 Dec 10:41
Compare
Choose a tag to compare
  • 🎉 新增 travis ci
  • 🎉 新增 tags-view 的右键操作 @leij1ang
  • ✨ 优化重构 error-log 组件,提供更多的报错信息并且存储在vuex
  • 🐛 修复 火狐浏览器下 scollbarscrollpane 滚动bug 85492f1 #340

  • 🎉 add travis ci
  • 🎉 add contextmenu of tags-view @leij1ang
  • ✨ refactor error-log component, provide more error info and save in vuex
  • 🐛 fixed scollbar and scrollpane bug in Firefox 85492f1 #340

v3.2.0

08 Dec 10:30
Compare
Choose a tag to compare
  • 🎉 新增 (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

06 Dec 06:23
Compare
Choose a tag to compare
  • ✨ 将国际化 generateTitle 方法提取到utilsacebaea
  • 🐛 修复 侧边栏在默些特殊情况下的bug d09923f

  • ✨ add generateTitle to utils acebaea
  • 🐛 fixed when sidebar item only has one children but nested d09923f

v3.1.0 Land of the Lustrous

05 Dec 03:31
Compare
Choose a tag to compare
  • 🎉 新增 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

29 Nov 02:45
Compare
Choose a tag to compare

重大升级!

路由

规范了路由配置,统一使用将配置放入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

25 Oct 09:32
Compare
Choose a tag to compare

v2.2.0 Rick and Morty

27 Sep 02:47
Compare
Choose a tag to compare

v2.1.1

25 Sep 09:45
Compare
Choose a tag to compare
  • refine:将所有 icon-class 调整为英文
  • refine:优化MdInput组件,使其支持element-icon,并增加验证demo @leij1ang

  • refine:set all icon-class to english
  • refine:refine MdInput component, support element-icon and add validate demo @leij1ang