Skip to content

4.0.1

Compare
Choose a tag to compare
@PanJiaChen PanJiaChen released this 10 Apr 07:55
· 184 commits to master since this release

🎉 新功能

  • 修改 vuex 模块为自动导入(#1815 by @Estelle00 )
  • 新增 mock-server 支持热更新 (#1850 )
  • 侧边栏新增 高亮选项 activeMenu,可手动配置路由需要高亮的侧边栏(#1833 )

🐛 修复

  • 修复了侧边栏 scrollbar 滚动慢和定位问题(#1853 )
  • 修复了 Guide demo 页面的 bug (184125b , 25414f1)
  • 修复了 在设置了 FixedHeader 情况下,页面布局的 bug(a8c6e11)
  • 修复 tags-view 关闭最后一个页面是首页的时候出现的 bug(#1866 by @de1ck )
  • 修复了 tags-view 的层级问题(c923726)
  • 修复了 error-log 的层级问题(#1844 by @ansonhorse )
  • 修复了 drag-list demo 在 Firefox 下的 bug (#1841)
  • 修复了在使用cnpm安装模块后,optimization.splitChunks 失效的问题(c833cb6)
  • 修复了侧边栏 Sidebar 在设置了alwaysShow: true 外链跳转失效问题 (#1870)

✨ 优化


🎉 Features

  • Modify the vuex module to auto import(#1815 by @Estelle00 )
  • Added mock-server support for hot reload (#1850 )
  • Sidebar adds a highlight option activeMenu to manually configure the route to highlight in the sidebar (#1833)

🐛 Bugs

  • Fixed sidebar scrollbar scrolling slow and positioning problem(#1853 )
  • Fixed bug on Guide demo page(184125b , 25414f1)
  • Fixed style bugs with FixedHeader set(a8c6e11)
  • Fixed tags-view the bug that occurred when closing the last page was the home page (#1866 by @de1ck )
  • Fixed a problem with the tags-view z-index(c923726)
  • Fixed a problem with the error-log z-index(#1844 by @ansonhorse )
  • Fixed bug with drag-list demo in Firefox (#1841)
  • Fixed optimization.splitChunks failed after installing modules with cnpm(c833cb6)
  • Fixed Sidebar setting alwaysShow: true external link bug(#1870)

✨ Optimization

  • Login page, add capitalization prompt when write password (#1845 by @mayunhai )