NexT 8.21.0 Released

What's Changed

πŸ’₯ Breaking Changes

  • Remove local_search.trigger option (659e82b)
    local_search:
    - # If auto, trigger search by changing input.
    - # If manual, trigger search by pressing enter key or search button.
    - trigger: auto

🌟 New Features

  • Trigger Search Event when user presses Ctrl + K by @penxian in https://github.com/next-theme/hexo-theme-next/pull/804

⭐ Features

  • Refactor Algolia search: drop instantsearch.js by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/795

🐞 Bug Fixes

  • Fix mermaid folding (6742735)
  • Fix .menu-item-active::after (07acb27)
  • Fix mermaid copy button (5c02480)
  • Fix empty innerText (ddecbe3)
  • Fix muse.js 404 (0708dc7)

πŸ›  Improvements

  • Prefer object-shorthand (524c369)
  • Better use of parseInt and Number (17259c0)
  • Specify transition-property (da8db69)
  • Use Array.flat in motion.js (783b6ff)

πŸŒ€ External Changes

  • Update dependency stylelint to v16.9.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/792
  • Update dependency eslint to v9.10.0 - autoclosed by @renovate in https://github.com/next-theme/hexo-theme-next/pull/800
  • Update dependency c8 to v10 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/807
  • Update dependency mocha to v10.7.3 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/814
  • Update dependency hexo to v7.3.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/821
  • Update dependency chai to v4.5.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/825

πŸ“– Documentation

  • Update pull request template (263841b)

🌍 Localization

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

New Contributors

  • @penxian made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/804
  • @sghuang19 made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/828

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.20.0...v8.21.0

Detailed changes for NexT v8.21.0