Skip to content

Commit d7a3ca6

Browse files
Release v8.21.0
1 parent 1113469 commit d7a3ca6

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

β€Žpackage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theme-next-docs",
3-
"version": "8.20.0",
3+
"version": "8.21.0",
44
"private": true,
55
"hexo": {
66
"version": "7.2.0"
@@ -40,4 +40,4 @@
4040
"devDependencies": {
4141
"markdownlint-cli": "0.42.0"
4242
}
43-
}
43+
}
+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: NexT 8.21.0 Released
3+
date: 2024-09-21 03:09:49
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.21.0 -->
7+
8+
## What's Changed
9+
### πŸ’₯ Breaking Changes
10+
* Remove local_search.trigger option ([659e82b](https://github.com/next-theme/hexo-theme-next/commit/659e82b4528507ff65ae39b10f8fd4b49589cdec))
11+
```diff
12+
local_search:
13+
- # If auto, trigger search by changing input.
14+
- # If manual, trigger search by pressing enter key or search button.
15+
- trigger: auto
16+
```
17+
### 🌟 New Features
18+
* Trigger Search Event when user presses Ctrl + K by @penxian in https://github.com/next-theme/hexo-theme-next/pull/804
19+
### ⭐ Features
20+
* Refactor Algolia search: drop instantsearch.js by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/795
21+
### 🐞 Bug Fixes
22+
* Fix mermaid folding ([6742735](https://github.com/next-theme/hexo-theme-next/commit/6742735db4ae77a73d7068fe1936217b5368cd31))
23+
* Fix .menu-item-active::after ([07acb27](https://github.com/next-theme/hexo-theme-next/commit/07acb27cc94db66fb081d14a54ebf93faaef438f))
24+
* Fix mermaid copy button ([5c02480](https://github.com/next-theme/hexo-theme-next/commit/5c024800e6b484f844783ad379758e3e57f7a4b3))
25+
* Fix empty innerText ([ddecbe3](https://github.com/next-theme/hexo-theme-next/commit/ddecbe36283bf7be2634ab1f83abaff0ac9f791e))
26+
* Fix muse.js 404 ([0708dc7](https://github.com/next-theme/hexo-theme-next/commit/0708dc7e18cc06a80204c0d173799dabcc45a084))
27+
### πŸ›  Improvements
28+
* Prefer object-shorthand ([524c369](https://github.com/next-theme/hexo-theme-next/commit/524c3693f21b7fd3d3ee75e7e614afe7217a0d7e))
29+
* Better use of parseInt and Number ([17259c0](https://github.com/next-theme/hexo-theme-next/commit/17259c001830688e7cfa775a3abff9519183a8a3))
30+
* Specify transition-property ([da8db69](https://github.com/next-theme/hexo-theme-next/commit/da8db69422bdbbc39f871b3ad79c60bad5800756))
31+
* Use `Array.flat` in motion.js ([783b6ff](https://github.com/next-theme/hexo-theme-next/commit/783b6ffe8c69ce34429e8620ebc03a5efeac92c0))
32+
### πŸŒ€ External Changes
33+
* Update dependency stylelint to v16.9.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/792
34+
* Update dependency eslint to v9.10.0 - autoclosed by @renovate in https://github.com/next-theme/hexo-theme-next/pull/800
35+
* Update dependency c8 to v10 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/807
36+
* Update dependency mocha to v10.7.3 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/814
37+
* Update dependency hexo to v7.3.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/821
38+
* Update dependency chai to v4.5.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/825
39+
### πŸ“– Documentation
40+
* Update pull request template ([263841b](https://github.com/next-theme/hexo-theme-next/commit/263841bd7abafb1afdc7eb84a68a3dad8555c9d9))
41+
### 🌍 Localization
42+
* New Crowdin updates by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/796
43+
44+
## New Contributors
45+
* @penxian made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/804
46+
* @sghuang19 made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/828
47+
48+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.20.0...v8.21.0
49+
50+
[Detailed changes for NexT v8.21.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.21.0)

0 commit comments

Comments
Β (0)