Skip to content

Releases: next-theme/hexo-theme-next

v8.23.1

08 Jun 08:28
Compare
Choose a tag to compare

What's Changed

🌟 New Features

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

🐞 Bug Fixes

πŸŒ€ External Changes

πŸ“– Documentation

New Contributors

Full Changelog: v8.23.0...v8.23.1

v8.23.0

31 Mar 13:59
Compare
Choose a tag to compare

What's Changed

πŸ’₯ Breaking Changes

  • Load scripts using defer in instead of putting them in the end of by @kemchenj in #882

⭐ Features

  • Supports customizing the width of the follow-me QR code by @Jiajun-Peng in #837

🐞 Bug Fixes

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

πŸ›  Improvements

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.22.0...v8.23.0

v8.22.0

01 Jan 08:58
Compare
Choose a tag to compare

What's Changed

⭐ Features

motion:
+  duration: 200

🐞 Bug Fixes

πŸ›  Improvements

πŸŒ€ External Changes

πŸ“– Documentation

  • Update community URLs in README (8bdea2b)

New Contributors

Full Changelog: v8.21.1...v8.22.0

8.21.1

20 Nov 10:05
Compare
Choose a tag to compare

What's Changed

⭐ Features

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.21.0...v8.21.1

8.21.0

21 Sep 03:09
Compare
Choose a tag to compare

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 #804

⭐ Features

  • Refactor Algolia search: drop instantsearch.js by @stevenjoezhang in #795
  • Support dark mode for note tags in modern style by @sghuang19 in #828
  • Add dark color scheme for text selection by @sghuang19 in #829

🐞 Bug Fixes

πŸ›  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

πŸ“– Documentation

  • Update pull request template (263841b)

🌍 Localization

New Contributors

  • @penxian made their first contribution in #804
  • @sghuang19 made their first contribution in #828

Full Changelog: v8.20.0...v8.21.0

v8.20.0

01 May 13:18
Compare
Choose a tag to compare

What's Changed

πŸ’₯ Breaking Changes

  • Feature: display sidebar on mobile for Pisces and Gemini by @triccsr in #710
sidebar:
-  # Manual define the sidebar width. If commented, will be default for:
-  # Muse | Mist: 320
-  # Pisces | Gemini: 240
-  #width: 300
+  # Sidebar width.
+  # Applicable to Muse | Mist and mobile of Pisces | Gemini.
+  width_expanded: 320
+  # Applicable to desktop of Pisces | Gemini.
+  width_dual_column: 240

🌟 New Features

  • Add post_count helper (26d682c)
  • Support for hiding page header (ca0e6f0)
  • Add link posts feature (4cba2a3)

🐞 Bug Fixes

πŸ›  Improvements

  • Reorder sidebar animation (f7014d3)
  • Update .category-list-count style (3d34a11)
  • Refactor .menu-item style (6bf97f6)

πŸŒ€ External Changes

πŸ“– Documentation

  • Remove dollar signs before commands (cd1a082)

New Contributors

Full Changelog: v8.19.2...v8.20.0

8.19.2

04 Mar 10:40
Compare
Choose a tag to compare

What's Changed

πŸ›  Improvements

  • Adapt to Hexo 7 highlight settings (269eae3)
  • Add notranslate to prevent translating code by @maple3142 in #769

πŸŒ€ External Changes

Full Changelog: v8.19.1...v8.19.2

8.19.1

04 Mar 10:39
Compare
Choose a tag to compare

What's Changed

πŸŒ€ External Changes

Full Changelog: v8.19.0...v8.19.1

8.19.0

02 Dec 16:14
Compare
Choose a tag to compare

What's Changed

⭐ Features

  • Update Google Analytics only_pageview mode to GA4 by @maple3142 in #649
google_analytics:
+  # only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4
+  measure_protocol_api_secret:

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.18.2...v8.19.0

8.18.2

09 Oct 16:01
Compare
Choose a tag to compare

What's Changed

πŸŒ€ External Changes

🌍 Localization

Full Changelog: v8.18.1...v8.18.2