Skip to content

Commit 0cfd2fe

Browse files
Release v8.26.0
1 parent b3fc7cf commit 0cfd2fe

3 files changed

Lines changed: 35 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.25.0",
3+
"version": "8.26.0",
44
"private": true,
55
"hexo": {
66
"version": "7.3.0"
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: NexT 8.26.0 Released
3+
date: 2025-11-26 02:35:13
4+
---
5+
6+
<!-- Release notes generated using configuration in .github/release.yml at v8.26.0 -->
7+
8+
## What's Changed
9+
### 🌟 New Features
10+
* Add supports of light-dark function by @wherewhere in https://github.com/next-theme/hexo-theme-next/pull/899
11+
```diff
12+
+# Light-Dark Mode
13+
+lightdark:
14+
+ enable: false
15+
+ # Add @supports (color: light-dark(red, red)) check
16+
+ check_supports: true
17+
+
18+
```
19+
### 🌀 External Changes
20+
* Update actions/setup-python action to v6 - autoclosed by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/917
21+
* Update actions/labeler action to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/919
22+
* Update dependency eslint to v9.39.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/920
23+
* Update dependency stylelint to v16.25.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/921
24+
* Update dependency hexo to v8 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/922
25+
* Update dependency chai to v6.2.0 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/923
26+
* Update dependency mocha to v11.7.4 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/925
27+
* Update github/codeql-action action to v4 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/926
28+
* Update actions/setup-node action to v6 by @renovate[bot] in https://github.com/next-theme/hexo-theme-next/pull/928
29+
30+
31+
**Full Changelog**: https://github.com/next-theme/hexo-theme-next/compare/v8.25.0...v8.26.0
32+
33+
[Detailed changes for NexT v8.26.0](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.26.0)

source/docs/third-party-services/external-libraries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Edit {% label primary@NexT config file %} and set the needed values under the `m
105105
motion:
106106
enable: true
107107
async: false
108+
duration: 200
108109
transition:
109110
# All available Transition variants: https://theme-next.js.org/animate/
110111
menu_item: fadeInDown

0 commit comments

Comments
 (0)