github PanJiaChen/vue-element-admin 4.1.0

latest releases: 4.4.0, 4.3.1, 4.3.0...
5 years ago

🎉 新功能

  • 页面title修改为动态的,会随着页面的变化而变化,不再是写死的 (#1910 by @ren8179 )
  • 新增 profile 个人详情页 (#1953 by @tuandm )
  • 国际化新增了日语 (#1999 by @linzhengen )

🐛 修复

✨ 优化

  • 全面优化了代码注释
  • 优化了部分全局 css
  • 为公用函数增加了JSDoc注释 (#1883 by @tuandm )
  • Tinymce 增加了 width 参数 (#1952 by @ansonhorse )
  • login 页面的 input 增加 tabindex 使其支持 tab 切换 (#1933 by @toruksmakto )
  • 优化了设置了 fixedHeader 情况下滚动效果 (e8e6c7e)

⚠️ Breaking Changes

  • master 分支将默认不在支持国际化,所有国际化内容移至 i18n 分支 (#1828)
  • 修改Breadcrumb的参数名 noredirect => noRedirect(4ee334a)
  • 全局优化了文件名 (#1884) 详情命名规则见文档
  • Tinymce 改用 cdn 引入的方式 (#1996 )

🎉 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 )

🐛 Bugs

✨ 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 (e8e6c7e)

⚠️ 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 )

Don't miss a new vue-element-admin release

NewReleases is sending notifications on new releases.