Skip to content

Releases: alphanull/jsdoc-vision-theme

MInor fixes

Choose a tag to compare

@alphanull alphanull released this 16 Dec 17:23
b7dc3c4

[1.2.2] - 2025-12-17

Changed

  • Updated CSS libraries
  • Updated dev dependencies

Fixed

  • Improved conversion to SEO description
  • Lineheight in regular quotes

New SEO option: generate sitemap.xml

Choose a tag to compare

@alphanull alphanull released this 13 Nov 12:10
9cfb02c

[1.2.1] - 2025-11-13

Added

  • Added a sitemap option to generate a sitemap.xml file 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

Choose a tag to compare

@alphanull alphanull released this 09 Nov 17:01
18cdbbb

[1.2.0] - 2025-11-09

Added

  • Templates: Added a canonical option 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 showTitleOnHomepage option 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

Choose a tag to compare

@alphanull alphanull released this 19 Oct 15:36
5e335d3

[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

Choose a tag to compare

@alphanull alphanull released this 05 Oct 21:48
a50cbc7

[1.1.1] – 2025-10-05

Fixed

  • Regression caused submenus to not appear

Improved scroll behaviour, updated dependencies

Choose a tag to compare

@alphanull alphanull released this 05 Oct 20:56
948020c

[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 🎉

Choose a tag to compare

@alphanull alphanull released this 06 Jul 12:34
fd6a4df

[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.