4.1.0
版本发布时间: 2019-05-05 17:05:04
PanJiaChen/vue-element-admin最新发布版本:4.4.0(2020-06-21 21:42:12)
:tada: 新功能
- 页面
title
修改为动态的,会随着页面的变化而变化,不再是写死的 (#1910 by @ren8179 ) - 新增 profile 个人详情页 (#1953 by @tuandm )
- 国际化新增了
日语
(#1999 by @linzhengen )
:bug: 修复
- 修复了 permission 页面的重定向错误 (#1908 by @linfeimy )
- 修复了
v-el-height-adaptive-table
指令的 bug (#1924 by @yuntao1997 ) - 修复了在 windows 下 mock-server 的 bug (#1939 by @dingangang )
- 修复了综合实例页面
display_time
一直是NaN
的 bug (#2001 by @dolonfly )
:sparkles: 优化
- 全面优化了代码注释
- 优化了部分全局 css
- 为公用函数增加了
JSDoc
注释 (#1883 by @tuandm ) - Tinymce 增加了 width 参数 (#1952 by @ansonhorse )
- login 页面的 input 增加
tabindex
使其支持 tab 切换 (#1933 by @toruksmakto ) - 优化了设置了
fixedHeader
情况下滚动效果 (e8e6c7e79c2488779090f00efc5f1bbfcb04bd5b)
:warning: Breaking Changes
- master 分支将默认不在支持国际化,所有国际化内容移至 i18n 分支 (#1828)
- 修改
Breadcrumb
的参数名noredirect
=>noRedirect
(4ee334a) - 全局优化了文件名 (#1884) 详情命名规则见文档
- Tinymce 改用 cdn 引入的方式 (#1996 )
:tada: Features
- The
title
of the page is now dynamic and will change as the page changes. It is no longer written dead. (#1910 by @ren8179 ) - Add profile profile page (#1953 by @tuandm )
- i18n added
Japanese
lang (#1999 by @linzhengen )
:bug: Bugs
- Fixed redirect error for permission page (#1908 by @linfeimy )
- Fixed bug with
v-el-height-adaptive-table
directive (#1924 by @yuntao1997 ) - Fixed a bug with mock-server under windows (#1939 by @dingangang )
- Fixed example page
display_time
which has been a bug forNaN
(#2001 by @dolonfly )
:sparkles: Optimization
- Optimized code comments
- Optimized some global css
- Added
JSDoc
comment to global function (#1883 by @tuandm ) - Tinymce added the width prop (#1952 by @ansonhorse )
- The input of the login page adds
tabindex
to support tab switching. (#1933 by @toruksmakto ) - Optimized the scrolling effect when
fixedHeader
is set (e8e6c7e79c2488779090f00efc5f1bbfcb04bd5b)
:warning: Breaking Changes
- The master branch will not support i18n by default, and i18n will be moved to i18n branch (#1828)
- Modify the parameter name of
Breadcrumb
noredirect
=>noRedirect
(4ee334a) - Globally optimized file name (#1884) For details of naming rules, see Documentation
- Import Tinymce from cdn (#1996 )