Skip to content

Commit 96ac765

Browse files
Release v8.23.0
1 parent ae244d7 commit 96ac765

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theme-next-docs",
3-
"version": "8.22.0",
3+
"version": "8.23.0",
44
"private": true,
55
"hexo": {
66
"version": "7.3.0"

source/_posts/next-8-23-0-released.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: NexT 8.23.0 Released
3+
date: 2025-03-31 13:59:27
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.23.0 -->
7+
8+
## What's Changed
9+
### 💥 Breaking Changes
10+
* Load scripts using `defer` in <head> instead of putting them in the end of <body> by @kemchenj in https://github.com/next-theme/hexo-theme-next/pull/882
11+
### ⭐ Features
12+
* Supports customizing the width of the follow-me QR code by @Jiajun-Peng in https://github.com/next-theme/hexo-theme-next/pull/837
13+
### 🐞 Bug Fixes
14+
* Fix .links-of-blogroll-item width (fd38526)
15+
* Fix page:loaded event (0a170b8)
16+
* Fix post title overflow (2791a40)
17+
### 🛠 Improvements
18+
* Fix missing pjax on Web Archive by @wherewhere in https://github.com/next-theme/hexo-theme-next/pull/871
19+
* Optimize comments.js file loading condition by @kemchenj in https://github.com/next-theme/hexo-theme-next/pull/683
20+
* Reset p style to browser default (e64fd52)
21+
* Use optional chaining (bd3961d)
22+
### 🌀 External Changes
23+
* Update dependency chai to v5 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/744
24+
* Update dependency hexo-renderer-marked to v7 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/869
25+
* Update dependency eslint to v9.23.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/872
26+
* Update dependency stylelint to v16.17.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/873
27+
* Update dependency mocha to v11.1.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/876
28+
29+
## New Contributors
30+
* @kemchenj made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/683
31+
* @Jiajun-Peng made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/837
32+
33+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.22.0...v8.23.0
34+
35+
[Detailed changes for NexT v8.23.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.23.0)

0 commit comments

Comments
 (0)