NexT

Theme for Hexo

What's Changed

⭐ Features

  • Update Google Analytics only_pageview mode to GA4 by @maple3142 in https://github.com/next-theme/hexo-theme-next/pull/649
  • Update beian URL by @Leao9203 in https://github.com/next-theme/hexo-theme-next/pull/723

🌀 External Changes

  • Update actions/checkout action to v4 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/697
  • Update dependency stylelint to v15.11.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/709
  • Update dependency eslint to v8.55.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/711
  • Update actions/setup-node action to v4 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/713
  • Update dependency hexo to v7 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/715
  • Update dessant/lock-threads action to v5 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/718
  • Update dependency hexo-renderer-marked to v6.2.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/726

New Contributors

  • @maple3142 made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/649
  • @Leao9203 made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/723

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.18.2...v8.19.0

Detailed changes for NexT v8.19.0

What's Changed

🌀 External Changes

  • Update dependency eslint to v8.51.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/698
  • Update dependency chai to v4.3.10 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/701

🌍 Localization

  • New Crowdin updates by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/703

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.18.1...v8.18.2

Detailed changes for NexT v8.18.2

What's Changed

🛠 Improvements

  • Support folding code blocks in tabs by @PeichengLiu in https://github.com/next-theme/hexo-theme-next/pull/694

🌀 External Changes

  • Update dependency eslint to v8.48.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/685
  • Update dependency stylelint to v15.10.3 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/688
  • Update dependency chai to v4.3.8 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/695

New Contributors

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.18.0...v8.18.1

Detailed changes for NexT v8.18.1

What's Changed

💥 Breaking Changes

  • Upgrade to fancybox 5 by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/677

🌟 New Features

  • Support folding code blocks by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/679
    codeblock:
    + # Fold code block
    + fold:
    + enable: false
    + height: 500

⭐ Features

  • Remove gitter support (223ea19)
    -# Gitter is a chat and networking platform.
    -# For more information: https://gitter.im
    -gitter:
    - enable: false
    - room:
  • Remove link posts feature (a24450d)

🐞 Bug Fixes

  • Fix next_url: add new option to decodeURI (b85201b)

🛠 Improvements

  • Update fa CSS selector (0624149)
  • Create code-container element (c596155)

🌀 External Changes

  • Update dependency stylelint to v15 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/611
  • Update dependency hexo-renderer-marked to v6.1.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/675
  • Update dependency eslint to v8.46.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/676
  • Update dependency c8 to v8.0.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/680
  • Refactor Pull Request Reminder (8fd8f92)

📖 Documentation

  • Update gitter url (d3b76a8)
  • Add npm downloads badge (dc8e5e1)

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.17.1...v8.18.0

Detailed changes for NexT v8.18.0

0%