Skip to content

Releases: next-theme/hexo-theme-next

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

🐞 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

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

8.18.1

09 Oct 15:43
Compare
Choose a tag to compare

What's Changed

πŸ›  Improvements

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.18.0...v8.18.1

8.18.0

02 Aug 07:57
Compare
Choose a tag to compare

What's Changed

πŸ’₯ Breaking Changes

🌟 New Features

codeblock:
+  # Fold code block
+  fold:
+    enable: false
+    height: 500

⭐ Features

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

πŸ“– Documentation

Full Changelog: v8.17.1...v8.18.0

8.17.1

02 Jul 03:04
Compare
Choose a tag to compare

What's Changed

⭐ Features

-# AddThis Share. See: https://www.addthis.com
-# Go to https://www.addthis.com/dashboard to customize your tools.
-add_this_id:
  • Allow disabling the copyright statement (72302c2)
footer:
  copyright: false

🐞 Bug Fixes

  • Display warning message only once (824885e)

πŸ›  Improvements

πŸŒ€ External Changes

🌍 Localization

Full Changelog: v8.17.0...v8.17.1

8.17.0

04 Jun 05:43
Compare
Choose a tag to compare

What's Changed

🌟 New Features

+# WaveDrom tag
+wavedrom:
+  enable: false

πŸŒ€ External Changes

New Contributors

  • @r12f made their first contribution in #655

Full Changelog: v8.16.0...v8.17.0