nanjo712 / nanjo712.github.io

GNU General Public License v3.0
0 stars 0 forks source link

Bump hexo-theme-next from 8.19.2 to 8.21.0 #14

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps hexo-theme-next from 8.19.2 to 8.21.0.

Release notes

Sourced from hexo-theme-next's releases.

v8.20.0

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 (26d682cfa28a5796fd0c9381480bbc40056ca2f6)
  • Support for hiding page header (ca0e6f0a0e0c5f4054528b5001c38956ed67a2aa)
  • Add link posts feature (4cba2a3c4403d692a32fa9ad6536a1561a75bb4d)

🐞 Bug Fixes

🛠 Improvements

  • Reorder sidebar animation (f7014d3f1630d30576f2fdf5f4da182ef8759612)
  • Update .category-list-count style (3d34a1163fee0739e1afc28596ef7fd1d6c843ff)
  • Refactor .menu-item style (6bf97f6e49fde6779f5a46e064b2e252caf42ba0)

🌀 External Changes

📖 Documentation

  • Remove dollar signs before commands (cd1a082795249ff222ef953897573e7059255c40)

New Contributors

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.19.2...v8.20.0

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)