Skip to content

Releases: next-theme/hexo-theme-next

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

8.15.1

02 Apr 02:50
Compare
Choose a tag to compare

What's Changed

⭐ Features

🐞 Bug Fixes

  • Fix .footer-fixed toggle and position (1501440)

πŸŒ€ External Changes

🌍 Localization

New Contributors

Full Changelog: v8.15.0...v8.15.1

8.15.0

01 Mar 12:02
Compare
Choose a tag to compare

What's Changed

⭐ Features

🐞 Bug Fixes

πŸ›  Improvements

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.14.2...v8.15.0

v8.14.2

01 Feb 04:23
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fix disqus comment count display with PJAX enabled (29de93d)
  • Fix umami & plausible enable option (9b84153)

πŸŒ€ External Changes

πŸ“– Documentation

  • Update docs of excerpt_description (7e908ba)

Full Changelog: v8.14.1...v8.14.2

v8.14.1

01 Jan 13:26
Compare
Choose a tag to compare

What's Changed

⭐ Features

  • Add transition animation for the height of tab-content when tab switches by @zhmou in #596
  • Add rel="me" to social links by @mudkipme in #605
  • Reorder the animations of post lists (0ed4632)

🐞 Bug Fixes

  • Fix multi-comments & Gemini style (e9cb704)
  • Fix class name of disqusjs (0834d1c)

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.14.0...v8.14.1

v8.14.0

02 Dec 06:14
Compare
Choose a tag to compare

What's Changed

🌟 New Features

+# Umami Analytics
+# See: https://umami.is/
+umami:
+  enable: false
+  script_url: # https://umami.example.com/script.js
+  website_id: # <your website id>

+# Plausible Analytics
+# See: https://plausible.io/
+plausible:
+  enable: false
+  script_url: # https://plausible.io/js/script.js
+  site_domain: # www.example.com

⭐ Features

  • Putting blogroll and related-posts in separate sidebar-inner elements by @stevenjoezhang in #593
  • Move custom text settings to language file (de453da)
    Options for string translation are removed from _config.yml, to support multilingual websites. To customize the translations, you need to create a languages.yml file in source/_data directory, then add codes like this:
zh-CN:
  sidebar:
    links: ι“ΎζŽ₯
  widget:
    github: 在 GitHub δΈŠε…³ζ³¨ζˆ‘
    chat: 聊倩
  reward:
    comment: ζ”―ζŒδΈ€ζ Ήζ£’ζ£’η³–οΌ

en:
  sidebar:
    links: Friends
  • Remove widgetpack rating (179176e)
-# Star rating support to each article.
-# To get your ID visit https://widgetpack.com
-rating:
-  enable: false
-  id:     # <app_id>
-  color:  "#fc6423"
  • Add cc icon in post-copyright (f9dd986)
  • Add motion.transition.menu_item (705201b)
motion:
  transition:
+    menu_item: fadeInDown

🐞 Bug Fixes

  • Fix URL of related posts (243d81e)
  • Fix span.social-link color (c09c78c)
  • Fix body.sidebar-active content width (0e79d30)

πŸ›  Improvements

πŸŒ€ External Changes

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #590
  • Update dependency eslint to v8.28.0 by @renovate in #585
  • Update dependency chai to v4.3.7 by @renovate in #588
  • Migrate to stylelint (3763e0d)

πŸ“– Documentation

🌍 Localization

New Contributors

  • @lgtm-com made their first contribution in #590
  • @fossabot made their first contribution in #594

Full Changelog: v8.13.2...v8.14.0

v8.13.2

03 Nov 02:26
Compare
Choose a tag to compare

What's Changed

⭐ Features

  • Add preload tag for main.css by @njzjz in #577
  • Show follow-me qrcode image in current page instead of open new tab (c108c96)

πŸ›  Improvements

πŸŒ€ External Changes

Full Changelog: v8.13.1...v8.13.2

v8.13.1

03 Oct 16:25
Compare
Choose a tag to compare

What's Changed

⭐ Features

changyan:
+  # Show comments count
+  count: true

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.13.0...v8.13.1

v8.13.0

10 Sep 16:03
Compare
Choose a tag to compare

What's Changed

🌟 New Features

  • Add matomo as an analytics provider by @foliet in #553
+# Matomo Analytics
+# See: https://matomo.org/
+matomo:
+  enable: false
+  server_url: # https://www.example.com/
+  site_id: # <your site id>

⭐ Features

🐞 Bug Fixes

πŸŒ€ External Changes

New Contributors

Full Changelog: v8.12.3...v8.13.0