Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency hexo-theme-next to v8.20.0 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hexo-theme-next (source) 8.13.1 -> 8.20.0 age adoption passing confidence

Release Notes

next-theme/hexo-theme-next (hexo-theme-next)

v8.20.0

Compare Source

What's Changed

💥 Breaking Changes
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: next-theme/hexo-theme-next@v8.19.2...v8.20.0

v8.19.2: 8.19.2

Compare Source

What's Changed

🛠 Improvements
🌀 External Changes

Full Changelog: next-theme/hexo-theme-next@v8.19.1...v8.19.2

v8.19.1: 8.19.1

Compare Source

What's Changed

🌀 External Changes

Full Changelog: next-theme/hexo-theme-next@v8.19.0...v8.19.1

v8.19.0: 8.19.0

Compare Source

What's Changed

⭐ Features
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: next-theme/hexo-theme-next@v8.18.2...v8.19.0

v8.18.2: 8.18.2

Compare Source

What's Changed

🌀 External Changes
🌍 Localization

Full Changelog: next-theme/hexo-theme-next@v8.18.1...v8.18.2

v8.18.1: 8.18.1

Compare Source

What's Changed

🛠 Improvements
🌀 External Changes

New Contributors

Full Changelog: next-theme/hexo-theme-next@v8.18.0...v8.18.1

v8.18.0: 8.18.0

Compare Source

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: next-theme/hexo-theme-next@v8.17.1...v8.18.0

v8.17.1: 8.17.1

Compare Source

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: next-theme/hexo-theme-next@v8.17.0...v8.17.1

v8.17.0: 8.17.0

Compare Source

What's Changed

🌟 New Features
+# WaveDrom tag
+wavedrom:
+  enable: false
🌀 External Changes

New Contributors

Full Changelog: next-theme/hexo-theme-next@v8.16.0...v8.17.0

v8.16.0: 8.16.0

Compare Source

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: next-theme/hexo-theme-next@v8.15.1...v8.16.0

v8.15.1: 8.15.1

Compare Source

What's Changed

⭐ Features
🐞 Bug Fixes
  • Fix .footer-fixed toggle and position (1501440)
🌀 External Changes
🌍 Localization

New Contributors

Full Changelog: next-theme/hexo-theme-next@v8.15.0...v8.15.1

v8.15.0: 8.15.0

Compare Source

What's Changed

⭐ Features
🐞 Bug Fixes
🛠 Improvements
🌀 External Changes

New Contributors

Full Changelog: next-theme/hexo-theme-next@v8.14.2...v8.15.0

v8.14.2

Compare Source

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: next-theme/hexo-theme-next@v8.14.1...v8.14.2

v8.14.1

Compare Source

What's Changed

⭐ Features
🐞 Bug Fixes
  • Fix multi-comments & Gemini style (e9cb704)
  • Fix class name of disqusjs (0834d1c)
🌀 External Changes

New Contributors

Full Changelog: next-theme/hexo-theme-next@v8.14.0...v8.14.1

v8.14.0

Compare Source

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 https://github.com/next-theme/hexo-theme-next/pull/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
📖 Documentation
🌍 Localization

New Contributors

Full Changelog: next-theme/hexo-theme-next@v8.13.2...v8.14.0

v8.13.2

Compare Source

What's Changed

⭐ Features
🛠 Improvements
🌀 External Changes

Full Changelog: next-theme/hexo-theme-next@v8.13.1...v8.13.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from efb6c17 to d6e3942 Compare December 2, 2022 05:57
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.13.2 Update dependency hexo-theme-next to v8.14.0 Dec 2, 2022
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.14.0 Update dependency hexo-theme-next to v8.15.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from d6e3942 to ed1b180 Compare March 16, 2023 16:03
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.15.0 Update dependency hexo-theme-next to v8.15.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from ed1b180 to 46ab9bf Compare April 3, 2023 09:30
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from 46ab9bf to f7e2770 Compare May 28, 2023 09:20
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.15.1 Update dependency hexo-theme-next to v8.16.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from f7e2770 to f3f08b1 Compare June 3, 2023 03:56
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.16.0 Update dependency hexo-theme-next to v8.17.0 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from f3f08b1 to ac7247b Compare July 1, 2023 10:38
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.17.0 Update dependency hexo-theme-next to v8.17.1 Jul 1, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from ac7247b to 89322f9 Compare August 1, 2023 20:10
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.17.1 Update dependency hexo-theme-next to v8.18.0 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from 89322f9 to b3e4036 Compare September 9, 2023 03:15
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.18.0 Update dependency hexo-theme-next to v8.18.1 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from b3e4036 to 876b394 Compare October 9, 2023 18:55
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.18.1 Update dependency hexo-theme-next to v8.18.2 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from 876b394 to 446dd16 Compare December 2, 2023 16:32
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.18.2 Update dependency hexo-theme-next to v8.19.0 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from 446dd16 to 354a27a Compare December 6, 2023 03:42
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.19.0 Update dependency hexo-theme-next to v8.19.1 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from 354a27a to 68d69fe Compare March 4, 2024 10:59
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.19.1 Update dependency hexo-theme-next to v8.19.2 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/hexo-theme-next-8.x branch from 68d69fe to e100130 Compare May 1, 2024 15:51
@renovate renovate bot changed the title Update dependency hexo-theme-next to v8.19.2 Update dependency hexo-theme-next to v8.20.0 May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants