Skip to content

Commit 655c966

Browse files
Release v8.20.0
1 parent 4465981 commit 655c966

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

β€Ž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.19.1",
3+
"version": "8.20.0",
44
"private": true,
55
"hexo": {
66
"version": "7.1.1"
@@ -40,4 +40,4 @@
4040
"devDependencies": {
4141
"markdownlint-cli": "0.40.0"
4242
}
43-
}
43+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: NexT 8.20.0 Released
3+
date: 2024-05-01 13:18:37
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.20.0 -->
7+
8+
## What's Changed
9+
### πŸ’₯ Breaking Changes
10+
* Feature: display sidebar on mobile for Pisces and Gemini by @triccsr in https://github.com/next-theme/hexo-theme-next/pull/710
11+
```diff
12+
sidebar:
13+
- # Manual define the sidebar width. If commented, will be default for:
14+
- # Muse | Mist: 320
15+
- # Pisces | Gemini: 240
16+
- #width: 300
17+
+ # Sidebar width.
18+
+ # Applicable to Muse | Mist and mobile of Pisces | Gemini.
19+
+ width_expanded: 320
20+
+ # Applicable to desktop of Pisces | Gemini.
21+
+ width_dual_column: 240
22+
```
23+
### 🌟 New Features
24+
* Add post_count helper ([26d682c](https://github.com/next-theme/hexo-theme-next/commit/26d682cfa28a5796fd0c9381480bbc40056ca2f6))
25+
* Support for hiding page header ([ca0e6f0](https://github.com/next-theme/hexo-theme-next/commit/ca0e6f0a0e0c5f4054528b5001c38956ed67a2aa))
26+
* Add link posts feature ([4cba2a3](https://github.com/next-theme/hexo-theme-next/commit/4cba2a3c4403d692a32fa9ad6536a1561a75bb4d))
27+
### 🐞 Bug Fixes
28+
* Fix utterances/giscus with pjax by @wangjiezhe in https://github.com/next-theme/hexo-theme-next/pull/779
29+
* Fix undefind in group-pictures ([2195b01](https://github.com/next-theme/hexo-theme-next/commit/2195b01d8c6123f1c71e02741614ac0dbc5e0609))
30+
### πŸ›  Improvements
31+
* Reorder sidebar animation ([f7014d3](https://github.com/next-theme/hexo-theme-next/commit/f7014d3f1630d30576f2fdf5f4da182ef8759612))
32+
* Update .category-list-count style ([3d34a11](https://github.com/next-theme/hexo-theme-next/commit/3d34a1163fee0739e1afc28596ef7fd1d6c843ff))
33+
* Refactor .menu-item style ([6bf97f6](https://github.com/next-theme/hexo-theme-next/commit/6bf97f6e49fde6779f5a46e064b2e252caf42ba0))
34+
### πŸŒ€ External Changes
35+
* Update dependency stylelint to v16.4.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/774
36+
* Update dependency mocha to v10.4.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/776
37+
* Update dependency hexo-renderer-marked to v6.3.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/781
38+
* Update dependency eslint to v9 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/783
39+
* Update dependency hexo to v7.2.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/790
40+
### πŸ“– Documentation
41+
* Remove dollar signs before commands ([cd1a082](https://github.com/next-theme/hexo-theme-next/commit/cd1a082795249ff222ef953897573e7059255c40))
42+
43+
## New Contributors
44+
* @wangjiezhe made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/779
45+
* @triccsr made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/710
46+
47+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.19.2...v8.20.0
48+
49+
[Detailed changes for NexT v8.20.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.20.0)

0 commit comments

Comments
Β (0)