Releases: next-theme/hexo-theme-next
Releases Β· next-theme/hexo-theme-next
v8.25.0
What's Changed
β Features
π Bug Fixes
- Fix changyan undefined (b27b8eb)
- Fix utterances class name conflict (05fb977)
- Fix figure margin (2695b07)
- Fix font family by @jasonren0403 in #910
π External Changes
- Update dependency chai to v6 by @renovate[bot] in #911
- Update dependency eslint to v9.34.0 by @renovate[bot] in #912
- Update dependency mocha to v11.7.2 by @renovate[bot] in #914
New Contributors
- @jasonren0403 made their first contribution in #910
Full Changelog: v8.24.1...v8.25.0
v8.24.1
v8.24.0
What's Changed
π New Features
- Support hexo-posts-embedding (7bbb662)
β Features
- Drop document.execCommand (5b17f60)
π Bug Fixes
- Fix pangu: spacing main element only (822a721)
π Improvements
π External Changes
- Update dependency chai to v5.2.1 by @renovate[bot] in #894
- Update dependency @next-theme/eslint-config to v0.0.5 by @renovate[bot] in #895
- Update dependency eslint to v9.32.0 by @renovate[bot] in #896
- Update dependency stylelint to v16.23.0 by @renovate[bot] in #897
π Documentation
Full Changelog: v8.23.2...v8.24.0
v8.23.2
v8.23.1
What's Changed
π New Features
- Support code language name display (13cc317)
codeblock:
+ # Display language name
+ language: false
π Bug Fixes
- Escape page metadata in post template (Fix #883) by @frezcirno in #884
- Fix the page flickers when the search dialog pops up by @penxian in #860
- Downgrade algoliasearch (de0342a)
π External Changes
- New Action: Publish to npm (934baf9)
- Update dependency eslint to v9.28.0 by @renovate in #885
- Update dependency stylelint to v16.20.0 by @renovate in #886
- Update dependency mocha to v11.5.0 by @renovate in #889
π Documentation
New Contributors
- @frezcirno made their first contribution in #884
Full Changelog: v8.23.0...v8.23.1
v8.23.0
What's Changed
π₯ Breaking Changes
β Features
- Supports customizing the width of the follow-me QR code by @Jiajun-Peng in #837
π Bug Fixes
- Fix .links-of-blogroll-item width (fd38526)
- Fix page:loaded event (0a170b8)
- Fix post title overflow (2791a40)
π Improvements
- Fix missing pjax on Web Archive by @wherewhere in #871
- Optimize comments.js file loading condition by @kemchenj in #683
- Reset p style to browser default (e64fd52)
- Use optional chaining (bd3961d)
π External Changes
- Update dependency chai to v5 by @renovate in #744
- Update dependency hexo-renderer-marked to v7 by @renovate in #869
- Update dependency eslint to v9.23.0 by @renovate in #872
- Update dependency stylelint to v16.17.0 by @renovate in #873
- Update dependency mocha to v11.1.0 by @renovate in #876
New Contributors
- @kemchenj made their first contribution in #683
- @Jiajun-Peng made their first contribution in #837
Full Changelog: v8.22.0...v8.23.0
v8.22.0
What's Changed
β Features
- Switch to Google Fonts v2 API (bec4ea9)
- Duration configuration of
motion
by @Zerohertz in #846
motion:
+ duration: 200
π Bug Fixes
- Fix figcaption style (17b57da)
- Fix unit test (1b69557)
- Fix SCRIPT1028 caused by async by @wherewhere in #852
- Fix .menu-item-active::after style (58004e8)
π Improvements
- Clean up style (cf701a1)
- Use scrollbar-gutter (64772b0)
- Use auto-fill in link-grid (6548d0b)
- Remove type from script tag (a77778a)
- Remove CSS vendor prefixes (b0a4285)
- Optimize .links-of-blogroll-item style (3fb181f)
- Reorder imports (77adbf5)
π External Changes
- New action GitHub Releases To Discord (5639be9)
- Update dependency eslint to v9.17.0 by @renovate in #847
- Update dependency stylelint to v16.12.0 by @renovate in #851
- Update dependency mocha to v11 by @renovate in #853
- Update dependency c8 to v10.1.3 by @renovate in #857
π Documentation
- Update community URLs in README (8bdea2b)
New Contributors
- @Zerohertz made their first contribution in #846
- @wherewhere made their first contribution in #852
Full Changelog: v8.21.1...v8.22.0
8.21.1
What's Changed
β Features
- Allow specifying noindex for robots by @AlliotTech in #841
- Support vendors.busuanzi config by @iamxiaojianzheng in #843
π External Changes
- Update dependency eslint to v9.14.0 by @renovate in #838
- Update dependency stylelint to v16.10.0 by @renovate in #840
- Update dependency mocha to v10.8.2 by @renovate in #844
New Contributors
- @AlliotTech made their first contribution in #841
- @iamxiaojianzheng made their first contribution in #843
Full Changelog: v8.21.0...v8.21.1
8.21.0
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
β Features
- Refactor Algolia search: drop instantsearch.js by @stevenjoezhang in #795
- Support dark mode for note tags in modern style by @sghuang19 in #828
- Add dark color scheme for text selection by @sghuang19 in #829
π Bug Fixes
- Fix mermaid folding (6742735)
- Fix .menu-item-active::after (07acb27)
- Fix mermaid copy button (5c02480)
- Fix empty innerText (ddecbe3)
- Fix muse.js 404 (0708dc7)
π 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
- Update dependency stylelint to v16.9.0 by @renovate in #792
- Update dependency eslint to v9.10.0 - autoclosed by @renovate in #800
- Update dependency c8 to v10 by @renovate in #807
- Update dependency mocha to v10.7.3 by @renovate in #814
- Update dependency hexo to v7.3.0 by @renovate in #821
- Update dependency chai to v4.5.0 by @renovate in #825
π Documentation
- Update pull request template (263841b)
π Localization
- New Crowdin updates by @stevenjoezhang in #796
New Contributors
Full Changelog: v8.20.0...v8.21.0
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 (26d682c)
- Support for hiding page header (ca0e6f0)
- Add link posts feature (4cba2a3)
π Bug Fixes
- Fix utterances/giscus with pjax by @wangjiezhe in #779
- Fix undefind in group-pictures (2195b01)
π Improvements
- Reorder sidebar animation (f7014d3)
- Update .category-list-count style (3d34a11)
- Refactor .menu-item style (6bf97f6)
π External Changes
- Update dependency stylelint to v16.4.0 by @renovate in #774
- Update dependency mocha to v10.4.0 by @renovate in #776
- Update dependency hexo-renderer-marked to v6.3.0 by @renovate in #781
- Update dependency eslint to v9 by @renovate in #783
- Update dependency hexo to v7.2.0 by @renovate in #790
π Documentation
- Remove dollar signs before commands (cd1a082)
New Contributors
- @wangjiezhe made their first contribution in #779
- @triccsr made their first contribution in #710
Full Changelog: v8.19.2...v8.20.0