File tree Expand file tree Collapse file tree
docs/third-party-services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ Edit {% label primary@NexT config file %} and set the needed values under the `m
105105motion:
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
You can’t perform that action at this time.
0 commit comments