Skip to content

Commit 57a3def

Browse files
Release v8.21.1
1 parent b939c7c commit 57a3def

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theme-next-docs",
3-
"version": "8.21.0",
3+
"version": "8.21.1",
44
"private": true,
55
"hexo": {
66
"version": "7.2.0"

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

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ local_search:
1818
* Trigger Search Event when user presses Ctrl + K by @penxian in https://github.com/next-theme/hexo-theme-next/pull/804
1919
### ⭐ Features
2020
* Refactor Algolia search: drop instantsearch.js by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/795
21+
* Support dark mode for note tags in modern style by @sghuang19 in https://github.com/next-theme/hexo-theme-next/pull/828
22+
* Add dark color scheme for text selection by @sghuang19 in https://github.com/next-theme/hexo-theme-next/pull/829
2123
### 🐞 Bug Fixes
2224
* Fix mermaid folding ([6742735](https://github.com/next-theme/hexo-theme-next/commit/6742735db4ae77a73d7068fe1936217b5368cd31))
2325
* Fix .menu-item-active::after ([07acb27](https://github.com/next-theme/hexo-theme-next/commit/07acb27cc94db66fb081d14a54ebf93faaef438f))

source/_posts/next-8-21-1-released.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: NexT 8.21.1 Released
3+
date: 2024-11-20 10:05:46
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.21.1 -->
7+
8+
## What's Changed
9+
### ⭐ Features
10+
* Allow specifying noindex for robots by @AlliotTech in https://github.com/next-theme/hexo-theme-next/pull/841
11+
* Support vendors.busuanzi config by @iamxiaojianzheng in https://github.com/next-theme/hexo-theme-next/pull/843
12+
### 🌀 External Changes
13+
* Update dependency eslint to v9.14.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/838
14+
* Update dependency stylelint to v16.10.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/840
15+
* Update dependency mocha to v10.8.2 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/844
16+
17+
## New Contributors
18+
* @AlliotTech made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/841
19+
* @iamxiaojianzheng made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/843
20+
21+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.21.0...v8.21.1
22+
23+
[Detailed changes for NexT v8.21.1](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.21.1)

0 commit comments

Comments
 (0)