Skip to content

Commit 20eb19b

Browse files
Release v8.25.0
1 parent 6faa35a commit 20eb19b

6 files changed

Lines changed: 130 additions & 1 deletion

File tree

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.23.0",
3+
"version": "8.25.0",
44
"private": true,
55
"hexo": {
66
"version": "7.3.0"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: NexT 8.23.1 Released
3+
date: 2025-06-08 08:28:40
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.23.1 -->
7+
8+
## What's Changed
9+
### 🌟 New Features
10+
* Support code language name display (13cc317)
11+
```diff
12+
codeblock:
13+
+ # Display language name
14+
+ language: false
15+
```
16+
### 🐞 Bug Fixes
17+
* Escape page metadata in post template (Fix [#883](https://github.com/next-theme/hexo-theme-next/pull/883)) by @frezcirno in https://github.com/next-theme/hexo-theme-next/pull/884
18+
* Fix the page flickers when the search dialog pops up by @penxian in https://github.com/next-theme/hexo-theme-next/pull/860
19+
* Downgrade algoliasearch (de0342a)
20+
### 🌀 External Changes
21+
* New Action: Publish to npm (934baf9)
22+
* Update dependency eslint to v9.28.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/885
23+
* Update dependency stylelint to v16.20.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/886
24+
* Update dependency mocha to v11.5.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/889
25+
### 📖 Documentation
26+
* Update docs (d9c1707)
27+
* Add GPT URL (2c02824)
28+
29+
## New Contributors
30+
* @frezcirno made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/884
31+
32+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.23.0...v8.23.1
33+
34+
[Detailed changes for NexT v8.23.1](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.23.1)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: NexT 8.23.2 Released
3+
date: 2025-07-10 03:16:56
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.23.2 -->
7+
8+
## What's Changed
9+
### 🌀 External Changes
10+
* Update dependency mocha to v11.7.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/891
11+
* Update dependency eslint to v9.30.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/892
12+
* Update dependency stylelint to v16.21.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/893
13+
14+
15+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.23.1...v8.23.2
16+
17+
[Detailed changes for NexT v8.23.2](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.23.2)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: NexT 8.24.0 Released
3+
date: 2025-09-09 03:51:55
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.24.0 -->
7+
8+
## What's Changed
9+
### 🌟 New Features
10+
* Support hexo-posts-embedding (7bbb662)
11+
### ⭐ Features
12+
* Drop document.execCommand (5b17f60)
13+
### 🐞 Bug Fixes
14+
* Fix pangu: spacing main element only (822a721)
15+
### 🛠 Improvements
16+
* Use async/await (55c429d)
17+
* Refactor lean-analytics (b84b0d6)
18+
### 🌀 External Changes
19+
* Update dependency chai to v5.2.1 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/894
20+
* Update dependency @next-theme/eslint-config to v0.0.5 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/895
21+
* Update dependency eslint to v9.32.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/896
22+
* Update dependency stylelint to v16.23.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/897
23+
### 📖 Documentation
24+
* Switch to for-the-badge (7bb34c7)
25+
* Remove fossa (7022215)
26+
27+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.23.2...v8.24.0
28+
29+
[Detailed changes for NexT v8.24.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.24.0)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: NexT 8.24.1 Released
3+
date: 2025-09-09 03:52:42
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.24.1 -->
7+
8+
## What's Changed
9+
### 🐞 Bug Fixes
10+
* Update default option for addtoany (6f31287)
11+
* Fix font-family (56a3ce1)
12+
* Patch pangu.js (40e5141)
13+
### 🌀 External Changes
14+
* Update dependency stylelint to v16.23.1 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/900
15+
* Update dependency eslint to v9.33.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/902
16+
* Update actions/checkout action to v5 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/904
17+
18+
19+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.24.0...v8.24.1
20+
21+
[Detailed changes for NexT v8.24.1](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.24.1)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: NexT 8.25.0 Released
3+
date: 2025-09-09 03:53:59
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.25.0 -->
7+
8+
## What's Changed
9+
### ⭐ Features
10+
* Deprecate Growingio (1415cdc)
11+
* Deprecate leancloud_visitors (ae7bcea)
12+
* Deprecate changyan (9519ed1)
13+
### 🐞 Bug Fixes
14+
* Fix changyan undefined (b27b8eb)
15+
* Fix utterances class name conflict (05fb977)
16+
* Fix figure margin (2695b07)
17+
* Fix font family by @jasonren0403 in https://github.com/next-theme/hexo-theme-next/pull/910
18+
### 🌀 External Changes
19+
* Update dependency chai to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/911
20+
* Update dependency eslint to v9.34.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/912
21+
* Update dependency mocha to v11.7.2 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/914
22+
23+
## New Contributors
24+
* @jasonren0403 made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/910
25+
26+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.24.1...v8.25.0
27+
28+
[Detailed changes for NexT v8.25.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.25.0)

0 commit comments

Comments
 (0)