Skip to content

Starlight Site Graph Changelog

This page documents the changes made to the Starlight Site Graph. For the most up-to-date information, refer to the changelog of the individual releases on the GitHub releases page.

0.2.2 (2025/01/23)

Upgrades

  • The minimum supported version of Starlight is now 0.31.0, and Astro 5.1.5.

0.2.1 (2025/01/23)

Fixes

  • CSS color variables for graph nodes not supporting color spaces other than rgb and rgba
  • Re-add missing gray-matter dependency

0.2.0 (2025/01/22)

Upgrades

  • ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.
    Please follow the upgrade guide to update your project.
    Note that the legacy.collections flag is not supported by this plugin and you should update your collections to use Astro’s new Content Layer API.

0.1.11 (2024/12/12)

Fixes

  • Backlinks not being visible when graph component is hidden in sidebar

0.1.10 (2024/12/9)

Fixes

  • Page backlinks not being generated in production websites

0.1.9 (2024/11/13)

First official release of the package
Older versions can be found in the releases but are not recommended for use.