NexT

Theme for Hexo

What's Changed

🌀 External Changes

  • Update dependency mocha to v11.7.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/891
  • Update dependency eslint to v9.30.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/892
  • Update dependency stylelint to v16.21.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/893

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.23.1...v8.23.2

Detailed changes for NexT v8.23.2

What's Changed

🌟 New Features

  • Support code language name display (13cc317)
codeblock:
+ # Display language name
+ language: false

🐞 Bug Fixes

  • Escape page metadata in post template (Fix #883) by @frezcirno in https://github.com/next-theme/hexo-theme-next/pull/884
  • Fix the page flickers when the search dialog pops up by @penxian in https://github.com/next-theme/hexo-theme-next/pull/860
  • Downgrade algoliasearch (de0342a)

🌀 External Changes

  • New Action: Publish to npm (934baf9)
  • Update dependency eslint to v9.28.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/885
  • Update dependency stylelint to v16.20.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/886
  • Update dependency mocha to v11.5.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/889

📖 Documentation

  • Update docs (d9c1707)
  • Add GPT URL (2c02824)

New Contributors

  • @frezcirno made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/884

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.23.0...v8.23.1

Detailed changes for NexT v8.23.1

What's Changed

💥 Breaking Changes

  • Load scripts using defer in instead of putting them in the end of by @kemchenj in https://github.com/next-theme/hexo-theme-next/pull/882

⭐ Features

  • Supports customizing the width of the follow-me QR code by @Jiajun-Peng in https://github.com/next-theme/hexo-theme-next/pull/837

🐞 Bug Fixes

  • Fix .links-of-blogroll-item width (fd38526)
  • Fix page:loaded event (0a170b8)
  • Fix post title overflow (2791a40)

🛠 Improvements

  • Fix missing pjax on Web Archive by @wherewhere in https://github.com/next-theme/hexo-theme-next/pull/871
  • Optimize comments.js file loading condition by @kemchenj in https://github.com/next-theme/hexo-theme-next/pull/683
  • Reset p style to browser default (e64fd52)
  • Use optional chaining (bd3961d)

🌀 External Changes

  • Update dependency chai to v5 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/744
  • Update dependency hexo-renderer-marked to v7 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/869
  • Update dependency eslint to v9.23.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/872
  • Update dependency stylelint to v16.17.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/873
  • Update dependency mocha to v11.1.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/876

New Contributors

  • @kemchenj made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/683
  • @Jiajun-Peng made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/837

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.22.0...v8.23.0

Detailed changes for NexT v8.23.0

What's Changed

⭐ Features

  • Switch to Google Fonts v2 API (bec4ea9)
  • Duration configuration of motion by @Zerohertz in https://github.com/next-theme/hexo-theme-next/pull/846
motion:
+ duration: 200

🐞 Bug Fixes

  • Fix figcaption style (17b57da)
  • Fix unit test (1b69557)
  • Fix SCRIPT1028 caused by async by @wherewhere in https://github.com/next-theme/hexo-theme-next/pull/852
  • Fix .menu-item-active::after style (58004e8)

🛠 Improvements

  • Clean up style (cf701a1)
  • Use scrollbar-gutter (64772b0)
  • Use auto-fill in link-grid (6548d0b)
  • Remove type from script tag (a77778a)
  • Remove CSS vendor prefixes (b0a4285)
  • Optimize .links-of-blogroll-item style (3fb181f)
  • Reorder imports (77adbf5)

🌀 External Changes

  • New action GitHub Releases To Discord (5639be9)
  • Update dependency eslint to v9.17.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/847
  • Update dependency stylelint to v16.12.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/851
  • Update dependency mocha to v11 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/853
  • Update dependency c8 to v10.1.3 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/857

📖 Documentation

  • Update community URLs in README (8bdea2b)

New Contributors

  • @Zerohertz made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/846
  • @wherewhere made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/852

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.21.1...v8.22.0

Detailed changes for NexT v8.22.0

0%