Releases
4.2.2
🎉 新功能
🐛 修复
✨ 优化
📖 文档
🎉 Features
Added plop
store template (#2805 by @monkeycf )
Added CodeSandbox
, could run code online (#2976 )
🐛 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 in Safari
(#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
to 2.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 through import
(#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
default source-map
in development environment to improve compilation speed (#3097 )
Optimized TagsView
, hide right button when scrolling (#3118 by @AIME1991 )
📖 文档
You can’t perform that action at this time.