Releases: next-theme/hexo-theme-next
Releases Β· next-theme/hexo-theme-next
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
π 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
- @penxian made their first contribution in #804
- @sghuang19 made their first contribution in #828
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
8.19.2
What's Changed
π Improvements
- Adapt to Hexo 7 highlight settings (269eae3)
- Add notranslate to prevent translating code by @maple3142 in #769
π External Changes
- Update actions/setup-python action to v5 by @renovate in #732
- Update dependency stylelint-stylus to v1 by @renovate in #737
- Update dependency stylelint to v16 by @renovate in #735
- Update github/codeql-action action to v3 - autoclosed by @renovate in #739
- Update dependency c8 to v9 by @renovate in #745
- Update dependency chai to v4.4.1 by @renovate in #748
- Update dependency hexo to v7.1.1 by @renovate in #757
- Update dependency mocha to v10.3.0 by @renovate in #764
Full Changelog: v8.19.1...v8.19.2
8.19.1
8.19.0
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
- Update actions/checkout action to v4 by @renovate in #697
- Update dependency stylelint to v15.11.0 by @renovate in #709
- Update dependency eslint to v8.55.0 by @renovate in #711
- Update actions/setup-node action to v4 by @renovate in #713
- Update dependency hexo to v7 by @renovate in #715
- Update dessant/lock-threads action to v5 by @renovate in #718
- Update dependency hexo-renderer-marked to v6.2.0 by @renovate in #726
New Contributors
- @maple3142 made their first contribution in #649
- @Leao9203 made their first contribution in #723
Full Changelog: v8.18.2...v8.19.0
8.18.2
What's Changed
π External Changes
- Update dependency eslint to v8.51.0 by @renovate in #698
- Update dependency chai to v4.3.10 by @renovate in #701
π Localization
- New Crowdin updates by @stevenjoezhang in #703
Full Changelog: v8.18.1...v8.18.2
8.18.1
What's Changed
π Improvements
- Support folding code blocks in tabs by @PeichengLiu in #694
π External Changes
- Update dependency eslint to v8.48.0 by @renovate in #685
- Update dependency stylelint to v15.10.3 by @renovate in #688
- Update dependency chai to v4.3.8 by @renovate in #695
New Contributors
- @PeichengLiu made their first contribution in #694
Full Changelog: v8.18.0...v8.18.1
8.18.0
What's Changed
π₯ Breaking Changes
- Upgrade to fancybox 5 by @stevenjoezhang in #677
π New Features
- Support folding code blocks by @stevenjoezhang in #679
codeblock:
+ # Fold code block
+ fold:
+ enable: false
+ height: 500
β Features
- Remove gitter support (223ea19)
-# 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
π External Changes
- Update dependency stylelint to v15 by @renovate in #611
- Update dependency hexo-renderer-marked to v6.1.1 by @renovate in #675
- Update dependency eslint to v8.46.0 by @renovate in #676
- Update dependency c8 to v8.0.1 by @renovate in #680
- Refactor Pull Request Reminder (8fd8f92)
π Documentation
Full Changelog: v8.17.1...v8.18.0
8.17.1
What's Changed
β Features
- Remove AddThis share (b9ba532)
-# 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
- Update dependency hexo-renderer-marked to v6.1.0 by @renovate in #665
- Update dependency c8 to v8 by @renovate in #668
- Update dependency eslint to v8.44.0 by @renovate in #669
π Localization
- New Crowdin updates by @stevenjoezhang in #672
Full Changelog: v8.17.0...v8.17.1