Skip to content

Commit a50cbc7

Browse files
committed
Fixes regression with submenus not appearing
1 parent 948020c commit a50cbc7

File tree

8 files changed

+17
-5
lines changed

8 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org) and follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
66

77
---
8+
## [1.1.1] – 2025-10-05
9+
10+
### Fixed
11+
12+
- Regression caused submenus to not appear
813

914
## [1.1.0] – 2025-10-05
1015

assets/scss/ui/navMain.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
}
139139

140140
menu {
141-
position: relative;
142141
display: flex;
143142
flex-direction: column;
144143
align-items: normal;
@@ -165,6 +164,14 @@
165164
menu {
166165
max-height: 50vh;
167166
max-height: 50svh;
167+
168+
&.has-scroll-up,
169+
&.has-scroll-down {
170+
&::before,
171+
&::after {
172+
width: calc(100% - var(--spacing6));
173+
}
174+
}
168175
}
169176

170177
&.has-scroll-up,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alphanull/jsdoc-vision-theme",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "JSDoc VisionTheme is a modern, clean, fully responsive, and highly customizable theme for JSDoc, designed to elevate documentation for next-generation JavaScript projects.",
55
"keywords": [
66
"javascript",

scripts/jsdoc.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"description": "This is the official documentation for the VisionTheme - a modern, clean, fast, responsive, accessible, and highly customizable documentation theme for JSDoc — designed for 2025 and beyond. ",
1717
"sort": false,
1818
"logoText": "VisionTheme Documentation",
19-
"footer": "<p><b>VisionTheme Version 1.1.0</b> Copyright © 2025-present <a href='https://alphanull.de' target=_blank>alphanull</a> - Frank Kudermann</p>",
19+
"footer": "<p><b>VisionTheme Version 1.1.1</b> Copyright © 2025-present <a href='https://alphanull.de' target=_blank>alphanull</a> - Frank Kudermann</p>",
2020
"showFolded": true,
2121
"showPrivates": false,
2222
"showSkinSelector": true,

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @requires ui/foldable
3131
* @requires util/publisher
3232
* @author Frank Kudermann @ alphanull
33-
* @version 1.1.0
33+
* @version 1.1.1
3434
* @license MIT
3535
* @see https://github.com/alphanull/jsdoc-theme-vision
3636
*/
File renamed without changes.

static/styles/main.1.1.0.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/styles/main.1.1.1.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)