NexT 8.0.1 Released
🌟 New Features
- Add NProgress (#79)
+# Progress bar in the top during page loading.
+# For more information: https://github.com/rstacruz/nprogress
+nprogress:
+ enable: false
+ spinner: true
vendors:
...
+ # NProgress.js
+ nprogress_js:
+ nprogress_css:
⭐ Features
- Support cdnjs (96c68a9)
🐞 Bug Fixes
- Fix post-meta position in scheme Mist (c9cdf1c)
- Fix site-state-item padding (4b8a17b)
- Fix: handle invalid config (d51ca0e)
- Use
textContent
instead ofinnerText
(52234e5)
🛠 Improvements
- Refactor sidebar-panel using flex layout (d6f344f)
- Fix serverURLs of Valine (9919fb5)
🌀 External Changes
- Update dependency hexo to v5.2.0 (#111)
- Update dependency husky to v4.3.0 (#107)
- Update dependency hexo-renderer-marked to v3.3.0 (#105)
- Update dependency eslint to v7.10.0 (#99)
- Update _vendors.yml (35d1e68)
For full changes, see the comparison between v8.0.0 and v8.0.1
Detailed changes for NexT v8.0.1