NexT

Theme for Hexo

🌟 New Features

  • Support preconnect hint for CDN (#122)
    +# Preconnect CDN for fonts and plugins.
    +# For more information: https://www.w3.org/TR/resource-hints/#preconnect
    +preconnect: false

🐞 Bug Fixes

  • Fix scroll position of post-toc (537db5f)
  • Fix follow_me link (5385def)

🛠 Improvements

  • Support absolute path for search DB (c1a2073)
  • Optimize video tag (afb052c)
  • New element .sidebar-panel-container (885e0b7)

🌀 External Changes

  • Update dependency mocha to v8.2.0 (#128)
  • Update dependency eslint to v7.12.1 (#124)
  • Update actions/cache action to v2 (#129)

For full changes, see the comparison between v8.0.1 and v8.0.2

Detailed changes for NexT v8.0.2

🌟 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 of innerText (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

⭐ Features

  • Support reprint statement (#89)
  • Refactor vendors (#72)
    vendors:
    + # The default CDN provider of third-party plugins.
    + # Available values: local, jsdelivr, unpkg, cdnjs
    + # Dependencies for `plugins: local`: https://github.com/next-theme/plugins
    + plugins: jsdelivr
  • Image thumbnails in archive page (7b91f8e)
  • Rename per_page to every_page (a3dcac5)
    math:
    - per_page: true
    + every_page: false

🐞 Bug Fixes

  • Fix pjax scroll restoration (#74)
  • Fix .post-title-link position (#76)
  • Fix darkmode post-gallery image opacity (04ced15)
  • Fix id conflict with markdown headerlink (523e39e)
  • Fix .tabs-comment style (8d57b6d)
  • Fix mermaid background color (376d718)
  • Fix search result position (bc89931)

🛠 Improvements

  • Optimize prism: support copy_button (04da779)
  • Refactor layout (f76c0d8)
  • Optimize canonical URL (219adff)
  • Optimize Algolia Search (92bdb32)
  • Refactor Gemini style (19160b8)
  • Separate the styles of different schemes (bdf59f1)
  • Refactor post-footer using flex layout (23d9163)
  • Optimize figcaption style (90d0a5f)
  • Optimize box-shadow of .site-brand-container (402c34e)
  • Optimize the path setting of LiveRe & Valine (5e1b0d0)
  • Update ICP link (#96)
  • Uniform hexadecimal color (#93)

🌀 External Changes

  • Use @next-theme/eslint-config (a96d112)
  • CDN settings for Firebase (ee5b41f)
  • Update MathJax CDN URL (09f0f7b)
  • Update dependency hexo-renderer-marked to v3.1.0 (#94)
  • Update dependency hexo to v5.1.1 (#85)
  • Update dependency mocha to v8.1.3 (#82)
  • Update dependency eslint to v7.7.0 (#69)
  • Update _vendors.yml (7e8458f)

📖 Documentation

  • Update docs (7cd83a4)
  • Update docs (1bbe8f4)

🌍 Localization

  • New Crowdin updates (#91)

For full changes, see the comparison between v8.0.0-rc.5 and v8.0.0

Detailed changes for NexT v8.0.0

💥 Breaking Changes

  • Replace Velocity.js with Animate.css (#41)

🌟 New Features

  • Unit testing using Mocha and Chai (#59)

⭐ Features

  • Remove console reminder (533fea7)
    -# Console reminder if new version released.
    -reminder: false
  • Include additional themes for prism (2e4e1bc)
  • Extract hexo-next-three to plugins (31298d0)
    -# JavaScript 3D library.
    -# Dependencies: https://github.com/next-theme/theme-next-three
    -three:
    - enable: false
    - three_waves: false
    - canvas_lines: false
    - canvas_sphere: false

    vendors:
    ...
    - # JavaScript 3D library
    - # three: //unpkg.com/three@0/build/three.min.js
    - # three_waves: //cdn.jsdelivr.net/gh/next-theme/theme-next-three@1/three-waves.min.js
    - # canvas_lines: //cdn.jsdelivr.net/gh/next-theme/theme-next-three@1/canvas_lines.min.js
    - # canvas_sphere: //cdn.jsdelivr.net/gh/next-theme/theme-next-three@1/canvas_sphere.min.js
    - three:
    - three_waves:
    - canvas_lines:
    - canvas_sphere:
  • New plugin @next-theme/plugins (cb05848)
  • Support event.description in schedule page (e1beb71)

🐞 Bug Fixes

  • The search button is invisible when search service was enabled but menu was empty (#42)
  • Fix id conflict with markdown headerlink (7f3e4b1)
  • Fix sidebar animation issue (79bb4c9)
  • Fix null value of .search-input selector (dca900a)
  • Disable cache when language_switcher is enabled (5d521ca)
  • Reset animation-fill-mode (582ce74)
  • Use @require instead of @import (33723be)
  • Fix mermaid tag (10b577c)

🛠 Improvements

  • Optimize language selector (#52)
  • Update CDN URL (#61)
  • Optimize local search (#64)
  • Rename json to safedump (1905443)
  • Refactor site-nav animation: drop Velocity (659347c)
  • Optimize sidebar-panel animation (1b00414)
  • Use classList.replace (e9addc9)
  • Use Math.hypot & destructure (96406e7)
  • Run lebab (924318a)
  • Update changyan comments (bfa9a75)
  • Refactor next_font helper & NexT.utils.loadComments (e953cbf)
  • Optimize toggle-line (c954bc2)
  • Refactor tags (b6c1aba)
  • Optimize post-gallery style (5883e29)
  • Refactor group-pictures using flex layout (fc68fbe)

🌀 External Changes

  • Update dependency eslint to v7.5.0 (#43)
  • Update dependency eslint-config-theme-next to v1.2.1 (#53)
  • Update dependency mocha to v8.1.0 (#68)
  • Install husky (78da9ab)

📖 Documentation

  • Update for Hexo 5.0 (#58)
  • New Valine options (#62)
  • Update README.md (b8b3f17)
  • Remove Required Node version (f148857)

For full changes, see the comparison between v8.0.0-rc.4 and v8.0.0-rc.5

Detailed changes for NexT v8.0.0-rc.5

0%