🎉 新功能
🐛 修复
- 修复
autocomplete
拼写错误 (#2191 by @mgbq) - 修复
Dashboard
debounce bug (#2597 by @mayunhai) - 修复 登出时
TagsView
没有清除的 bug (#2632) - 修复 若干
TagsView
bug (#2634, #2649) - 修复
Charts
在被keep-alive
后,resize 的 bug (#2922) - 修复
UserCard
中的拼错误 (#3056 by @echofly) - 修复
parseTime
函数在Safari
中的 bug (#3066 by @Aisen60) - 修复
parseTime
函数在在传入空值时的 bug (#3038 by @c-f-cooper)
✨ 优化
- 默认请求不开启
withCredentials
,有跨域需求的请自行设置 (9538d1b) - 升级
axios
版本,修复安全漏洞 (018c20a) - 升级
element-ui
至2.13.0
版本 - 增加
jsconfig.json
文件,以便让编辑器支持文件点击跳转 (#2609 by @FrancisSano) - 优化
file-saver
的引入方式,通过import
的方式引入 (#2347 by @gaoshijun1993) - 优化若干代码写法 (#2720,#2725,#2733,#2732,#2739,#2744,#2791 by @thaycacac)
- 优化登出按钮的可点击区域 (#2896) by @wangshantao)
- 优化
mock-server
(#2966 by @roblues) - 在开发环境中使用
vue-cli
默认的source-map
以提高编译速度 (#3097) - 优化
TagsView
,当滚动时隐藏右键按钮 (#3118 by @AiMe1991)
📖 文档
- docs: improve Japanese translation (#2970 by @artn)
- docs: Improve read me files and changes in Spanish (#3234 by @EdwinBetanc0urt)
🎉 Features
🐛 Bugs
- Fix spelling error of
autocomplete
(#2191 by @mgbq) - Fix
Dashboard
debounce bug (#2597 by @mayunhai) - Fix the bug that
TagsView
was not cleared when logging out (#2632) - Fix several
TagsView
bugs (#2634, #2649) - Fix "Charts" resize bug after being "keep-alive" (#2922)
- Fix misspelling in
UserCard
(#3056 by @echofly) - Fix bug of
parseTime
function inSafari
(#3066 by @Aisen60) - Fix bug of
parseTime
function when passing null value (#3038 by @c-f-cooper)
✨ Optimization
- The default request does not enable
withCredentials
, please set it yourself if you have cross-domain requirements (9538d1b) - Upgrade
axios
version, fix security holes (018c20a) - Upgrade
element-ui
to2.13.0
version - Add
jsconfig.json
file to let the editor support file click and jump (#2609 by @FrancisSano) - Optimize the way of importing
file-saver
, importing throughimport
(#2347 by @gaoshijun1993) - Optimized some code writing (#2720,#2725,#2733,#2732,#2739,#2744,#2791 by @thaycacac)
- Optimized the clickable area of the logout button (#2896) by @wangshantao)
- Optimized
mock-server
(#2966 by @roblues) - Use
vue-cli
defaultsource-map
in development environment to improve compilation speed (#3097) - Optimized
TagsView
, hide right button when scrolling (#3118 by @AiMe1991)
📖 文档
- docs: improve Japanese translation (#2970 by @artn)
- docs: Improve read me files and changes in Spanish (#3234 by @EdwinBetanc0urt)