Skip to content

Releases: next-theme/hexo-theme-next

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

8.16.0

06 May 01:57
Compare
Choose a tag to compare

What's Changed

🌟 New Features

+# AddToAny Share. See: https://www.addtoany.com
+addtoany:
+  enable: false
+  buttons:
+    - facebook
+    - twitter

⭐ Features

# Umami Analytics
# See: https://umami.is/
umami:
  enable: false
  script_url: # https://umami.example.com/script.js
  website_id: # <your website id>
+  host_url: # <your umami site url>
# Define custom file paths.
# Create your custom files in site directory `source/_data` and uncomment needed files below.
custom_file_path:
  #head: source/_data/head.njk
  #header: source/_data/header.njk
  #sidebar: source/_data/sidebar.njk
  #postMeta: source/_data/post-meta.njk
+  #postBodyStart: source/_data/post-body-start.njk
  ...

🐞 Bug Fixes

  • Fix header class name conflict with pandoc (ed4bb2b)
  • Fix figcaption position when mobile_layout_economy enabled (c8b8456)

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.15.1...v8.16.0