Releases: alphanull/jsdoc-vision-theme
Releases · alphanull/jsdoc-vision-theme
Release list
MInor fixes
New SEO option: generate sitemap.xml
[1.2.1] - 2025-11-13
Added
- Added a
sitemapoption to generate asitemap.xmlfile in the output's static directory. When set to a base URL string (e.g.,"https://visionplayer.io/docs/"), the theme will automatically generate a sitemap containing all documentation pages (index, modules, classes, namespaces, tutorials, etc.), excluding source code pages.
Improved SEO
[1.2.0] - 2025-11-09
Added
- Templates: Added a
canonicaloption to emit<link rel="canonical">tags for all generated HTML pages. - Individual meta description is now generated for pages containing source code.
- Main page and tutorials receive auto-generated meta descriptions based on their content (the configured template description overrides the index page when present).
- Added
showTitleOnHomepageoption to hide the generated<h1>on the main page when your README already supplies a top-level heading. - Search index now ships with an inline fallback so the search popup also works when the docs are opened directly via
file://.
Changed
- Updated (dev) dependencies
- Updated base CSS
Fixed
- Fixed duplicate or missing pages titles.
- Meta descriptions escapes critical characters, preventing attribute breakage when quotes or special symbols appear.
Fixes CSS Bug
[1.1.2] – 2025-10-19
Changed
- Updated (dev) dependencies
Fixed
- CSS: Fixed preventing selection of menuitem under a scrolling indicator
Fixes regression with submenus not appearing
[1.1.1] – 2025-10-05
Fixed
- Regression caused submenus to not appear
Improved scroll behaviour, updated dependencies
[1.1.0] – 2025-10-05
Added
- Scrolling indicators for dropdown menus (when no scrollbar is present)
Changed
- Updated (dev) dependencies
- Optimized scrollbar handling
Fixed
- Improved scrolling lock when using overlays like the mobile menu
Initial Release 🎉
[1.0.0] – 2025-07-06
Added
- This marks the first release of JSDoc VisionTheme
- A modern, clean, fast, responsive, accessible, and highly customizable documentation theme for JSDoc — designed for 2025 and beyond.