4.2.0
版本发布时间: 2019-05-21 10:59:14
PanJiaChen/vue-element-admin最新发布版本:4.4.0(2020-06-21 21:42:12)
:tada: 新功能
- 新增 Spanish 文档 (#2070 by @yamelsenih )
- vuex store 自动导入时支持嵌套文件夹 (#2047 by @yamelsenih )
- svg 组件支持 通过外部 url 的方式引入 svg (#2052 )
- 登录时支持携带 query (#2013 )
:bug: 修复
- 修复了 Dashboard 图表在移动端展示问题(#2060)
- 修复重定向页面会在
vue-devtool
中出现 bug(#2066 ) - 修复切换用户权限时的 bug (#2072 )
:sparkles: 优化
- Tinymce 富文本优化为按需加载的形式 (#2102 )
- Error Log 组件新增 清除 log 按钮(#2065 by @toruksmakto )
- 优化 Right Panel 组件样式 (#2101 by @Liugq5713 )
- 个人详情页 移动端适配(#2020)
- 默认情况在生产环境中使用
MockJS
模拟数据。若有需求请自己移除。(4ef0782189004e98cf427fd5eafc908d0a14a7d6) - 当页面跳转至
redirect
的时候,面包屑不在变化(#2086 )。
:warning: Breaking Changes
- generate
postcss.config.js
instead of.postcssrc.js
,与vue-cli
保持一致
:tada: Features
- Add Spanish (#2070 by @yamelsenih )
- Vuex store import supports (#2047 by @yamelsenih )
- Svg component support import svg from url (#2052 )
- Support to carry the query when logging in(#2013 )
:bug: Bugs
- Fixed Dashboard chart showing issues on mobile#2060)
- Fixed the redirect page will cause a bug in
vue-devtool
(#2066 ) - Fixed bug when switching user permissions (#2072 )
:sparkles: Optimization
- Dynamic import Tinymce(#2102 )
- Error Log component added Clear log button(#2065 by @toruksmakto )
- Optimize the right panel component style (#2101 by @Liugq5713 )
- Profile page mobile adapter(#2020)
- By default,
MockJS
is used to simulate data in a production environment. Please remove it if you need it.(4ef0782189004e98cf427fd5eafc908d0a14a7d6) - When the page jumps to
redirect
, the breadcrumbs are not changing (#2086).
:warning: Breaking Changes
- generate
postcss.config.js
instead of.postcssrc.js
, consistent withvue-cli