Releases: next-theme/hexo-theme-next
Releases Β· next-theme/hexo-theme-next
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
8.17.0
8.16.0
What's Changed
π New Features
- Support AddToAny share by @stevenjoezhang in #633
+# 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
What's Changed
β Features
- Support reprint by @jack9603301 in #618
π Bug Fixes
- Fix .footer-fixed toggle and position (1501440)
π External Changes
π Localization
- New Crowdin updates by @stevenjoezhang in #630
New Contributors
- @jack9603301 made their first contribution in #618
Full Changelog: v8.15.0...v8.15.1
8.15.0
What's Changed
β Features
- Animate nav item and panel activation by @PaperStrike in #323
π Bug Fixes
- Use absolute path githooks by @dimaslanjaka in #616
π Improvements
- Remove hidden .site-nav from accessibility tree by @PaperStrike in #615
π External Changes
- Update dependency stylelint-stylus to v0.18.0 by @renovate in #612
- Update dependency eslint to v8.35.0 by @renovate in #613
- Update dependency c8 to v7.13.0 by @renovate in #614
New Contributors
- @dimaslanjaka made their first contribution in #616
Full Changelog: v8.14.2...v8.15.0
v8.14.2
What's Changed
π Bug Fixes
- Fix disqus comment count display with PJAX enabled (29de93d)
- Fix umami & plausible enable option (9b84153)
π External Changes
- Update dependency stylelint-stylus to v0.17.1 by @renovate in #608
- Update dependency eslint to v8.33.0 by @renovate in #609
π Documentation
- Update docs of
excerpt_description
(7e908ba)
Full Changelog: v8.14.1...v8.14.2
v8.14.1
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
π External Changes
- Update dependency eslint to v8.31.0 by @renovate in #599
- Update dependency stylelint to v14.16.1 by @renovate in #600
- Update dessant/lock-threads action to v4 by @renovate in #601
- Update dependency mocha to v10.2.0 by @renovate in #603
New Contributors
Full Changelog: v8.14.0...v8.14.1
v8.14.0
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 alanguages.yml
file insource/_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"
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
- Create issue forms by @njzjz in #595
- Improve accessibility by @stevenjoezhang in #597
- Refactor sidebar-toggle, sidebar-dimmer & back-to-top (c7b92c3)
- Optimize semantic elements' name (b78fb3a)
- Refactor header & sidebar style (25eb0bc)
- Adjust back2top style (29cb5eb)
- Update addthis share (4b41762)
π 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 Crowdin updates by @stevenjoezhang in #586
New Contributors
Full Changelog: v8.13.2...v8.14.0