Skip to content

Commit 585e2f0

Browse files
Release v8.22.0
1 parent aa56f62 commit 585e2f0

2 files changed

Lines changed: 45 additions & 2 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theme-next-docs",
3-
"version": "8.21.1",
3+
"version": "8.22.0",
44
"private": true,
55
"hexo": {
66
"version": "7.3.0"
@@ -40,4 +40,4 @@
4040
"devDependencies": {
4141
"markdownlint-cli": "0.44.0"
4242
}
43-
}
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: NexT 8.22.0 Released
3+
date: 2025-01-01 08:58:02
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.22.0 -->
7+
8+
## What's Changed
9+
### ⭐ Features
10+
* Switch to Google Fonts v2 API ([bec4ea9](https://github.com/next-theme/hexo-theme-next/commit/bec4ea90324d98b406c38370612ed8806c0382d0))
11+
* Duration configuration of `motion` by @Zerohertz in https://github.com/next-theme/hexo-theme-next/pull/846
12+
```diff
13+
motion:
14+
+ duration: 200
15+
```
16+
### 🐞 Bug Fixes
17+
* Fix figcaption style ([17b57da](https://github.com/next-theme/hexo-theme-next/commit/17b57da31a87f9c47db2f44b77365fc077bc13d9))
18+
* Fix unit test ([1b69557](https://github.com/next-theme/hexo-theme-next/commit/1b6955735d406da80eea2ade9c3f8621f0d1d655))
19+
* Fix SCRIPT1028 caused by async by @wherewhere in https://github.com/next-theme/hexo-theme-next/pull/852
20+
* Fix .menu-item-active::after style ([58004e8](https://github.com/next-theme/hexo-theme-next/commit/58004e8180584fd7507d5f7817f9c2b063b10fe3))
21+
### πŸ›  Improvements
22+
* Clean up style ([cf701a1](https://github.com/next-theme/hexo-theme-next/commit/cf701a13f17a8960a1b2717c79ac158924d707e7))
23+
* Use scrollbar-gutter ([64772b0](https://github.com/next-theme/hexo-theme-next/commit/64772b0decea8524c92e0f7c0a49440c75acf79c))
24+
* Use auto-fill in link-grid ([6548d0b](https://github.com/next-theme/hexo-theme-next/commit/6548d0b865b143f08d7f0de6c9484c7f62077e4b))
25+
* Remove type from script tag ([a77778a](https://github.com/next-theme/hexo-theme-next/commit/a77778a6762d84e28fdf02be7cf3cf5d38c8c981))
26+
* Remove CSS vendor prefixes ([b0a4285](https://github.com/next-theme/hexo-theme-next/commit/b0a428533aaa6bb1e5b0d317e3a7914792b472f4))
27+
* Optimize .links-of-blogroll-item style ([3fb181f](https://github.com/next-theme/hexo-theme-next/commit/3fb181fd5dd13c85919d6e8acdf4fec70060b516))
28+
* Reorder imports ([77adbf5](https://github.com/next-theme/hexo-theme-next/commit/77adbf59d899e7034e1ba9ea245e9fc06e97fa2c))
29+
### πŸŒ€ External Changes
30+
* New action GitHub Releases To Discord ([5639be9](https://github.com/next-theme/hexo-theme-next/commit/5639be9bfff24e608f79fa092be95c9c3f1773d6))
31+
* Update dependency eslint to v9.17.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/847
32+
* Update dependency stylelint to v16.12.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/851
33+
* Update dependency mocha to v11 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/853
34+
* Update dependency c8 to v10.1.3 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/857
35+
### πŸ“– Documentation
36+
* Update community URLs in README ([8bdea2b](https://github.com/next-theme/hexo-theme-next/commit/8bdea2bfc6d5e9a44ee25b63d7f560bf2eb3e20f))
37+
## New Contributors
38+
* @Zerohertz made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/846
39+
* @wherewhere made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/852
40+
41+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.21.1...v8.22.0
42+
43+
[Detailed changes for NexT v8.22.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.22.0)

0 commit comments

Comments
Β (0)