Releases: next-theme/hexo-theme-next
Releases Β· next-theme/hexo-theme-next
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
v8.13.2
What's Changed
β Features
- Add preload tag for main.css by @njzjz in #577
- Show follow-me qrcode image in current page instead of open new tab (c108c96)
π Improvements
- Mitigate DOM reflow with wrapTableWithBox by @stevenjoezhang in #583
- Fix darkmode gitalk color (3782192)
π External Changes
- New action Pull Request Reminder by @stevenjoezhang in #283
- Update dependency hexo-renderer-marked to v6 by @renovate in #574
- Update dependency eslint to v8.26.0 by @renovate in #575
- Update dependency mocha to v10.1.0 by @renovate in #578
Full Changelog: v8.13.1...v8.13.2
v8.13.1
What's Changed
β Features
- Add changyan count configuration by @yanickxia in #570
changyan:
+ # Show comments count
+ count: true
π External Changes
- Update dependency hexo to v6.3.0 by @renovate in #566
- Update dependency eslint to v8.24.0 by @renovate in #567
New Contributors
- @yanickxia made their first contribution in #570
Full Changelog: v8.13.0...v8.13.1
v8.13.0
What's Changed
π New Features
+# Matomo Analytics
+# See: https://matomo.org/
+matomo:
+ enable: false
+ server_url: # https://www.example.com/
+ site_id: # <your site id>
β Features
- Upgrade to disqusjs@3 by @stevenjoezhang in #529
π Bug Fixes
- Fix server_url for lean-analytics by @stevenjoezhang in #555
π External Changes
New Contributors
Full Changelog: v8.12.3...v8.13.0